Shades of Fire Engine Red #DA0D24
Tints of Fire Engine Red #DA0D24
RGB
CMYK
RGB Variations
Color information
#DA0D24 (or 0xDA0D24) is known color: Fire Engine Red. HEX triplet: DA, 0D and 24. RGB value is (218,13,36). Sum of RGB (Red+Green+Blue) = 218+13+36=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D24 is #25F2DB. Grayscale: #4D4D4D. Windows color (decimal): -2487004 or 2362842. OLE color: 2362842.
HSL color Cylindrical-coordinate representation of color #DA0D24: hue angle of 353.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D24 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 36 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.15 |
| HSL | 353.27º | 0.89% | 0.45% | - |
| HSV(B) | 353.27º | 0.94% | 0.85% | - |
| XYZ | 29.38 | 15.32 | 3.08 | - |
| YUV | 76.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 36 | 0 | 0.94 | 0.83 | 0.15 | 353.27 | 0.89 | 0.45 |
| Hex | DA | D | 24 | 0 | 5E | 53 | F | 161 | 59 | 2D |
| Octal | 332 | 15 | 44 | 0 | 136 | 123 | 17 | 541 | 131 | 55 |
| Binary | 11011010 | 1101 | 100100 | 0 | 1011110 | 1010011 | 1111 | 101100001 | 1011001 | 101101 |
Color Harmonies of #DA0D24
Complementary color
Monochromatic Colors of #DA0D24
Black with #DA0D24
Text Example
Text Example
White with #DA0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D24; }
p { color: rgb(218,13,36); }
H1.HeaderClassName
{
color: #DA0D24;
}
.AnyTagClassName
{
color: #DA0D24;
}
</style>
background-color css
<style>
a { background-color: #DA0D24; }
a { background-color: rgb(218,13,36); }
div.DivClassName
{
background-color: #DA0D24;
}
.BgClassName
{
background-color: #DA0D24;
}
</style>
border-color css
<style>
span { border-color: #DA0D24; }
span { border-color: rgb(218,13,36); }
td.TdClassName
{
border-color: #DA0D24;
}
.TagClassName
{
border-color: #DA0D24;
}
</style>