Html Css Color HEX #C42218 Fire Brick

📋 copy color: '#C42218'

red 196 ◦ green 34 ◦ blue 24

#C42218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C42218

Tints of Fire Brick #C42218

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 value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42218 (or 0xC42218) is known color: 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

RGB 196 34 24 -
CMYK 0 0.83 0.88 0.23
HSL 3.49º 0.78% 0.43% -
HSV(B) 3.49º 0.88% 0.77% -
XYZ 23.5 12.95 2.12 -
YUV 81.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 196 34 24 0 0.83 0.88 0.23 3.49 0.78 0.43
Hex C4 22 18 0 53 58 17 3 4E 2B
Octal 304 42 30 0 123 130 27 3 116 53
Binary 11000100 100010 11000 0 1010011 1011000 10111 11 1001110 101011

Color Harmonies of #C42218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42218

Black with #C42218

Text Example


Text Example

White with #C42218

Text Example


Text Example

HTML Codes & Css Web 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>