Shades of Fire Engine Red #D00F27
Tints of Fire Engine Red #D00F27
RGB
CMYK
RGB Variations
Color information
#D00F27 (or 0xD00F27) is known color: Fire Engine Red. HEX triplet: D0, 0F and 27. RGB value is (208,15,39). Sum of RGB (Red+Green+Blue) = 208+15+39=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F27 is #2FF0D8. Grayscale: #4B4B4B. Windows color (decimal): -3141849 or 2559952. OLE color: 2559952.
HSL color Cylindrical-coordinate representation of color #D00F27: hue angle of 352.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F27 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 39 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.18 |
| HSL | 352.54º | 0.87% | 0.44% | - |
| HSV(B) | 352.54º | 0.93% | 0.82% | - |
| XYZ | 26.55 | 13.9 | 3.2 | - |
| YUV | 75.44 | 107.44 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 39 | 0 | 0.93 | 0.81 | 0.18 | 352.54 | 0.87 | 0.44 |
| Hex | D0 | F | 27 | 0 | 5D | 51 | 12 | 161 | 57 | 2C |
| Octal | 320 | 17 | 47 | 0 | 135 | 121 | 22 | 541 | 127 | 54 |
| Binary | 11010000 | 1111 | 100111 | 0 | 1011101 | 1010001 | 10010 | 101100001 | 1010111 | 101100 |
Color Harmonies of #D00F27
Complementary color
Monochromatic Colors of #D00F27
Black with #D00F27
Text Example
Text Example
White with #D00F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F27; }
p { color: rgb(208,15,39); }
H1.HeaderClassName
{
color: #D00F27;
}
.AnyTagClassName
{
color: #D00F27;
}
</style>
background-color css
<style>
a { background-color: #D00F27; }
a { background-color: rgb(208,15,39); }
div.DivClassName
{
background-color: #D00F27;
}
.BgClassName
{
background-color: #D00F27;
}
</style>
border-color css
<style>
span { border-color: #D00F27; }
span { border-color: rgb(208,15,39); }
td.TdClassName
{
border-color: #D00F27;
}
.TagClassName
{
border-color: #D00F27;
}
</style>