Shades of Fire Engine Red #D01415
Tints of Fire Engine Red #D01415
RGB
CMYK
RGB Variations
Color information
#D01415 (or 0xD01415) is known color: Fire Engine Red. HEX triplet: D0, 14 and 15. RGB value is (208,20,21). Sum of RGB (Red+Green+Blue) = 208+20+21=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01415 is #2FEBEA. Grayscale: #4C4C4C. Windows color (decimal): -3140587 or 1381584. OLE color: 1381584.
HSL color Cylindrical-coordinate representation of color #D01415: hue angle of 359.68º 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 #D01415 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 21 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.18 |
| HSL | 359.68º | 0.82% | 0.45% | - |
| HSV(B) | 359.68º | 0.9% | 0.82% | - |
| XYZ | 26.4 | 13.96 | 2.01 | - |
| YUV | 76.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 21 | 0 | 0.90 | 0.90 | 0.18 | 359.68 | 0.82 | 0.45 |
| Hex | D0 | 14 | 15 | 0 | 5A | 5A | 12 | 168 | 52 | 2D |
| Octal | 320 | 24 | 25 | 0 | 132 | 132 | 22 | 550 | 122 | 55 |
| Binary | 11010000 | 10100 | 10101 | 0 | 1011010 | 1011010 | 10010 | 101101000 | 1010010 | 101101 |
Color Harmonies of #D01415
Complementary color
Monochromatic Colors of #D01415
Black with #D01415
Text Example
Text Example
White with #D01415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01415; }
p { color: rgb(208,20,21); }
H1.HeaderClassName
{
color: #D01415;
}
.AnyTagClassName
{
color: #D01415;
}
</style>
background-color css
<style>
a { background-color: #D01415; }
a { background-color: rgb(208,20,21); }
div.DivClassName
{
background-color: #D01415;
}
.BgClassName
{
background-color: #D01415;
}
</style>
border-color css
<style>
span { border-color: #D01415; }
span { border-color: rgb(208,20,21); }
td.TdClassName
{
border-color: #D01415;
}
.TagClassName
{
border-color: #D01415;
}
</style>