Html Css Color HEX #C92227 Fire Engine Red

📋 copy color: '#C92227'

red 201 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #C92227

Tints of Fire Engine Red #C92227

RGB

 RED value IS 201 (78.91% from 255) = 73.36%

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

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

R = 73.36%
G = 12.41%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92227 (or 0xC92227) is known color: Fire Engine Red. HEX triplet: C9, 22 and 27. RGB value is (201,34,39). Sum of RGB (Red+Green+Blue) = 201+34+39=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92227 is #36DDD8. Grayscale: #545454. Windows color (decimal): -3595737 or 2564809. OLE color: 2564809.

HSL color Cylindrical-coordinate representation of color #C92227: hue angle of 358.2º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92227 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 39 -
CMYK 0 0.83 0.81 0.21
HSL 358.2º 0.71% 0.46% -
HSV(B) 358.2º 0.83% 0.79% -
XYZ 25.03 13.71 3.25 -
YUV 84.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 201 34 39 0 0.83 0.81 0.21 358.2 0.71 0.46
Hex C9 22 27 0 53 51 15 166 47 2E
Octal 311 42 47 0 123 121 25 546 107 56
Binary 11001001 100010 100111 0 1010011 1010001 10101 101100110 1000111 101110

Color Harmonies of #C92227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92227

Black with #C92227

Text Example


Text Example

White with #C92227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92227; }

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

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

background-color css

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

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

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

border-color css

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

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

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