Shades of Fire Engine Red #D01827
Tints of Fire Engine Red #D01827
RGB
CMYK
RGB Variations
Color information
#D01827 (or 0xD01827) is known color: Fire Engine Red. HEX triplet: D0, 18 and 27. RGB value is (208,24,39). Sum of RGB (Red+Green+Blue) = 208+24+39=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D01827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01827 is #2FE7D8. Grayscale: #505050. Windows color (decimal): -3139545 or 2562256. OLE color: 2562256.
HSL color Cylindrical-coordinate representation of color #D01827: hue angle of 355.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01827 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 39 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.18 |
| HSL | 355.11º | 0.79% | 0.45% | - |
| HSV(B) | 355.11º | 0.88% | 0.82% | - |
| XYZ | 26.71 | 14.21 | 3.25 | - |
| YUV | 80.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 39 | 0 | 0.88 | 0.81 | 0.18 | 355.11 | 0.79 | 0.45 |
| Hex | D0 | 18 | 27 | 0 | 58 | 51 | 12 | 163 | 4F | 2D |
| Octal | 320 | 30 | 47 | 0 | 130 | 121 | 22 | 543 | 117 | 55 |
| Binary | 11010000 | 11000 | 100111 | 0 | 1011000 | 1010001 | 10010 | 101100011 | 1001111 | 101101 |
Color Harmonies of #D01827
Complementary color
Monochromatic Colors of #D01827
Black with #D01827
Text Example
Text Example
White with #D01827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01827; }
p { color: rgb(208,24,39); }
H1.HeaderClassName
{
color: #D01827;
}
.AnyTagClassName
{
color: #D01827;
}
</style>
background-color css
<style>
a { background-color: #D01827; }
a { background-color: rgb(208,24,39); }
div.DivClassName
{
background-color: #D01827;
}
.BgClassName
{
background-color: #D01827;
}
</style>
border-color css
<style>
span { border-color: #D01827; }
span { border-color: rgb(208,24,39); }
td.TdClassName
{
border-color: #D01827;
}
.TagClassName
{
border-color: #D01827;
}
</style>