Shades of Fire Engine Red #DA181F
Tints of Fire Engine Red #DA181F
RGB
CMYK
RGB Variations
Color information
#DA181F (or 0xDA181F) is known color: Fire Engine Red. HEX triplet: DA, 18 and 1F. RGB value is (218,24,31). Sum of RGB (Red+Green+Blue) = 218+24+31=273 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.85% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 218 - color contains mainly: red. Hex color #DA181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA181F is #25E7E0. Grayscale: #525252. Windows color (decimal): -2484193 or 2037978. OLE color: 2037978.
HSL color Cylindrical-coordinate representation of color #DA181F: hue angle of 357.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA181F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.15 |
| HSL | 357.84º | 0.8% | 0.47% | - |
| HSV(B) | 357.84º | 0.89% | 0.85% | - |
| XYZ | 29.49 | 15.66 | 2.76 | - |
| YUV | 82.8 | 98.77 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 31 | 0 | 0.89 | 0.86 | 0.15 | 357.84 | 0.8 | 0.47 |
| Hex | DA | 18 | 1F | 0 | 59 | 56 | F | 166 | 50 | 2F |
| Octal | 332 | 30 | 37 | 0 | 131 | 126 | 17 | 546 | 120 | 57 |
| Binary | 11011010 | 11000 | 11111 | 0 | 1011001 | 1010110 | 1111 | 101100110 | 1010000 | 101111 |
Color Harmonies of #DA181F
Complementary color
Monochromatic Colors of #DA181F
Black with #DA181F
Text Example
Text Example
White with #DA181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA181F; }
p { color: rgb(218,24,31); }
H1.HeaderClassName
{
color: #DA181F;
}
.AnyTagClassName
{
color: #DA181F;
}
</style>
background-color css
<style>
a { background-color: #DA181F; }
a { background-color: rgb(218,24,31); }
div.DivClassName
{
background-color: #DA181F;
}
.BgClassName
{
background-color: #DA181F;
}
</style>
border-color css
<style>
span { border-color: #DA181F; }
span { border-color: rgb(218,24,31); }
td.TdClassName
{
border-color: #DA181F;
}
.TagClassName
{
border-color: #DA181F;
}
</style>