Shades of Fire Engine Red #DF0B19
Tints of Fire Engine Red #DF0B19
RGB
CMYK
RGB Variations
Color information
#DF0B19 (or 0xDF0B19) is known color: Fire Engine Red. HEX triplet: DF, 0B and 19. RGB value is (223,11,25). Sum of RGB (Red+Green+Blue) = 223+11+25=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B19 is #20F4E6. Grayscale: #4C4C4C. Windows color (decimal): -2159847 or 1641439. OLE color: 1641439.
HSL color Cylindrical-coordinate representation of color #DF0B19: hue angle of 356.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B19 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 25 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.13 |
| HSL | 356.04º | 0.91% | 0.46% | - |
| HSV(B) | 356.04º | 0.95% | 0.87% | - |
| XYZ | 30.73 | 16 | 2.39 | - |
| YUV | 75.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 25 | 0 | 0.95 | 0.89 | 0.13 | 356.04 | 0.91 | 0.46 |
| Hex | DF | B | 19 | 0 | 5F | 59 | D | 164 | 5B | 2E |
| Octal | 337 | 13 | 31 | 0 | 137 | 131 | 15 | 544 | 133 | 56 |
| Binary | 11011111 | 1011 | 11001 | 0 | 1011111 | 1011001 | 1101 | 101100100 | 1011011 | 101110 |
Color Harmonies of #DF0B19
Complementary color
Monochromatic Colors of #DF0B19
Black with #DF0B19
Text Example
Text Example
White with #DF0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B19; }
p { color: rgb(223,11,25); }
H1.HeaderClassName
{
color: #DF0B19;
}
.AnyTagClassName
{
color: #DF0B19;
}
</style>
background-color css
<style>
a { background-color: #DF0B19; }
a { background-color: rgb(223,11,25); }
div.DivClassName
{
background-color: #DF0B19;
}
.BgClassName
{
background-color: #DF0B19;
}
</style>
border-color css
<style>
span { border-color: #DF0B19; }
span { border-color: rgb(223,11,25); }
td.TdClassName
{
border-color: #DF0B19;
}
.TagClassName
{
border-color: #DF0B19;
}
</style>