#C92028

Color #C92028 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C92028

Tints of Fire Engine Red #C92028

Color information

#C92028 (or 0xC92028) is unknown color: approx Fire Engine Red. HEX triplet: C9, 20 and 28. RGB value is (201,32,40). Sum of RGB (Red+Green+Blue) = 201+32+40=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92028 is #36DFD7. Grayscale: #535353. Windows color (decimal): -3596248 or 2629833. OLE color: 2629833.

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

Color convert

RGB2013240-
CMYK00.840.800.21
HSL357.16º72.53%45.69%-
HSV(B)357.16º84.08%78.82%-
XYZ24.9913.63.32-
YUV83.44103.49211.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.63%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=73.63%
G=11.72%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201324000.840.800.21357.1672.5345.69
HexC920280545015165492e
Octal311405001241202554511156
Binary11001001100000101000010101001010000101011011001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92028; }

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

 H1.HeaderClassName
 {
   color: #C92028;
 }
 .AnyTagClassName
 {
   color: #C92028;
 }
</style>
background-color css

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

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

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

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

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

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