#C41E18

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

Shades of Fire Brick #C41E18

Tints of Fire Brick #C41E18

Color information

#C41E18 (or 0xC41E18) is unknown color: approx Fire Brick. HEX triplet: C4, 1E and 18. RGB value is (196,30,24). Sum of RGB (Red+Green+Blue) = 196+30+24=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41E18 is #3BE1E7. Grayscale: #4F4F4F. Windows color (decimal): -3924456 or 1580740. OLE color: 1580740.

HSL color Cylindrical-coordinate representation of color #C41E18: hue angle of 2.09º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41E18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1963024-
CMYK00.850.880.23
HSL2.09º78.18%43.14%-
HSV(B)2.09º87.76%76.86%-
XYZ23.3912.732.09-
YUV78.9597211.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 78.4%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=78.4%
G=12%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196302400.850.880.232.0978.1843.14
HexC41E18055581724e2b
Octal3043630012513027211653
Binary11000100111101100001010101101100010111101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E18; }

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

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

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

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

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

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

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

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