Shades of Fire Engine Red #DF0F23
Tints of Fire Engine Red #DF0F23
RGB
CMYK
RGB Variations
Color information
#DF0F23 (or 0xDF0F23) is known color: Fire Engine Red. HEX triplet: DF, 0F and 23. RGB value is (223,15,35). Sum of RGB (Red+Green+Blue) = 223+15+35=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F23 is #20F0DC. Grayscale: #4F4F4F. Windows color (decimal): -2158813 or 2297823. OLE color: 2297823.
HSL color Cylindrical-coordinate representation of color #DF0F23: hue angle of 354.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F23 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 35 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.13 |
| HSL | 354.23º | 0.87% | 0.47% | - |
| HSV(B) | 354.23º | 0.93% | 0.87% | - |
| XYZ | 30.91 | 16.15 | 3.08 | - |
| YUV | 79.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 35 | 0 | 0.93 | 0.84 | 0.13 | 354.23 | 0.87 | 0.47 |
| Hex | DF | F | 23 | 0 | 5D | 54 | D | 162 | 57 | 2F |
| Octal | 337 | 17 | 43 | 0 | 135 | 124 | 15 | 542 | 127 | 57 |
| Binary | 11011111 | 1111 | 100011 | 0 | 1011101 | 1010100 | 1101 | 101100010 | 1010111 | 101111 |
Color Harmonies of #DF0F23
Complementary color
Monochromatic Colors of #DF0F23
Black with #DF0F23
Text Example
Text Example
White with #DF0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F23; }
p { color: rgb(223,15,35); }
H1.HeaderClassName
{
color: #DF0F23;
}
.AnyTagClassName
{
color: #DF0F23;
}
</style>
background-color css
<style>
a { background-color: #DF0F23; }
a { background-color: rgb(223,15,35); }
div.DivClassName
{
background-color: #DF0F23;
}
.BgClassName
{
background-color: #DF0F23;
}
</style>
border-color css
<style>
span { border-color: #DF0F23; }
span { border-color: rgb(223,15,35); }
td.TdClassName
{
border-color: #DF0F23;
}
.TagClassName
{
border-color: #DF0F23;
}
</style>