Html Css Color HEX #C22418 Fire Brick

📋 copy color: '#C22418'

red 194 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #C22418

Tints of Fire Brick #C22418

RGB

 RED value IS 194 (76.17% from 255) = 76.38%

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 76.38%
G = 14.17%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C22418 (or 0xC22418) is known color: Fire Brick. HEX triplet: C2, 24 and 18. RGB value is (194,36,24). Sum of RGB (Red+Green+Blue) = 194+36+24=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22418 is #3DDBE7. Grayscale: #525252. Windows color (decimal): -4053992 or 1582274. OLE color: 1582274.

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

Color convert

RGB 194 36 24 -
CMYK 0 0.81 0.88 0.24
HSL 4.24º 0.78% 0.43% -
HSV(B) 4.24º 0.88% 0.76% -
XYZ 23.04 12.8 2.12 -
YUV 81.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 194 36 24 0 0.81 0.88 0.24 4.24 0.78 0.43
Hex C2 24 18 0 51 58 18 4 4E 2B
Octal 302 44 30 0 121 130 30 4 116 53
Binary 11000010 100100 11000 0 1010001 1011000 11000 100 1001110 101011

Color Harmonies of #C22418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22418

Black with #C22418

Text Example


Text Example

White with #C22418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22418; }

 p { color: rgb(194,36,24); }

 H1.HeaderClassName
 {
   color: #C22418;
 }
 .AnyTagClassName
 {
   color: #C22418;
 }
</style>

background-color css

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

 a { background-color: rgb(194,36,24); }

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

border-color css

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

 span { border-color: rgb(194,36,24); }

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