#C41E14

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

Shades of Fire Brick #C41E14

Tints of Fire Brick #C41E14

Color information

#C41E14 (or 0xC41E14) is unknown color: approx Fire Brick. HEX triplet: C4, 1E and 14. RGB value is (196,30,20). Sum of RGB (Red+Green+Blue) = 196+30+20=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41E14 is #3BE1EB. Grayscale: #4E4E4E. Windows color (decimal): -3924460 or 1318596. OLE color: 1318596.

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

Color convert

RGB1963020-
CMYK00.850.900.23
HSL3.41º81.48%42.35%-
HSV(B)3.41º89.8%76.86%-
XYZ23.3612.711.89-
YUV78.4995211.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 79.67%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=79.67%
G=12.20%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196302000.850.900.233.4181.4842.35
HexC41E140555A173512a
Octal3043624012513227312152
Binary11000100111101010001010101101101010111111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E14; }

 p { color: rgb(196,30,20); }

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

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

 a { background-color: rgb(196,30,20); }

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

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

 span { border-color: rgb(196,30,20); }

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