Html Css Color HEX #C22118 Fire Brick

📋 copy color: '#C22118'

red 194 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #C22118

Tints of Fire Brick #C22118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 77.29%
G = 13.15%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C22118 (or 0xC22118) is known color: Fire Brick. HEX triplet: C2, 21 and 18. RGB value is (194,33,24). Sum of RGB (Red+Green+Blue) = 194+33+24=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C22118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22118 is #3DDEE7. Grayscale: #505050. Windows color (decimal): -4054760 or 1581506. OLE color: 1581506.

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

Color convert

RGB 194 33 24 -
CMYK 0 0.83 0.88 0.24
HSL 3.18º 0.78% 0.43% -
HSV(B) 3.18º 0.88% 0.76% -
XYZ 22.96 12.62 2.09 -
YUV 80.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 194 33 24 0 0.83 0.88 0.24 3.18 0.78 0.43
Hex C2 21 18 0 53 58 18 3 4E 2B
Octal 302 41 30 0 123 130 30 3 116 53
Binary 11000010 100001 11000 0 1010011 1011000 11000 11 1001110 101011

Color Harmonies of #C22118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22118

Black with #C22118

Text Example


Text Example

White with #C22118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22118; }

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

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

background-color css

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

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

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

border-color css

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

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

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