Shades of Fire Engine Red #C80B24
Tints of Fire Engine Red #C80B24
RGB
CMYK
RGB Variations
Color information
#C80B24 (or 0xC80B24) is known color: Fire Engine Red. HEX triplet: C8, 0B and 24. RGB value is (200,11,36). Sum of RGB (Red+Green+Blue) = 200+11+36=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B24 is #37F4DB. Grayscale: #464646. Windows color (decimal): -3667164 or 2362312. OLE color: 2362312.
HSL color Cylindrical-coordinate representation of color #C80B24: hue angle of 352.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B24 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 36 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.22 |
| HSL | 352.06º | 0.9% | 0.41% | - |
| HSV(B) | 352.06º | 0.95% | 0.78% | - |
| XYZ | 24.26 | 12.65 | 2.83 | - |
| YUV | 70.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 36 | 0 | 0.94 | 0.82 | 0.22 | 352.06 | 0.9 | 0.41 |
| Hex | C8 | B | 24 | 0 | 5E | 52 | 16 | 160 | 5A | 29 |
| Octal | 310 | 13 | 44 | 0 | 136 | 122 | 26 | 540 | 132 | 51 |
| Binary | 11001000 | 1011 | 100100 | 0 | 1011110 | 1010010 | 10110 | 101100000 | 1011010 | 101001 |
Color Harmonies of #C80B24
Complementary color
Monochromatic Colors of #C80B24
Black with #C80B24
Text Example
Text Example
White with #C80B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B24; }
p { color: rgb(200,11,36); }
H1.HeaderClassName
{
color: #C80B24;
}
.AnyTagClassName
{
color: #C80B24;
}
</style>
background-color css
<style>
a { background-color: #C80B24; }
a { background-color: rgb(200,11,36); }
div.DivClassName
{
background-color: #C80B24;
}
.BgClassName
{
background-color: #C80B24;
}
</style>
border-color css
<style>
span { border-color: #C80B24; }
span { border-color: rgb(200,11,36); }
td.TdClassName
{
border-color: #C80B24;
}
.TagClassName
{
border-color: #C80B24;
}
</style>