Shades of Fire Engine Red #DA0B20
Tints of Fire Engine Red #DA0B20
RGB
CMYK
RGB Variations
Color information
#DA0B20 (or 0xDA0B20) is known color: Fire Engine Red. HEX triplet: DA, 0B and 20. RGB value is (218,11,32). Sum of RGB (Red+Green+Blue) = 218+11+32=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B20 is #25F4DF. Grayscale: #4B4B4B. Windows color (decimal): -2487520 or 2100186. OLE color: 2100186.
HSL color Cylindrical-coordinate representation of color #DA0B20: hue angle of 353.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B20 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 32 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.15 |
| HSL | 353.91º | 0.9% | 0.45% | - |
| HSV(B) | 353.91º | 0.95% | 0.85% | - |
| XYZ | 29.29 | 15.25 | 2.77 | - |
| YUV | 75.29 | 103.58 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 32 | 0 | 0.95 | 0.85 | 0.15 | 353.91 | 0.9 | 0.45 |
| Hex | DA | B | 20 | 0 | 5F | 55 | F | 162 | 5A | 2D |
| Octal | 332 | 13 | 40 | 0 | 137 | 125 | 17 | 542 | 132 | 55 |
| Binary | 11011010 | 1011 | 100000 | 0 | 1011111 | 1010101 | 1111 | 101100010 | 1011010 | 101101 |
Color Harmonies of #DA0B20
Complementary color
Monochromatic Colors of #DA0B20
Black with #DA0B20
Text Example
Text Example
White with #DA0B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B20; }
p { color: rgb(218,11,32); }
H1.HeaderClassName
{
color: #DA0B20;
}
.AnyTagClassName
{
color: #DA0B20;
}
</style>
background-color css
<style>
a { background-color: #DA0B20; }
a { background-color: rgb(218,11,32); }
div.DivClassName
{
background-color: #DA0B20;
}
.BgClassName
{
background-color: #DA0B20;
}
</style>
border-color css
<style>
span { border-color: #DA0B20; }
span { border-color: rgb(218,11,32); }
td.TdClassName
{
border-color: #DA0B20;
}
.TagClassName
{
border-color: #DA0B20;
}
</style>