Shades of Fire Engine Red #DA0F17
Tints of Fire Engine Red #DA0F17
RGB
CMYK
RGB Variations
Color information
#DA0F17 (or 0xDA0F17) is known color: Fire Engine Red. HEX triplet: DA, 0F and 17. RGB value is (218,15,23). Sum of RGB (Red+Green+Blue) = 218+15+23=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F17 is #25F0E8. Grayscale: #4C4C4C. Windows color (decimal): -2486505 or 1511386. OLE color: 1511386.
HSL color Cylindrical-coordinate representation of color #DA0F17: hue angle of 357.64º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F17 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 23 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.15 |
| HSL | 357.64º | 0.87% | 0.46% | - |
| HSV(B) | 357.64º | 0.93% | 0.85% | - |
| XYZ | 29.24 | 15.31 | 2.22 | - |
| YUV | 76.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 23 | 0 | 0.93 | 0.89 | 0.15 | 357.64 | 0.87 | 0.46 |
| Hex | DA | F | 17 | 0 | 5D | 59 | F | 166 | 57 | 2E |
| Octal | 332 | 17 | 27 | 0 | 135 | 131 | 17 | 546 | 127 | 56 |
| Binary | 11011010 | 1111 | 10111 | 0 | 1011101 | 1011001 | 1111 | 101100110 | 1010111 | 101110 |
Color Harmonies of #DA0F17
Complementary color
Monochromatic Colors of #DA0F17
Black with #DA0F17
Text Example
Text Example
White with #DA0F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F17; }
p { color: rgb(218,15,23); }
H1.HeaderClassName
{
color: #DA0F17;
}
.AnyTagClassName
{
color: #DA0F17;
}
</style>
background-color css
<style>
a { background-color: #DA0F17; }
a { background-color: rgb(218,15,23); }
div.DivClassName
{
background-color: #DA0F17;
}
.BgClassName
{
background-color: #DA0F17;
}
</style>
border-color css
<style>
span { border-color: #DA0F17; }
span { border-color: rgb(218,15,23); }
td.TdClassName
{
border-color: #DA0F17;
}
.TagClassName
{
border-color: #DA0F17;
}
</style>