Shades of Fire Engine Red #DF0B1C
Tints of Fire Engine Red #DF0B1C
RGB
CMYK
RGB Variations
Color information
#DF0B1C (or 0xDF0B1C) is known color: Fire Engine Red. HEX triplet: DF, 0B and 1C. RGB value is (223,11,28). Sum of RGB (Red+Green+Blue) = 223+11+28=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B1C is #20F4E3. Grayscale: #4C4C4C. Windows color (decimal): -2159844 or 1838047. OLE color: 1838047.
HSL color Cylindrical-coordinate representation of color #DF0B1C: hue angle of 355.19º 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 #DF0B1C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 28 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.13 |
| HSL | 355.19º | 0.91% | 0.46% | - |
| HSV(B) | 355.19º | 0.95% | 0.87% | - |
| XYZ | 30.76 | 16.01 | 2.57 | - |
| YUV | 76.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 28 | 0 | 0.95 | 0.87 | 0.13 | 355.19 | 0.91 | 0.46 |
| Hex | DF | B | 1C | 0 | 5F | 57 | D | 163 | 5B | 2E |
| Octal | 337 | 13 | 34 | 0 | 137 | 127 | 15 | 543 | 133 | 56 |
| Binary | 11011111 | 1011 | 11100 | 0 | 1011111 | 1010111 | 1101 | 101100011 | 1011011 | 101110 |
Color Harmonies of #DF0B1C
Complementary color
Monochromatic Colors of #DF0B1C
Black with #DF0B1C
Text Example
Text Example
White with #DF0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B1C; }
p { color: rgb(223,11,28); }
H1.HeaderClassName
{
color: #DF0B1C;
}
.AnyTagClassName
{
color: #DF0B1C;
}
</style>
background-color css
<style>
a { background-color: #DF0B1C; }
a { background-color: rgb(223,11,28); }
div.DivClassName
{
background-color: #DF0B1C;
}
.BgClassName
{
background-color: #DF0B1C;
}
</style>
border-color css
<style>
span { border-color: #DF0B1C; }
span { border-color: rgb(223,11,28); }
td.TdClassName
{
border-color: #DF0B1C;
}
.TagClassName
{
border-color: #DF0B1C;
}
</style>