Html Css Color HEX #C91929 Fire Engine Red

📋 copy color: '#C91929'

red 201 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #C91929

Tints of Fire Engine Red #C91929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 75.28%
G = 9.36%
B = 15.36%

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

#C91929 (or 0xC91929) is known color: Fire Engine Red. HEX triplet: C9, 19 and 29. RGB value is (201,25,41). Sum of RGB (Red+Green+Blue) = 201+25+41=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C91929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91929 is #36E6D6. Grayscale: #4F4F4F. Windows color (decimal): -3598039 or 2693577. OLE color: 2693577.

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

Color convert

RGB 201 25 41 -
CMYK 0 0.88 0.80 0.21
HSL 354.55º 0.78% 0.44% -
HSV(B) 354.55º 0.88% 0.79% -
XYZ 24.84 13.27 3.35 -
YUV 79.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 201 25 41 0 0.88 0.80 0.21 354.55 0.78 0.44
Hex C9 19 29 0 58 50 15 163 4E 2C
Octal 311 31 51 0 130 120 25 543 116 54
Binary 11001001 11001 101001 0 1011000 1010000 10101 101100011 1001110 101100

Color Harmonies of #C91929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91929

Black with #C91929

Text Example


Text Example

White with #C91929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91929; }

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

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

background-color css

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

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

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

border-color css

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

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

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