Shades of Fire Engine Red #D00C2C
Tints of Fire Engine Red #D00C2C
RGB
CMYK
RGB Variations
Color information
#D00C2C (or 0xD00C2C) is known color: Fire Engine Red. HEX triplet: D0, 0C and 2C. RGB value is (208,12,44). Sum of RGB (Red+Green+Blue) = 208+12+44=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C2C is #2FF3D3. Grayscale: #4A4A4A. Windows color (decimal): -3142612 or 2886864. OLE color: 2886864.
HSL color Cylindrical-coordinate representation of color #D00C2C: hue angle of 350.2º 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 #D00C2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.18 |
| HSL | 350.2º | 0.89% | 0.43% | - |
| HSV(B) | 350.2º | 0.94% | 0.82% | - |
| XYZ | 26.6 | 13.85 | 3.66 | - |
| YUV | 74.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 44 | 0 | 0.94 | 0.79 | 0.18 | 350.2 | 0.89 | 0.43 |
| Hex | D0 | C | 2C | 0 | 5E | 4F | 12 | 15E | 59 | 2B |
| Octal | 320 | 14 | 54 | 0 | 136 | 117 | 22 | 536 | 131 | 53 |
| Binary | 11010000 | 1100 | 101100 | 0 | 1011110 | 1001111 | 10010 | 101011110 | 1011001 | 101011 |
Color Harmonies of #D00C2C
Complementary color
Monochromatic Colors of #D00C2C
Black with #D00C2C
Text Example
Text Example
White with #D00C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C2C; }
p { color: rgb(208,12,44); }
H1.HeaderClassName
{
color: #D00C2C;
}
.AnyTagClassName
{
color: #D00C2C;
}
</style>
background-color css
<style>
a { background-color: #D00C2C; }
a { background-color: rgb(208,12,44); }
div.DivClassName
{
background-color: #D00C2C;
}
.BgClassName
{
background-color: #D00C2C;
}
</style>
border-color css
<style>
span { border-color: #D00C2C; }
span { border-color: rgb(208,12,44); }
td.TdClassName
{
border-color: #D00C2C;
}
.TagClassName
{
border-color: #D00C2C;
}
</style>