Shades of Fire Engine Red #DA1629
Tints of Fire Engine Red #DA1629
RGB
CMYK
RGB Variations
Color information
#DA1629 (or 0xDA1629) is known color: Fire Engine Red. HEX triplet: DA, 16 and 29. RGB value is (218,22,41). Sum of RGB (Red+Green+Blue) = 218+22+41=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1629 is #25E9D6. Grayscale: #525252. Windows color (decimal): -2484695 or 2692826. OLE color: 2692826.
HSL color Cylindrical-coordinate representation of color #DA1629: hue angle of 354.18º 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 #DA1629 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 41 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.15 |
| HSL | 354.18º | 0.82% | 0.47% | - |
| HSV(B) | 354.18º | 0.9% | 0.85% | - |
| XYZ | 29.6 | 15.64 | 3.56 | - |
| YUV | 82.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 41 | 0 | 0.90 | 0.81 | 0.15 | 354.18 | 0.82 | 0.47 |
| Hex | DA | 16 | 29 | 0 | 5A | 51 | F | 162 | 52 | 2F |
| Octal | 332 | 26 | 51 | 0 | 132 | 121 | 17 | 542 | 122 | 57 |
| Binary | 11011010 | 10110 | 101001 | 0 | 1011010 | 1010001 | 1111 | 101100010 | 1010010 | 101111 |
Color Harmonies of #DA1629
Complementary color
Monochromatic Colors of #DA1629
Black with #DA1629
Text Example
Text Example
White with #DA1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1629; }
p { color: rgb(218,22,41); }
H1.HeaderClassName
{
color: #DA1629;
}
.AnyTagClassName
{
color: #DA1629;
}
</style>
background-color css
<style>
a { background-color: #DA1629; }
a { background-color: rgb(218,22,41); }
div.DivClassName
{
background-color: #DA1629;
}
.BgClassName
{
background-color: #DA1629;
}
</style>
border-color css
<style>
span { border-color: #DA1629; }
span { border-color: rgb(218,22,41); }
td.TdClassName
{
border-color: #DA1629;
}
.TagClassName
{
border-color: #DA1629;
}
</style>