Shades of Fire Engine Red #D01524
Tints of Fire Engine Red #D01524
RGB
CMYK
RGB Variations
Color information
#D01524 (or 0xD01524) is known color: Fire Engine Red. HEX triplet: D0, 15 and 24. RGB value is (208,21,36). Sum of RGB (Red+Green+Blue) = 208+21+36=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D01524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01524 is #2FEADB. Grayscale: #4E4E4E. Windows color (decimal): -3140316 or 2364880. OLE color: 2364880.
HSL color Cylindrical-coordinate representation of color #D01524: hue angle of 355.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01524 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 36 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.18 |
| HSL | 355.19º | 0.82% | 0.45% | - |
| HSV(B) | 355.19º | 0.9% | 0.82% | - |
| XYZ | 26.6 | 14.07 | 2.98 | - |
| YUV | 78.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 36 | 0 | 0.90 | 0.83 | 0.18 | 355.19 | 0.82 | 0.45 |
| Hex | D0 | 15 | 24 | 0 | 5A | 53 | 12 | 163 | 52 | 2D |
| Octal | 320 | 25 | 44 | 0 | 132 | 123 | 22 | 543 | 122 | 55 |
| Binary | 11010000 | 10101 | 100100 | 0 | 1011010 | 1010011 | 10010 | 101100011 | 1010010 | 101101 |
Color Harmonies of #D01524
Complementary color
Monochromatic Colors of #D01524
Black with #D01524
Text Example
Text Example
White with #D01524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01524; }
p { color: rgb(208,21,36); }
H1.HeaderClassName
{
color: #D01524;
}
.AnyTagClassName
{
color: #D01524;
}
</style>
background-color css
<style>
a { background-color: #D01524; }
a { background-color: rgb(208,21,36); }
div.DivClassName
{
background-color: #D01524;
}
.BgClassName
{
background-color: #D01524;
}
</style>
border-color css
<style>
span { border-color: #D01524; }
span { border-color: rgb(208,21,36); }
td.TdClassName
{
border-color: #D01524;
}
.TagClassName
{
border-color: #D01524;
}
</style>