Html Css Color HEX #C22127 Fire Engine Red

📋 copy color: '#C22127'

red 194 ◦ green 33 ◦ blue 39

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

Shades of Fire Engine Red #C22127

Tints of Fire Engine Red #C22127

RGB

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

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

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

R = 72.93%
G = 12.41%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C22127 (or 0xC22127) is known color: Fire Engine Red. HEX triplet: C2, 21 and 27. RGB value is (194,33,39). Sum of RGB (Red+Green+Blue) = 194+33+39=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C22127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22127 is #3DDED8. Grayscale: #515151. Windows color (decimal): -4054745 or 2564546. OLE color: 2564546.

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

Color convert

RGB 194 33 39 -
CMYK 0 0.83 0.80 0.24
HSL 357.76º 0.71% 0.45% -
HSV(B) 357.76º 0.83% 0.76% -
XYZ 23.16 12.7 3.15 -
YUV 81.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 194 33 39 0 0.83 0.80 0.24 357.76 0.71 0.45
Hex C2 21 27 0 53 50 18 166 47 2D
Octal 302 41 47 0 123 120 30 546 107 55
Binary 11000010 100001 100111 0 1010011 1010000 11000 101100110 1000111 101101

Color Harmonies of #C22127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22127

Black with #C22127

Text Example


Text Example

White with #C22127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22127; }

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

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

background-color css

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

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

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

border-color css

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

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

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