Html Css Color HEX #C92428 Fire Engine Red

📋 copy color: '#C92428'

red 201 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #C92428

Tints of Fire Engine Red #C92428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 72.56%
G = 13%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C92428 (or 0xC92428) is known color: Fire Engine Red. HEX triplet: C9, 24 and 28. RGB value is (201,36,40). Sum of RGB (Red+Green+Blue) = 201+36+40=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92428 is #36DBD7. Grayscale: #555555. Windows color (decimal): -3595224 or 2630857. OLE color: 2630857.

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

Color convert

RGB 201 36 40 -
CMYK 0 0.82 0.80 0.21
HSL 358.55º 0.7% 0.46% -
HSV(B) 358.55º 0.82% 0.79% -
XYZ 25.1 13.83 3.35 -
YUV 85.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 201 36 40 0 0.82 0.80 0.21 358.55 0.7 0.46
Hex C9 24 28 0 52 50 15 167 46 2E
Octal 311 44 50 0 122 120 25 547 106 56
Binary 11001001 100100 101000 0 1010010 1010000 10101 101100111 1000110 101110

Color Harmonies of #C92428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92428

Black with #C92428

Text Example


Text Example

White with #C92428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92428; }

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

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

background-color css

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

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

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

border-color css

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

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

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