#C01411

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

Shades of Fire Brick #C01411

Tints of Fire Brick #C01411

Color information

#C01411 (or 0xC01411) is unknown color: approx Fire Brick. HEX triplet: C0, 14 and 11. RGB value is (192,20,17). Sum of RGB (Red+Green+Blue) = 192+20+17=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C01411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01411 is #3FEBEE. Grayscale: #474747. Windows color (decimal): -4189167 or 1119424. OLE color: 1119424.

HSL color Cylindrical-coordinate representation of color #C01411: hue angle of 1.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01411 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1922017-
CMYK00.900.910.25
HSL1.03º83.73%40.98%-
HSV(B)1.03º91.15%75.29%-
XYZ22.0911.751.63-
YUV71.0997.48214.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 83.84%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=83.84%
G=8.73%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192201700.900.910.251.0383.7340.98
HexC0141105A5B1915429
Octal3002421013213331112451
Binary1100000010100100010101101010110111100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01411; }

 p { color: rgb(192,20,17); }

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

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

 a { background-color: rgb(192,20,17); }

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

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

 span { border-color: rgb(192,20,17); }

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