Shades of Fire Engine Red #DA1828
Tints of Fire Engine Red #DA1828
RGB
CMYK
RGB Variations
Color information
#DA1828 (or 0xDA1828) is known color: Fire Engine Red. HEX triplet: DA, 18 and 28. RGB value is (218,24,40). Sum of RGB (Red+Green+Blue) = 218+24+40=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1828 is #25E7D7. Grayscale: #535353. Windows color (decimal): -2484184 or 2627802. OLE color: 2627802.
HSL color Cylindrical-coordinate representation of color #DA1828: hue angle of 355.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1828 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.15 |
| HSL | 355.05º | 0.8% | 0.47% | - |
| HSV(B) | 355.05º | 0.89% | 0.85% | - |
| XYZ | 29.62 | 15.71 | 3.48 | - |
| YUV | 83.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 40 | 0 | 0.89 | 0.82 | 0.15 | 355.05 | 0.8 | 0.47 |
| Hex | DA | 18 | 28 | 0 | 59 | 52 | F | 163 | 50 | 2F |
| Octal | 332 | 30 | 50 | 0 | 131 | 122 | 17 | 543 | 120 | 57 |
| Binary | 11011010 | 11000 | 101000 | 0 | 1011001 | 1010010 | 1111 | 101100011 | 1010000 | 101111 |
Color Harmonies of #DA1828
Complementary color
Monochromatic Colors of #DA1828
Black with #DA1828
Text Example
Text Example
White with #DA1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1828; }
p { color: rgb(218,24,40); }
H1.HeaderClassName
{
color: #DA1828;
}
.AnyTagClassName
{
color: #DA1828;
}
</style>
background-color css
<style>
a { background-color: #DA1828; }
a { background-color: rgb(218,24,40); }
div.DivClassName
{
background-color: #DA1828;
}
.BgClassName
{
background-color: #DA1828;
}
</style>
border-color css
<style>
span { border-color: #DA1828; }
span { border-color: rgb(218,24,40); }
td.TdClassName
{
border-color: #DA1828;
}
.TagClassName
{
border-color: #DA1828;
}
</style>