Shades of Fire Engine Red #DA1528
Tints of Fire Engine Red #DA1528
RGB
CMYK
RGB Variations
Color information
#DA1528 (or 0xDA1528) is known color: Fire Engine Red. HEX triplet: DA, 15 and 28. RGB value is (218,21,40). Sum of RGB (Red+Green+Blue) = 218+21+40=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1528 is #25EAD7. Grayscale: #525252. Windows color (decimal): -2484952 or 2627034. OLE color: 2627034.
HSL color Cylindrical-coordinate representation of color #DA1528: hue angle of 354.21º 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 #DA1528 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.15 |
| HSL | 354.21º | 0.82% | 0.47% | - |
| HSV(B) | 354.21º | 0.9% | 0.85% | - |
| XYZ | 29.56 | 15.59 | 3.46 | - |
| YUV | 82.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 40 | 0 | 0.90 | 0.82 | 0.15 | 354.21 | 0.82 | 0.47 |
| Hex | DA | 15 | 28 | 0 | 5A | 52 | F | 162 | 52 | 2F |
| Octal | 332 | 25 | 50 | 0 | 132 | 122 | 17 | 542 | 122 | 57 |
| Binary | 11011010 | 10101 | 101000 | 0 | 1011010 | 1010010 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DA1528
Complementary color
Monochromatic Colors of #DA1528
Black with #DA1528
Text Example
Text Example
White with #DA1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1528; }
p { color: rgb(218,21,40); }
H1.HeaderClassName
{
color: #DA1528;
}
.AnyTagClassName
{
color: #DA1528;
}
</style>
background-color css
<style>
a { background-color: #DA1528; }
a { background-color: rgb(218,21,40); }
div.DivClassName
{
background-color: #DA1528;
}
.BgClassName
{
background-color: #DA1528;
}
</style>
border-color css
<style>
span { border-color: #DA1528; }
span { border-color: rgb(218,21,40); }
td.TdClassName
{
border-color: #DA1528;
}
.TagClassName
{
border-color: #DA1528;
}
</style>