Shades of Fire Engine Red #D00D2C
Tints of Fire Engine Red #D00D2C
RGB
CMYK
RGB Variations
Color information
#D00D2C (or 0xD00D2C) is known color: Fire Engine Red. HEX triplet: D0, 0D and 2C. RGB value is (208,13,44). Sum of RGB (Red+Green+Blue) = 208+13+44=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D2C is #2FF2D3. Grayscale: #4A4A4A. Windows color (decimal): -3142356 or 2887120. OLE color: 2887120.
HSL color Cylindrical-coordinate representation of color #D00D2C: hue angle of 350.46º degrees, saturation: 0.88, 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 #D00D2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.18 |
| HSL | 350.46º | 0.88% | 0.43% | - |
| HSV(B) | 350.46º | 0.94% | 0.82% | - |
| XYZ | 26.61 | 13.88 | 3.66 | - |
| YUV | 74.84 | 110.6 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 44 | 0 | 0.94 | 0.79 | 0.18 | 350.46 | 0.88 | 0.43 |
| Hex | D0 | D | 2C | 0 | 5E | 4F | 12 | 15E | 58 | 2B |
| Octal | 320 | 15 | 54 | 0 | 136 | 117 | 22 | 536 | 130 | 53 |
| Binary | 11010000 | 1101 | 101100 | 0 | 1011110 | 1001111 | 10010 | 101011110 | 1011000 | 101011 |
Color Harmonies of #D00D2C
Complementary color
Monochromatic Colors of #D00D2C
Black with #D00D2C
Text Example
Text Example
White with #D00D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D2C; }
p { color: rgb(208,13,44); }
H1.HeaderClassName
{
color: #D00D2C;
}
.AnyTagClassName
{
color: #D00D2C;
}
</style>
background-color css
<style>
a { background-color: #D00D2C; }
a { background-color: rgb(208,13,44); }
div.DivClassName
{
background-color: #D00D2C;
}
.BgClassName
{
background-color: #D00D2C;
}
</style>
border-color css
<style>
span { border-color: #D00D2C; }
span { border-color: rgb(208,13,44); }
td.TdClassName
{
border-color: #D00D2C;
}
.TagClassName
{
border-color: #D00D2C;
}
</style>