Shades of Fire Engine Red #DA1429
Tints of Fire Engine Red #DA1429
RGB
CMYK
RGB Variations
Color information
#DA1429 (or 0xDA1429) is known color: Fire Engine Red. HEX triplet: DA, 14 and 29. RGB value is (218,20,41). Sum of RGB (Red+Green+Blue) = 218+20+41=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1429 is #25EBD6. Grayscale: #515151. Windows color (decimal): -2485207 or 2692314. OLE color: 2692314.
HSL color Cylindrical-coordinate representation of color #DA1429: hue angle of 353.64º 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 #DA1429 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.15 |
| HSL | 353.64º | 0.83% | 0.47% | - |
| HSV(B) | 353.64º | 0.91% | 0.85% | - |
| XYZ | 29.56 | 15.57 | 3.54 | - |
| YUV | 81.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 41 | 0 | 0.91 | 0.81 | 0.15 | 353.64 | 0.83 | 0.47 |
| Hex | DA | 14 | 29 | 0 | 5B | 51 | F | 162 | 53 | 2F |
| Octal | 332 | 24 | 51 | 0 | 133 | 121 | 17 | 542 | 123 | 57 |
| Binary | 11011010 | 10100 | 101001 | 0 | 1011011 | 1010001 | 1111 | 101100010 | 1010011 | 101111 |
Color Harmonies of #DA1429
Complementary color
Monochromatic Colors of #DA1429
Black with #DA1429
Text Example
Text Example
White with #DA1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1429; }
p { color: rgb(218,20,41); }
H1.HeaderClassName
{
color: #DA1429;
}
.AnyTagClassName
{
color: #DA1429;
}
</style>
background-color css
<style>
a { background-color: #DA1429; }
a { background-color: rgb(218,20,41); }
div.DivClassName
{
background-color: #DA1429;
}
.BgClassName
{
background-color: #DA1429;
}
</style>
border-color css
<style>
span { border-color: #DA1429; }
span { border-color: rgb(218,20,41); }
td.TdClassName
{
border-color: #DA1429;
}
.TagClassName
{
border-color: #DA1429;
}
</style>