Shades of Fire Engine Red #DA0D1F
Tints of Fire Engine Red #DA0D1F
RGB
CMYK
RGB Variations
Color information
#DA0D1F (or 0xDA0D1F) is known color: Fire Engine Red. HEX triplet: DA, 0D and 1F. RGB value is (218,13,31). Sum of RGB (Red+Green+Blue) = 218+13+31=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0D1F is #25F2E0. Grayscale: #4C4C4C. Windows color (decimal): -2487009 or 2035162. OLE color: 2035162.
HSL color Cylindrical-coordinate representation of color #DA0D1F: hue angle of 354.73º 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 #DA0D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.15 |
| HSL | 354.73º | 0.89% | 0.45% | - |
| HSV(B) | 354.73º | 0.94% | 0.85% | - |
| XYZ | 29.3 | 15.29 | 2.7 | - |
| YUV | 76.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 31 | 0 | 0.94 | 0.86 | 0.15 | 354.73 | 0.89 | 0.45 |
| Hex | DA | D | 1F | 0 | 5E | 56 | F | 163 | 59 | 2D |
| Octal | 332 | 15 | 37 | 0 | 136 | 126 | 17 | 543 | 131 | 55 |
| Binary | 11011010 | 1101 | 11111 | 0 | 1011110 | 1010110 | 1111 | 101100011 | 1011001 | 101101 |
Color Harmonies of #DA0D1F
Complementary color
Monochromatic Colors of #DA0D1F
Black with #DA0D1F
Text Example
Text Example
White with #DA0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D1F; }
p { color: rgb(218,13,31); }
H1.HeaderClassName
{
color: #DA0D1F;
}
.AnyTagClassName
{
color: #DA0D1F;
}
</style>
background-color css
<style>
a { background-color: #DA0D1F; }
a { background-color: rgb(218,13,31); }
div.DivClassName
{
background-color: #DA0D1F;
}
.BgClassName
{
background-color: #DA0D1F;
}
</style>
border-color css
<style>
span { border-color: #DA0D1F; }
span { border-color: rgb(218,13,31); }
td.TdClassName
{
border-color: #DA0D1F;
}
.TagClassName
{
border-color: #DA0D1F;
}
</style>