Html Css Color HEX #C22229 Fire Engine Red

📋 copy color: '#C22229'

red 194 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #C22229

Tints of Fire Engine Red #C22229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 72.12%
G = 12.64%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22229 (or 0xC22229) is known color: Fire Engine Red. HEX triplet: C2, 22 and 29. RGB value is (194,34,41). Sum of RGB (Red+Green+Blue) = 194+34+41=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22229 is #3DDDD6. Grayscale: #525252. Windows color (decimal): -4054487 or 2695874. OLE color: 2695874.

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

Color convert

RGB 194 34 41 -
CMYK 0 0.82 0.79 0.24
HSL 357.38º 0.7% 0.45% -
HSV(B) 357.38º 0.82% 0.76% -
XYZ 23.22 12.77 3.34 -
YUV 82.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 194 34 41 0 0.82 0.79 0.24 357.38 0.7 0.45
Hex C2 22 29 0 52 4F 18 165 46 2D
Octal 302 42 51 0 122 117 30 545 106 55
Binary 11000010 100010 101001 0 1010010 1001111 11000 101100101 1000110 101101

Color Harmonies of #C22229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22229

Black with #C22229

Text Example


Text Example

White with #C22229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22229; }

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

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

background-color css

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

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

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

border-color css

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

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

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