Shades of Fire Engine Red #DA0F29
Tints of Fire Engine Red #DA0F29
RGB
CMYK
RGB Variations
Color information
#DA0F29 (or 0xDA0F29) is known color: Fire Engine Red. HEX triplet: DA, 0F and 29. RGB value is (218,15,41). Sum of RGB (Red+Green+Blue) = 218+15+41=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F29 is #25F0D6. Grayscale: #4E4E4E. Windows color (decimal): -2486487 or 2691034. OLE color: 2691034.
HSL color Cylindrical-coordinate representation of color #DA0F29: hue angle of 352.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F29 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 41 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.15 |
| HSL | 352.32º | 0.87% | 0.46% | - |
| HSV(B) | 352.32º | 0.93% | 0.85% | - |
| XYZ | 29.48 | 15.41 | 3.52 | - |
| YUV | 78.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 41 | 0 | 0.93 | 0.81 | 0.15 | 352.32 | 0.87 | 0.46 |
| Hex | DA | F | 29 | 0 | 5D | 51 | F | 160 | 57 | 2E |
| Octal | 332 | 17 | 51 | 0 | 135 | 121 | 17 | 540 | 127 | 56 |
| Binary | 11011010 | 1111 | 101001 | 0 | 1011101 | 1010001 | 1111 | 101100000 | 1010111 | 101110 |
Color Harmonies of #DA0F29
Complementary color
Monochromatic Colors of #DA0F29
Black with #DA0F29
Text Example
Text Example
White with #DA0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F29; }
p { color: rgb(218,15,41); }
H1.HeaderClassName
{
color: #DA0F29;
}
.AnyTagClassName
{
color: #DA0F29;
}
</style>
background-color css
<style>
a { background-color: #DA0F29; }
a { background-color: rgb(218,15,41); }
div.DivClassName
{
background-color: #DA0F29;
}
.BgClassName
{
background-color: #DA0F29;
}
</style>
border-color css
<style>
span { border-color: #DA0F29; }
span { border-color: rgb(218,15,41); }
td.TdClassName
{
border-color: #DA0F29;
}
.TagClassName
{
border-color: #DA0F29;
}
</style>