Shades of Fire Engine Red #DF0D1B
Tints of Fire Engine Red #DF0D1B
RGB
CMYK
RGB Variations
Color information
#DF0D1B (or 0xDF0D1B) is known color: Fire Engine Red. HEX triplet: DF, 0D and 1B. RGB value is (223,13,27). Sum of RGB (Red+Green+Blue) = 223+13+27=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D1B is #20F2E4. Grayscale: #4D4D4D. Windows color (decimal): -2159333 or 1773023. OLE color: 1773023.
HSL color Cylindrical-coordinate representation of color #DF0D1B: hue angle of 356º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D1B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.13 |
| HSL | 356º | 0.89% | 0.46% | - |
| HSV(B) | 356º | 0.94% | 0.87% | - |
| XYZ | 30.77 | 16.05 | 2.51 | - |
| YUV | 77.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 27 | 0 | 0.94 | 0.88 | 0.13 | 356 | 0.89 | 0.46 |
| Hex | DF | D | 1B | 0 | 5E | 58 | D | 164 | 59 | 2E |
| Octal | 337 | 15 | 33 | 0 | 136 | 130 | 15 | 544 | 131 | 56 |
| Binary | 11011111 | 1101 | 11011 | 0 | 1011110 | 1011000 | 1101 | 101100100 | 1011001 | 101110 |
Color Harmonies of #DF0D1B
Complementary color
Monochromatic Colors of #DF0D1B
Black with #DF0D1B
Text Example
Text Example
White with #DF0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D1B; }
p { color: rgb(223,13,27); }
H1.HeaderClassName
{
color: #DF0D1B;
}
.AnyTagClassName
{
color: #DF0D1B;
}
</style>
background-color css
<style>
a { background-color: #DF0D1B; }
a { background-color: rgb(223,13,27); }
div.DivClassName
{
background-color: #DF0D1B;
}
.BgClassName
{
background-color: #DF0D1B;
}
</style>
border-color css
<style>
span { border-color: #DF0D1B; }
span { border-color: rgb(223,13,27); }
td.TdClassName
{
border-color: #DF0D1B;
}
.TagClassName
{
border-color: #DF0D1B;
}
</style>