Shades of Fire Engine Red #DA1529
Tints of Fire Engine Red #DA1529
RGB
CMYK
RGB Variations
Color information
#DA1529 (or 0xDA1529) is known color: Fire Engine Red. HEX triplet: DA, 15 and 29. RGB value is (218,21,41). Sum of RGB (Red+Green+Blue) = 218+21+41=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1529 is #25EAD6. Grayscale: #525252. Windows color (decimal): -2484951 or 2692570. OLE color: 2692570.
HSL color Cylindrical-coordinate representation of color #DA1529: hue angle of 353.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1529 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 353.91º | 0.82% | 0.47% | - |
| HSV(B) | 353.91º | 0.9% | 0.85% | - |
| XYZ | 29.58 | 15.6 | 3.55 | - |
| YUV | 82.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 41 | 0 | 0.90 | 0.81 | 0.15 | 353.91 | 0.82 | 0.47 |
| Hex | DA | 15 | 29 | 0 | 5A | 51 | F | 162 | 52 | 2F |
| Octal | 332 | 25 | 51 | 0 | 132 | 121 | 17 | 542 | 122 | 57 |
| Binary | 11011010 | 10101 | 101001 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DA1529
Complementary color
Monochromatic Colors of #DA1529
Black with #DA1529
Text Example
Text Example
White with #DA1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1529; }
p { color: rgb(218,21,41); }
H1.HeaderClassName
{
color: #DA1529;
}
.AnyTagClassName
{
color: #DA1529;
}
</style>
background-color css
<style>
a { background-color: #DA1529; }
a { background-color: rgb(218,21,41); }
div.DivClassName
{
background-color: #DA1529;
}
.BgClassName
{
background-color: #DA1529;
}
</style>
border-color css
<style>
span { border-color: #DA1529; }
span { border-color: rgb(218,21,41); }
td.TdClassName
{
border-color: #DA1529;
}
.TagClassName
{
border-color: #DA1529;
}
</style>