Shades of Fire Engine Red #DA1821
Tints of Fire Engine Red #DA1821
RGB
CMYK
RGB Variations
Color information
#DA1821 (or 0xDA1821) is known color: Fire Engine Red. HEX triplet: DA, 18 and 21. RGB value is (218,24,33). Sum of RGB (Red+Green+Blue) = 218+24+33=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1821 is #25E7DE. Grayscale: #535353. Windows color (decimal): -2484191 or 2169050. OLE color: 2169050.
HSL color Cylindrical-coordinate representation of color #DA1821: hue angle of 357.22º 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 #DA1821 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 33 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.15 |
| HSL | 357.22º | 0.8% | 0.47% | - |
| HSV(B) | 357.22º | 0.89% | 0.85% | - |
| XYZ | 29.51 | 15.67 | 2.91 | - |
| YUV | 83.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 33 | 0 | 0.89 | 0.85 | 0.15 | 357.22 | 0.8 | 0.47 |
| Hex | DA | 18 | 21 | 0 | 59 | 55 | F | 165 | 50 | 2F |
| Octal | 332 | 30 | 41 | 0 | 131 | 125 | 17 | 545 | 120 | 57 |
| Binary | 11011010 | 11000 | 100001 | 0 | 1011001 | 1010101 | 1111 | 101100101 | 1010000 | 101111 |
Color Harmonies of #DA1821
Complementary color
Monochromatic Colors of #DA1821
Black with #DA1821
Text Example
Text Example
White with #DA1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1821; }
p { color: rgb(218,24,33); }
H1.HeaderClassName
{
color: #DA1821;
}
.AnyTagClassName
{
color: #DA1821;
}
</style>
background-color css
<style>
a { background-color: #DA1821; }
a { background-color: rgb(218,24,33); }
div.DivClassName
{
background-color: #DA1821;
}
.BgClassName
{
background-color: #DA1821;
}
</style>
border-color css
<style>
span { border-color: #DA1821; }
span { border-color: rgb(218,24,33); }
td.TdClassName
{
border-color: #DA1821;
}
.TagClassName
{
border-color: #DA1821;
}
</style>