Html Css Color HEX #C92225 Fire Engine Red

📋 copy color: '#C92225'

red 201 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #C92225

Tints of Fire Engine Red #C92225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 73.9%
G = 12.5%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C92225 (or 0xC92225) is known color: Fire Engine Red. HEX triplet: C9, 22 and 25. RGB value is (201,34,37). Sum of RGB (Red+Green+Blue) = 201+34+37=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C92225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92225 is #36DDDA. Grayscale: #545454. Windows color (decimal): -3595739 or 2433737. OLE color: 2433737.

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

Color convert

RGB 201 34 37 -
CMYK 0 0.83 0.82 0.21
HSL 358.92º 0.71% 0.46% -
HSV(B) 358.92º 0.83% 0.79% -
XYZ 24.99 13.7 3.08 -
YUV 84.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 201 34 37 0 0.83 0.82 0.21 358.92 0.71 0.46
Hex C9 22 25 0 53 52 15 167 47 2E
Octal 311 42 45 0 123 122 25 547 107 56
Binary 11001001 100010 100101 0 1010011 1010010 10101 101100111 1000111 101110

Color Harmonies of #C92225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92225

Black with #C92225

Text Example


Text Example

White with #C92225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92225; }

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

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

background-color css

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

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

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

border-color css

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

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

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