Shades of Fire Engine Red #DA1420
Tints of Fire Engine Red #DA1420
RGB
CMYK
RGB Variations
Color information
#DA1420 (or 0xDA1420) is known color: Fire Engine Red. HEX triplet: DA, 14 and 20. RGB value is (218,20,32). Sum of RGB (Red+Green+Blue) = 218+20+32=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1420 is #25EBDF. Grayscale: #505050. Windows color (decimal): -2485216 or 2102490. OLE color: 2102490.
HSL color Cylindrical-coordinate representation of color #DA1420: hue angle of 356.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1420 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.15 |
| HSL | 356.36º | 0.83% | 0.47% | - |
| HSV(B) | 356.36º | 0.91% | 0.85% | - |
| XYZ | 29.42 | 15.51 | 2.81 | - |
| YUV | 80.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 32 | 0 | 0.91 | 0.85 | 0.15 | 356.36 | 0.83 | 0.47 |
| Hex | DA | 14 | 20 | 0 | 5B | 55 | F | 164 | 53 | 2F |
| Octal | 332 | 24 | 40 | 0 | 133 | 125 | 17 | 544 | 123 | 57 |
| Binary | 11011010 | 10100 | 100000 | 0 | 1011011 | 1010101 | 1111 | 101100100 | 1010011 | 101111 |
Color Harmonies of #DA1420
Complementary color
Monochromatic Colors of #DA1420
Black with #DA1420
Text Example
Text Example
White with #DA1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1420; }
p { color: rgb(218,20,32); }
H1.HeaderClassName
{
color: #DA1420;
}
.AnyTagClassName
{
color: #DA1420;
}
</style>
background-color css
<style>
a { background-color: #DA1420; }
a { background-color: rgb(218,20,32); }
div.DivClassName
{
background-color: #DA1420;
}
.BgClassName
{
background-color: #DA1420;
}
</style>
border-color css
<style>
span { border-color: #DA1420; }
span { border-color: rgb(218,20,32); }
td.TdClassName
{
border-color: #DA1420;
}
.TagClassName
{
border-color: #DA1420;
}
</style>