#C11B14

Color #C11B14 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C11B14

Tints of Fire Brick #C11B14

Color information

#C11B14 (or 0xC11B14) is unknown color: approx Fire Brick. HEX triplet: C1, 1B and 14. RGB value is (193,27,20). Sum of RGB (Red+Green+Blue) = 193+27+20=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B14 is #3EE4EB. Grayscale: #4C4C4C. Windows color (decimal): -4121836 or 1317825. OLE color: 1317825.

HSL color Cylindrical-coordinate representation of color #C11B14: hue angle of 2.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11B14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1932720-
CMYK00.860.900.24
HSL2.43º81.22%41.76%-
HSV(B)2.43º89.64%75.69%-
XYZ22.5112.171.82-
YUV75.8496.5211.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 80.42%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=80.42%
G=11.25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193272000.860.900.242.4381.2241.76
HexC11B140565A182512a
Octal3013324012613230212152
Binary11000001110111010001010110101101011000101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11B14; }

 p { color: rgb(193,27,20); }

 H1.HeaderClassName
 {
   color: #C11B14;
 }
 .AnyTagClassName
 {
   color: #C11B14;
 }
</style>
background-color css

<style>
 a { background-color: #C11B14; }

 a { background-color: rgb(193,27,20); }

 div.DivClassName
 {
   background-color: #C11B14;
 }
 .BgClassName
 {
   background-color: #C11B14;
 }
</style>
border-color css

<style>
 span { border-color: #C11B14; }

 span { border-color: rgb(193,27,20); }

 td.TdClassName
 {
   border-color: #C11B14;
 }
 .TagClassName
 {
   border-color: #C11B14;
 }
</style>