Html Css Color HEX #C91928 Fire Engine Red

📋 copy color: '#C91928'

red 201 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #C91928

Tints of Fire Engine Red #C91928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 75.56%
G = 9.4%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C91928 (or 0xC91928) is known color: Fire Engine Red. HEX triplet: C9, 19 and 28. RGB value is (201,25,40). Sum of RGB (Red+Green+Blue) = 201+25+40=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C91928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91928 is #36E6D7. Grayscale: #4F4F4F. Windows color (decimal): -3598040 or 2628041. OLE color: 2628041.

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

Color convert

RGB 201 25 40 -
CMYK 0 0.88 0.80 0.21
HSL 354.89º 0.78% 0.44% -
HSV(B) 354.89º 0.88% 0.79% -
XYZ 24.82 13.27 3.26 -
YUV 79.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 201 25 40 0 0.88 0.80 0.21 354.89 0.78 0.44
Hex C9 19 28 0 58 50 15 163 4E 2C
Octal 311 31 50 0 130 120 25 543 116 54
Binary 11001001 11001 101000 0 1011000 1010000 10101 101100011 1001110 101100

Color Harmonies of #C91928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91928

Black with #C91928

Text Example


Text Example

White with #C91928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91928; }

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

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

background-color css

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

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

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

border-color css

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

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

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