Html Css Color HEX #C91828 Fire Engine Red

📋 copy color: '#C91828'

red 201 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #C91828

Tints of Fire Engine Red #C91828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 75.85%
G = 9.06%
B = 15.09%

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

#C91828 (or 0xC91828) is known color: Fire Engine Red. HEX triplet: C9, 18 and 28. RGB value is (201,24,40). Sum of RGB (Red+Green+Blue) = 201+24+40=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C91828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91828 is #36E7D7. Grayscale: #4E4E4E. Windows color (decimal): -3598296 or 2627785. OLE color: 2627785.

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

Color convert

RGB 201 24 40 -
CMYK 0 0.88 0.80 0.21
HSL 354.58º 0.79% 0.44% -
HSV(B) 354.58º 0.88% 0.79% -
XYZ 24.8 13.22 3.25 -
YUV 78.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 201 24 40 0 0.88 0.80 0.21 354.58 0.79 0.44
Hex C9 18 28 0 58 50 15 163 4F 2C
Octal 311 30 50 0 130 120 25 543 117 54
Binary 11001001 11000 101000 0 1011000 1010000 10101 101100011 1001111 101100

Color Harmonies of #C91828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91828

Black with #C91828

Text Example


Text Example

White with #C91828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91828; }

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

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

background-color css

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

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

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

border-color css

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

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

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