#C80D1F

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

Shades of Fire Engine Red #C80D1F

Tints of Fire Engine Red #C80D1F

Color information

#C80D1F (or 0xC80D1F) is unknown color: approx Fire Engine Red. HEX triplet: C8, 0D and 1F. RGB value is (200,13,31). Sum of RGB (Red+Green+Blue) = 200+13+31=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D1F is #37F2E0. Grayscale: #474747. Windows color (decimal): -3666657 or 2035144. OLE color: 2035144.

HSL color Cylindrical-coordinate representation of color #C80D1F: hue angle of 354.22º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D1F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2001331-
CMYK00.940.840.22
HSL354.22º87.79%41.76%-
HSV(B)354.22º93.5%78.43%-
XYZ24.2112.672.47-
YUV70.96105.45220.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 81.97%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=81.97%
G=5.33%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200133100.940.840.22354.2287.7941.76
HexC8D1F05E5416162582a
Octal310153701361242654213052
Binary11001000110111111010111101010100101101011000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D1F; }

 p { color: rgb(200,13,31); }

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

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

 a { background-color: rgb(200,13,31); }

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

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

 span { border-color: rgb(200,13,31); }

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