#C42218

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

Shades of Fire Brick #C42218

Tints of Fire Brick #C42218

Color information

#C42218 (or 0xC42218) is unknown color: approx Fire Brick. HEX triplet: C4, 22 and 18. RGB value is (196,34,24). Sum of RGB (Red+Green+Blue) = 196+34+24=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C42218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42218 is #3BDDE7. Grayscale: #515151. Windows color (decimal): -3923432 or 1581764. OLE color: 1581764.

HSL color Cylindrical-coordinate representation of color #C42218: hue angle of 3.49º 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 #C42218 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1963424-
CMYK00.830.880.23
HSL3.49º78.18%43.14%-
HSV(B)3.49º87.76%76.86%-
XYZ23.512.952.12-
YUV81.395.67209.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.17%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=77.17%
G=13.39%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196342400.830.880.233.4978.1843.14
HexC42218053581734e2b
Octal3044230012313027311653
Binary110001001000101100001010011101100010111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42218; }

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

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

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

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

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

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

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

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