Shades of Fire Engine Red #DA0D1D
Tints of Fire Engine Red #DA0D1D
RGB
CMYK
RGB Variations
Color information
#DA0D1D (or 0xDA0D1D) is known color: Fire Engine Red. HEX triplet: DA, 0D and 1D. RGB value is (218,13,29). Sum of RGB (Red+Green+Blue) = 218+13+29=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D1D is #25F2E2. Grayscale: #4C4C4C. Windows color (decimal): -2487011 or 1904090. OLE color: 1904090.
HSL color Cylindrical-coordinate representation of color #DA0D1D: hue angle of 355.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D1D is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.15 |
| HSL | 355.32º | 0.89% | 0.45% | - |
| HSV(B) | 355.32º | 0.94% | 0.85% | - |
| XYZ | 29.28 | 15.28 | 2.57 | - |
| YUV | 76.12 | 101.42 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 29 | 0 | 0.94 | 0.87 | 0.15 | 355.32 | 0.89 | 0.45 |
| Hex | DA | D | 1D | 0 | 5E | 57 | F | 163 | 59 | 2D |
| Octal | 332 | 15 | 35 | 0 | 136 | 127 | 17 | 543 | 131 | 55 |
| Binary | 11011010 | 1101 | 11101 | 0 | 1011110 | 1010111 | 1111 | 101100011 | 1011001 | 101101 |
Color Harmonies of #DA0D1D
Complementary color
Monochromatic Colors of #DA0D1D
Black with #DA0D1D
Text Example
Text Example
White with #DA0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D1D; }
p { color: rgb(218,13,29); }
H1.HeaderClassName
{
color: #DA0D1D;
}
.AnyTagClassName
{
color: #DA0D1D;
}
</style>
background-color css
<style>
a { background-color: #DA0D1D; }
a { background-color: rgb(218,13,29); }
div.DivClassName
{
background-color: #DA0D1D;
}
.BgClassName
{
background-color: #DA0D1D;
}
</style>
border-color css
<style>
span { border-color: #DA0D1D; }
span { border-color: rgb(218,13,29); }
td.TdClassName
{
border-color: #DA0D1D;
}
.TagClassName
{
border-color: #DA0D1D;
}
</style>