Shades of Fire Engine Red #D00C24
Tints of Fire Engine Red #D00C24
RGB
CMYK
RGB Variations
Color information
#D00C24 (or 0xD00C24) is known color: Fire Engine Red. HEX triplet: D0, 0C and 24. RGB value is (208,12,36). Sum of RGB (Red+Green+Blue) = 208+12+36=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C24 is #2FF3DB. Grayscale: #494949. Windows color (decimal): -3142620 or 2362576. OLE color: 2362576.
HSL color Cylindrical-coordinate representation of color #D00C24: hue angle of 352.65º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C24 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 36 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.18 |
| HSL | 352.65º | 0.89% | 0.43% | - |
| HSV(B) | 352.65º | 0.94% | 0.82% | - |
| XYZ | 26.46 | 13.8 | 2.94 | - |
| YUV | 73.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 36 | 0 | 0.94 | 0.83 | 0.18 | 352.65 | 0.89 | 0.43 |
| Hex | D0 | C | 24 | 0 | 5E | 53 | 12 | 161 | 59 | 2B |
| Octal | 320 | 14 | 44 | 0 | 136 | 123 | 22 | 541 | 131 | 53 |
| Binary | 11010000 | 1100 | 100100 | 0 | 1011110 | 1010011 | 10010 | 101100001 | 1011001 | 101011 |
Color Harmonies of #D00C24
Complementary color
Monochromatic Colors of #D00C24
Black with #D00C24
Text Example
Text Example
White with #D00C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C24; }
p { color: rgb(208,12,36); }
H1.HeaderClassName
{
color: #D00C24;
}
.AnyTagClassName
{
color: #D00C24;
}
</style>
background-color css
<style>
a { background-color: #D00C24; }
a { background-color: rgb(208,12,36); }
div.DivClassName
{
background-color: #D00C24;
}
.BgClassName
{
background-color: #D00C24;
}
</style>
border-color css
<style>
span { border-color: #D00C24; }
span { border-color: rgb(208,12,36); }
td.TdClassName
{
border-color: #D00C24;
}
.TagClassName
{
border-color: #D00C24;
}
</style>