Shades of Fire Engine Red #DA1524
Tints of Fire Engine Red #DA1524
RGB
CMYK
RGB Variations
Color information
#DA1524 (or 0xDA1524) is known color: Fire Engine Red. HEX triplet: DA, 15 and 24. RGB value is (218,21,36). Sum of RGB (Red+Green+Blue) = 218+21+36=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1524 is #25EADB. Grayscale: #515151. Windows color (decimal): -2484956 or 2364890. OLE color: 2364890.
HSL color Cylindrical-coordinate representation of color #DA1524: hue angle of 355.43º 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 #DA1524 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 36 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.15 |
| HSL | 355.43º | 0.82% | 0.47% | - |
| HSV(B) | 355.43º | 0.9% | 0.85% | - |
| XYZ | 29.5 | 15.57 | 3.12 | - |
| YUV | 81.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 36 | 0 | 0.90 | 0.83 | 0.15 | 355.43 | 0.82 | 0.47 |
| Hex | DA | 15 | 24 | 0 | 5A | 53 | F | 163 | 52 | 2F |
| Octal | 332 | 25 | 44 | 0 | 132 | 123 | 17 | 543 | 122 | 57 |
| Binary | 11011010 | 10101 | 100100 | 0 | 1011010 | 1010011 | 1111 | 101100011 | 1010010 | 101111 |
Color Harmonies of #DA1524
Complementary color
Monochromatic Colors of #DA1524
Black with #DA1524
Text Example
Text Example
White with #DA1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1524; }
p { color: rgb(218,21,36); }
H1.HeaderClassName
{
color: #DA1524;
}
.AnyTagClassName
{
color: #DA1524;
}
</style>
background-color css
<style>
a { background-color: #DA1524; }
a { background-color: rgb(218,21,36); }
div.DivClassName
{
background-color: #DA1524;
}
.BgClassName
{
background-color: #DA1524;
}
</style>
border-color css
<style>
span { border-color: #DA1524; }
span { border-color: rgb(218,21,36); }
td.TdClassName
{
border-color: #DA1524;
}
.TagClassName
{
border-color: #DA1524;
}
</style>