Shades of Fire Engine Red #DF0123
Tints of Fire Engine Red #DF0123
RGB
CMYK
RGB Variations
Color information
#DF0123 (or 0xDF0123) is known color: Fire Engine Red. HEX triplet: DF, 01 and 23. RGB value is (223,1,35). Sum of RGB (Red+Green+Blue) = 223+1+35=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0123 is #20FEDC. Grayscale: #474747. Windows color (decimal): -2162397 or 2294239. OLE color: 2294239.
HSL color Cylindrical-coordinate representation of color #DF0123: hue angle of 350.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0123 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.13 |
| HSL | 350.81º | 0.99% | 0.44% | - |
| HSV(B) | 350.81º | 1% | 0.87% | - |
| XYZ | 30.75 | 15.83 | 3.03 | - |
| YUV | 71.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 35 | 0 | 1.00 | 0.84 | 0.13 | 350.81 | 0.99 | 0.44 |
| Hex | DF | 1 | 23 | 0 | 64 | 54 | D | 15F | 63 | 2C |
| Octal | 337 | 1 | 43 | 0 | 144 | 124 | 15 | 537 | 143 | 54 |
| Binary | 11011111 | 1 | 100011 | 0 | 1100100 | 1010100 | 1101 | 101011111 | 1100011 | 101100 |
Color Harmonies of #DF0123
Complementary color
Monochromatic Colors of #DF0123
Black with #DF0123
Text Example
Text Example
White with #DF0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0123; }
p { color: rgb(223,1,35); }
H1.HeaderClassName
{
color: #DF0123;
}
.AnyTagClassName
{
color: #DF0123;
}
</style>
background-color css
<style>
a { background-color: #DF0123; }
a { background-color: rgb(223,1,35); }
div.DivClassName
{
background-color: #DF0123;
}
.BgClassName
{
background-color: #DF0123;
}
</style>
border-color css
<style>
span { border-color: #DF0123; }
span { border-color: rgb(223,1,35); }
td.TdClassName
{
border-color: #DF0123;
}
.TagClassName
{
border-color: #DF0123;
}
</style>