Shades of Fire Engine Red #DA0424
Tints of Fire Engine Red #DA0424
RGB
CMYK
RGB Variations
Color information
#DA0424 (or 0xDA0424) is known color: Fire Engine Red. HEX triplet: DA, 04 and 24. RGB value is (218,4,36). Sum of RGB (Red+Green+Blue) = 218+4+36=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0424 is #25FBDB. Grayscale: #474747. Windows color (decimal): -2489308 or 2360538. OLE color: 2360538.
HSL color Cylindrical-coordinate representation of color #DA0424: hue angle of 351.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0424 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 36 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.15 |
| HSL | 351.03º | 0.96% | 0.44% | - |
| HSV(B) | 351.03º | 0.98% | 0.85% | - |
| XYZ | 29.28 | 15.12 | 3.04 | - |
| YUV | 71.63 | 107.9 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 36 | 0 | 0.98 | 0.83 | 0.15 | 351.03 | 0.96 | 0.44 |
| Hex | DA | 4 | 24 | 0 | 62 | 53 | F | 15F | 60 | 2C |
| Octal | 332 | 4 | 44 | 0 | 142 | 123 | 17 | 537 | 140 | 54 |
| Binary | 11011010 | 100 | 100100 | 0 | 1100010 | 1010011 | 1111 | 101011111 | 1100000 | 101100 |
Color Harmonies of #DA0424
Complementary color
Monochromatic Colors of #DA0424
Black with #DA0424
Text Example
Text Example
White with #DA0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0424; }
p { color: rgb(218,4,36); }
H1.HeaderClassName
{
color: #DA0424;
}
.AnyTagClassName
{
color: #DA0424;
}
</style>
background-color css
<style>
a { background-color: #DA0424; }
a { background-color: rgb(218,4,36); }
div.DivClassName
{
background-color: #DA0424;
}
.BgClassName
{
background-color: #DA0424;
}
</style>
border-color css
<style>
span { border-color: #DA0424; }
span { border-color: rgb(218,4,36); }
td.TdClassName
{
border-color: #DA0424;
}
.TagClassName
{
border-color: #DA0424;
}
</style>