Html Css Color HEX #C22227 Fire Engine Red

📋 copy color: '#C22227'

red 194 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #C22227

Tints of Fire Engine Red #C22227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 72.66%
G = 12.73%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C22227 (or 0xC22227) is known color: Fire Engine Red. HEX triplet: C2, 22 and 27. RGB value is (194,34,39). Sum of RGB (Red+Green+Blue) = 194+34+39=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C22227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22227 is #3DDDD8. Grayscale: #525252. Windows color (decimal): -4054489 or 2564802. OLE color: 2564802.

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

Color convert

RGB 194 34 39 -
CMYK 0 0.82 0.80 0.24
HSL 358.13º 0.7% 0.45% -
HSV(B) 358.13º 0.82% 0.76% -
XYZ 23.19 12.76 3.16 -
YUV 82.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 194 34 39 0 0.82 0.80 0.24 358.13 0.7 0.45
Hex C2 22 27 0 52 50 18 166 46 2D
Octal 302 42 47 0 122 120 30 546 106 55
Binary 11000010 100010 100111 0 1010010 1010000 11000 101100110 1000110 101101

Color Harmonies of #C22227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22227

Black with #C22227

Text Example


Text Example

White with #C22227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22227; }

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

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

background-color css

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

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

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

border-color css

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

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

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