Html Css Color HEX #C22224 Fire Engine Red

📋 copy color: '#C22224'

red 194 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #C22224

Tints of Fire Engine Red #C22224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 73.48%
G = 12.88%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22224 (or 0xC22224) is known color: Fire Engine Red. HEX triplet: C2, 22 and 24. RGB value is (194,34,36). Sum of RGB (Red+Green+Blue) = 194+34+36=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C22224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22224 is #3DDDDB. Grayscale: #525252. Windows color (decimal): -4054492 or 2368194. OLE color: 2368194.

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

Color convert

RGB 194 34 36 -
CMYK 0 0.82 0.81 0.24
HSL 359.25º 0.7% 0.45% -
HSV(B) 359.25º 0.82% 0.76% -
XYZ 23.14 12.74 2.91 -
YUV 82.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 194 34 36 0 0.82 0.81 0.24 359.25 0.7 0.45
Hex C2 22 24 0 52 51 18 167 46 2D
Octal 302 42 44 0 122 121 30 547 106 55
Binary 11000010 100010 100100 0 1010010 1010001 11000 101100111 1000110 101101

Color Harmonies of #C22224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22224

Black with #C22224

Text Example


Text Example

White with #C22224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22224; }

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

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

background-color css

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

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

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

border-color css

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

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

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