Shades of Fire Engine Red #C80D28
Tints of Fire Engine Red #C80D28
RGB
CMYK
RGB Variations
Color information
#C80D28 (or 0xC80D28) is known color: Fire Engine Red. HEX triplet: C8, 0D and 28. RGB value is (200,13,40). Sum of RGB (Red+Green+Blue) = 200+13+40=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D28 is #37F2D7. Grayscale: #484848. Windows color (decimal): -3666648 or 2624968. OLE color: 2624968.
HSL color Cylindrical-coordinate representation of color #C80D28: hue angle of 351.34º 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 #C80D28 is Cyan = 0, Magento = 0.94, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.8 | 0.22 |
| HSL | 351.34º | 0.88% | 0.42% | - |
| HSV(B) | 351.34º | 0.94% | 0.78% | - |
| XYZ | 24.35 | 12.72 | 3.18 | - |
| YUV | 71.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 40 | 0 | 0.94 | 0.8 | 0.22 | 351.34 | 0.88 | 0.42 |
| Hex | C8 | D | 28 | 0 | 5E | 50 | 16 | 15F | 58 | 2A |
| Octal | 310 | 15 | 50 | 0 | 136 | 120 | 26 | 537 | 130 | 52 |
| Binary | 11001000 | 1101 | 101000 | 0 | 1011110 | 1010000 | 10110 | 101011111 | 1011000 | 101010 |
Color Harmonies of #C80D28
Complementary color
Monochromatic Colors of #C80D28
Black with #C80D28
Text Example
Text Example
White with #C80D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D28; }
p { color: rgb(200,13,40); }
H1.HeaderClassName
{
color: #C80D28;
}
.AnyTagClassName
{
color: #C80D28;
}
</style>
background-color css
<style>
a { background-color: #C80D28; }
a { background-color: rgb(200,13,40); }
div.DivClassName
{
background-color: #C80D28;
}
.BgClassName
{
background-color: #C80D28;
}
</style>
border-color css
<style>
span { border-color: #C80D28; }
span { border-color: rgb(200,13,40); }
td.TdClassName
{
border-color: #C80D28;
}
.TagClassName
{
border-color: #C80D28;
}
</style>