Shades of Fire Engine Red #DF0523
Tints of Fire Engine Red #DF0523
RGB
CMYK
RGB Variations
Color information
#DF0523 (or 0xDF0523) is known color: Fire Engine Red. HEX triplet: DF, 05 and 23. RGB value is (223,5,35). Sum of RGB (Red+Green+Blue) = 223+5+35=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0523 is #20FADC. Grayscale: #494949. Windows color (decimal): -2161373 or 2295263. OLE color: 2295263.
HSL color Cylindrical-coordinate representation of color #DF0523: hue angle of 351.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0523 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.13 |
| HSL | 351.74º | 0.96% | 0.45% | - |
| HSV(B) | 351.74º | 0.98% | 0.87% | - |
| XYZ | 30.79 | 15.92 | 3.04 | - |
| YUV | 73.6 | 106.22 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 35 | 0 | 0.98 | 0.84 | 0.13 | 351.74 | 0.96 | 0.45 |
| Hex | DF | 5 | 23 | 0 | 62 | 54 | D | 160 | 60 | 2D |
| Octal | 337 | 5 | 43 | 0 | 142 | 124 | 15 | 540 | 140 | 55 |
| Binary | 11011111 | 101 | 100011 | 0 | 1100010 | 1010100 | 1101 | 101100000 | 1100000 | 101101 |
Color Harmonies of #DF0523
Complementary color
Monochromatic Colors of #DF0523
Black with #DF0523
Text Example
Text Example
White with #DF0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0523; }
p { color: rgb(223,5,35); }
H1.HeaderClassName
{
color: #DF0523;
}
.AnyTagClassName
{
color: #DF0523;
}
</style>
background-color css
<style>
a { background-color: #DF0523; }
a { background-color: rgb(223,5,35); }
div.DivClassName
{
background-color: #DF0523;
}
.BgClassName
{
background-color: #DF0523;
}
</style>
border-color css
<style>
span { border-color: #DF0523; }
span { border-color: rgb(223,5,35); }
td.TdClassName
{
border-color: #DF0523;
}
.TagClassName
{
border-color: #DF0523;
}
</style>