Html Css Color HEX #C92027 Fire Engine Red

📋 copy color: '#C92027'

red 201 ◦ green 32 ◦ blue 39

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

Shades of Fire Engine Red #C92027

Tints of Fire Engine Red #C92027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 73.9%
G = 11.76%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C92027 (or 0xC92027) is known color: Fire Engine Red. HEX triplet: C9, 20 and 27. RGB value is (201,32,39). Sum of RGB (Red+Green+Blue) = 201+32+39=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C92027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92027 is #36DFD8. Grayscale: #535353. Windows color (decimal): -3596249 or 2564297. OLE color: 2564297.

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

Color convert

RGB 201 32 39 -
CMYK 0 0.84 0.81 0.21
HSL 357.51º 0.73% 0.46% -
HSV(B) 357.51º 0.84% 0.79% -
XYZ 24.97 13.6 3.23 -
YUV 83.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 201 32 39 0 0.84 0.81 0.21 357.51 0.73 0.46
Hex C9 20 27 0 54 51 15 166 49 2E
Octal 311 40 47 0 124 121 25 546 111 56
Binary 11001001 100000 100111 0 1010100 1010001 10101 101100110 1001001 101110

Color Harmonies of #C92027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92027

Black with #C92027

Text Example


Text Example

White with #C92027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92027; }

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

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

background-color css

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

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

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

border-color css

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

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

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