Html Css Color HEX #C92028 Fire Engine Red

📋 copy color: '#C92028'

red 201 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #C92028

Tints of Fire Engine Red #C92028

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 value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C92028 (or 0xC92028) is known color: 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

RGB 201 32 40 -
CMYK 0 0.84 0.80 0.21
HSL 357.16º 0.73% 0.46% -
HSV(B) 357.16º 0.84% 0.79% -
XYZ 24.99 13.6 3.32 -
YUV 83.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 201 32 40 0 0.84 0.80 0.21 357.16 0.73 0.46
Hex C9 20 28 0 54 50 15 165 49 2E
Octal 311 40 50 0 124 120 25 545 111 56
Binary 11001001 100000 101000 0 1010100 1010000 10101 101100101 1001001 101110

Color Harmonies of #C92028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92028

Black with #C92028

Text Example


Text Example

White with #C92028

Text Example


Text Example

HTML Codes & Css Web 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>