Shades of Fire Engine Red #DA0522
Tints of Fire Engine Red #DA0522
RGB
CMYK
RGB Variations
Color information
#DA0522 (or 0xDA0522) is known color: Fire Engine Red. HEX triplet: DA, 05 and 22. RGB value is (218,5,34). Sum of RGB (Red+Green+Blue) = 218+5+34=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0522 is #25FADD. Grayscale: #484848. Windows color (decimal): -2489054 or 2229722. OLE color: 2229722.
HSL color Cylindrical-coordinate representation of color #DA0522: hue angle of 351.83º 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 #DA0522 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.15 |
| HSL | 351.83º | 0.96% | 0.44% | - |
| HSV(B) | 351.83º | 0.98% | 0.85% | - |
| XYZ | 29.26 | 15.13 | 2.89 | - |
| YUV | 71.99 | 106.57 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 34 | 0 | 0.98 | 0.84 | 0.15 | 351.83 | 0.96 | 0.44 |
| Hex | DA | 5 | 22 | 0 | 62 | 54 | F | 160 | 60 | 2C |
| Octal | 332 | 5 | 42 | 0 | 142 | 124 | 17 | 540 | 140 | 54 |
| Binary | 11011010 | 101 | 100010 | 0 | 1100010 | 1010100 | 1111 | 101100000 | 1100000 | 101100 |
Color Harmonies of #DA0522
Complementary color
Monochromatic Colors of #DA0522
Black with #DA0522
Text Example
Text Example
White with #DA0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0522; }
p { color: rgb(218,5,34); }
H1.HeaderClassName
{
color: #DA0522;
}
.AnyTagClassName
{
color: #DA0522;
}
</style>
background-color css
<style>
a { background-color: #DA0522; }
a { background-color: rgb(218,5,34); }
div.DivClassName
{
background-color: #DA0522;
}
.BgClassName
{
background-color: #DA0522;
}
</style>
border-color css
<style>
span { border-color: #DA0522; }
span { border-color: rgb(218,5,34); }
td.TdClassName
{
border-color: #DA0522;
}
.TagClassName
{
border-color: #DA0522;
}
</style>