Shades of Fire Engine Red #C80E24
Tints of Fire Engine Red #C80E24
RGB
CMYK
RGB Variations
Color information
#C80E24 (or 0xC80E24) is known color: Fire Engine Red. HEX triplet: C8, 0E and 24. RGB value is (200,14,36). Sum of RGB (Red+Green+Blue) = 200+14+36=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E24 is #37F1DB. Grayscale: #484848. Windows color (decimal): -3666396 or 2363080. OLE color: 2363080.
HSL color Cylindrical-coordinate representation of color #C80E24: hue angle of 352.9º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E24 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 36 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.22 |
| HSL | 352.9º | 0.87% | 0.42% | - |
| HSV(B) | 352.9º | 0.93% | 0.78% | - |
| XYZ | 24.29 | 12.72 | 2.84 | - |
| YUV | 72.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 36 | 0 | 0.93 | 0.82 | 0.22 | 352.9 | 0.87 | 0.42 |
| Hex | C8 | E | 24 | 0 | 5D | 52 | 16 | 161 | 57 | 2A |
| Octal | 310 | 16 | 44 | 0 | 135 | 122 | 26 | 541 | 127 | 52 |
| Binary | 11001000 | 1110 | 100100 | 0 | 1011101 | 1010010 | 10110 | 101100001 | 1010111 | 101010 |
Color Harmonies of #C80E24
Complementary color
Monochromatic Colors of #C80E24
Black with #C80E24
Text Example
Text Example
White with #C80E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E24; }
p { color: rgb(200,14,36); }
H1.HeaderClassName
{
color: #C80E24;
}
.AnyTagClassName
{
color: #C80E24;
}
</style>
background-color css
<style>
a { background-color: #C80E24; }
a { background-color: rgb(200,14,36); }
div.DivClassName
{
background-color: #C80E24;
}
.BgClassName
{
background-color: #C80E24;
}
</style>
border-color css
<style>
span { border-color: #C80E24; }
span { border-color: rgb(200,14,36); }
td.TdClassName
{
border-color: #C80E24;
}
.TagClassName
{
border-color: #C80E24;
}
</style>