Html Css Color HEX #C92528 Fire Engine Red

📋 copy color: '#C92528'

red 201 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #C92528

Tints of Fire Engine Red #C92528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 72.3%
G = 13.31%
B = 14.39%

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

#C92528 (or 0xC92528) is known color: Fire Engine Red. HEX triplet: C9, 25 and 28. RGB value is (201,37,40). Sum of RGB (Red+Green+Blue) = 201+37+40=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C92528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92528 is #36DAD7. Grayscale: #565656. Windows color (decimal): -3594968 or 2631113. OLE color: 2631113.

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

Color convert

RGB 201 37 40 -
CMYK 0 0.82 0.80 0.21
HSL 358.9º 0.69% 0.47% -
HSV(B) 358.9º 0.82% 0.79% -
XYZ 25.13 13.89 3.36 -
YUV 86.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 201 37 40 0 0.82 0.80 0.21 358.9 0.69 0.47
Hex C9 25 28 0 52 50 15 167 45 2F
Octal 311 45 50 0 122 120 25 547 105 57
Binary 11001001 100101 101000 0 1010010 1010000 10101 101100111 1000101 101111

Color Harmonies of #C92528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92528

Black with #C92528

Text Example


Text Example

White with #C92528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92528; }

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

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

background-color css

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

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

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

border-color css

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

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

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