Shades of Fire Engine Red #C80D1F
Tints of Fire Engine Red #C80D1F
RGB
CMYK
RGB Variations
Color information
#C80D1F (or 0xC80D1F) is known color: 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
| RGB | 200 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.22 |
| HSL | 354.22º | 0.88% | 0.42% | - |
| HSV(B) | 354.22º | 0.94% | 0.78% | - |
| XYZ | 24.21 | 12.67 | 2.47 | - |
| YUV | 70.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 31 | 0 | 0.94 | 0.84 | 0.22 | 354.22 | 0.88 | 0.42 |
| Hex | C8 | D | 1F | 0 | 5E | 54 | 16 | 162 | 58 | 2A |
| Octal | 310 | 15 | 37 | 0 | 136 | 124 | 26 | 542 | 130 | 52 |
| Binary | 11001000 | 1101 | 11111 | 0 | 1011110 | 1010100 | 10110 | 101100010 | 1011000 | 101010 |
Color Harmonies of #C80D1F
Complementary color
Monochromatic Colors of #C80D1F
Black with #C80D1F
Text Example
Text Example
White with #C80D1F
Text Example
Text Example
HTML Codes & Css Web 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>