Shades of Fire Engine Red #D00D1E
Tints of Fire Engine Red #D00D1E
RGB
CMYK
RGB Variations
Color information
#D00D1E (or 0xD00D1E) is known color: Fire Engine Red. HEX triplet: D0, 0D and 1E. RGB value is (208,13,30). Sum of RGB (Red+Green+Blue) = 208+13+30=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D1E is #2FF2E1. Grayscale: #494949. Windows color (decimal): -3142370 or 1969616. OLE color: 1969616.
HSL color Cylindrical-coordinate representation of color #D00D1E: hue angle of 354.77º 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 #D00D1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.18 |
| HSL | 354.77º | 0.88% | 0.43% | - |
| HSV(B) | 354.77º | 0.94% | 0.82% | - |
| XYZ | 26.39 | 13.79 | 2.5 | - |
| YUV | 73.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 30 | 0 | 0.94 | 0.86 | 0.18 | 354.77 | 0.88 | 0.43 |
| Hex | D0 | D | 1E | 0 | 5E | 56 | 12 | 163 | 58 | 2B |
| Octal | 320 | 15 | 36 | 0 | 136 | 126 | 22 | 543 | 130 | 53 |
| Binary | 11010000 | 1101 | 11110 | 0 | 1011110 | 1010110 | 10010 | 101100011 | 1011000 | 101011 |
Color Harmonies of #D00D1E
Complementary color
Monochromatic Colors of #D00D1E
Black with #D00D1E
Text Example
Text Example
White with #D00D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D1E; }
p { color: rgb(208,13,30); }
H1.HeaderClassName
{
color: #D00D1E;
}
.AnyTagClassName
{
color: #D00D1E;
}
</style>
background-color css
<style>
a { background-color: #D00D1E; }
a { background-color: rgb(208,13,30); }
div.DivClassName
{
background-color: #D00D1E;
}
.BgClassName
{
background-color: #D00D1E;
}
</style>
border-color css
<style>
span { border-color: #D00D1E; }
span { border-color: rgb(208,13,30); }
td.TdClassName
{
border-color: #D00D1E;
}
.TagClassName
{
border-color: #D00D1E;
}
</style>