Shades of Fire Engine Red #D02527
Tints of Fire Engine Red #D02527
RGB
CMYK
RGB Variations
Color information
#D02527 (or 0xD02527) is known color: Fire Engine Red. HEX triplet: D0, 25 and 27. RGB value is (208,37,39). Sum of RGB (Red+Green+Blue) = 208+37+39=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D02527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02527 is #2FDAD8. Grayscale: #585858. Windows color (decimal): -3136217 or 2565584. OLE color: 2565584.
HSL color Cylindrical-coordinate representation of color #D02527: hue angle of 359.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02527 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 39 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.18 |
| HSL | 359.3º | 0.7% | 0.48% | - |
| HSV(B) | 359.3º | 0.82% | 0.82% | - |
| XYZ | 27.04 | 14.88 | 3.37 | - |
| YUV | 88.36 | 100.15 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 39 | 0 | 0.82 | 0.81 | 0.18 | 359.3 | 0.7 | 0.48 |
| Hex | D0 | 25 | 27 | 0 | 52 | 51 | 12 | 167 | 46 | 30 |
| Octal | 320 | 45 | 47 | 0 | 122 | 121 | 22 | 547 | 106 | 60 |
| Binary | 11010000 | 100101 | 100111 | 0 | 1010010 | 1010001 | 10010 | 101100111 | 1000110 | 110000 |
Color Harmonies of #D02527
Complementary color
Monochromatic Colors of #D02527
Black with #D02527
Text Example
Text Example
White with #D02527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02527; }
p { color: rgb(208,37,39); }
H1.HeaderClassName
{
color: #D02527;
}
.AnyTagClassName
{
color: #D02527;
}
</style>
background-color css
<style>
a { background-color: #D02527; }
a { background-color: rgb(208,37,39); }
div.DivClassName
{
background-color: #D02527;
}
.BgClassName
{
background-color: #D02527;
}
</style>
border-color css
<style>
span { border-color: #D02527; }
span { border-color: rgb(208,37,39); }
td.TdClassName
{
border-color: #D02527;
}
.TagClassName
{
border-color: #D02527;
}
</style>