Shades of Fire Engine Red #D02027
Tints of Fire Engine Red #D02027
RGB
CMYK
RGB Variations
Color information
#D02027 (or 0xD02027) is known color: Fire Engine Red. HEX triplet: D0, 20 and 27. RGB value is (208,32,39). Sum of RGB (Red+Green+Blue) = 208+32+39=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D02027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02027 is #2FDFD8. Grayscale: #555555. Windows color (decimal): -3137497 or 2564304. OLE color: 2564304.
HSL color Cylindrical-coordinate representation of color #D02027: hue angle of 357.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02027 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 39 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.18 |
| HSL | 357.61º | 0.73% | 0.47% | - |
| HSV(B) | 357.61º | 0.85% | 0.82% | - |
| XYZ | 26.9 | 14.59 | 3.32 | - |
| YUV | 85.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 39 | 0 | 0.85 | 0.81 | 0.18 | 357.61 | 0.73 | 0.47 |
| Hex | D0 | 20 | 27 | 0 | 55 | 51 | 12 | 166 | 49 | 2F |
| Octal | 320 | 40 | 47 | 0 | 125 | 121 | 22 | 546 | 111 | 57 |
| Binary | 11010000 | 100000 | 100111 | 0 | 1010101 | 1010001 | 10010 | 101100110 | 1001001 | 101111 |
Color Harmonies of #D02027
Complementary color
Monochromatic Colors of #D02027
Black with #D02027
Text Example
Text Example
White with #D02027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02027; }
p { color: rgb(208,32,39); }
H1.HeaderClassName
{
color: #D02027;
}
.AnyTagClassName
{
color: #D02027;
}
</style>
background-color css
<style>
a { background-color: #D02027; }
a { background-color: rgb(208,32,39); }
div.DivClassName
{
background-color: #D02027;
}
.BgClassName
{
background-color: #D02027;
}
</style>
border-color css
<style>
span { border-color: #D02027; }
span { border-color: rgb(208,32,39); }
td.TdClassName
{
border-color: #D02027;
}
.TagClassName
{
border-color: #D02027;
}
</style>