#C91E20

Color #C91E20 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C91E20

Tints of Fire Engine Red #C91E20

Color information

#C91E20 (or 0xC91E20) is unknown color: approx Fire Engine Red. HEX triplet: C9, 1E and 20. RGB value is (201,30,32). Sum of RGB (Red+Green+Blue) = 201+30+32=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E20 is #36E1DF. Grayscale: #515151. Windows color (decimal): -3596768 or 2105033. OLE color: 2105033.

HSL color Cylindrical-coordinate representation of color #C91E20: hue angle of 359.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E20 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2013032-
CMYK00.850.840.21
HSL359.3º74.03%45.29%-
HSV(B)359.3º85.07%78.82%-
XYZ24.8113.452.65-
YUV81.36100.15213.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 76.43%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=76.43%
G=11.41%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201303200.850.840.21359.374.0345.29
HexC91E2005554151674a2d
Octal311364001251242554711255
Binary1100100111110100000010101011010100101011011001111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91E20; }

 p { color: rgb(201,30,32); }

 H1.HeaderClassName
 {
   color: #C91E20;
 }
 .AnyTagClassName
 {
   color: #C91E20;
 }
</style>
background-color css

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

 a { background-color: rgb(201,30,32); }

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

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

 span { border-color: rgb(201,30,32); }

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