Shades of Fire Engine Red #DF0323
Tints of Fire Engine Red #DF0323
RGB
CMYK
RGB Variations
Color information
#DF0323 (or 0xDF0323) is known color: Fire Engine Red. HEX triplet: DF, 03 and 23. RGB value is (223,3,35). Sum of RGB (Red+Green+Blue) = 223+3+35=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0323 is #20FCDC. Grayscale: #484848. Windows color (decimal): -2161885 or 2294751. OLE color: 2294751.
HSL color Cylindrical-coordinate representation of color #DF0323: hue angle of 351.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.13 |
| HSL | 351.27º | 0.97% | 0.44% | - |
| HSV(B) | 351.27º | 0.99% | 0.87% | - |
| XYZ | 30.77 | 15.87 | 3.03 | - |
| YUV | 72.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 35 | 0 | 0.99 | 0.84 | 0.13 | 351.27 | 0.97 | 0.44 |
| Hex | DF | 3 | 23 | 0 | 63 | 54 | D | 15F | 61 | 2C |
| Octal | 337 | 3 | 43 | 0 | 143 | 124 | 15 | 537 | 141 | 54 |
| Binary | 11011111 | 11 | 100011 | 0 | 1100011 | 1010100 | 1101 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DF0323
Complementary color
Monochromatic Colors of #DF0323
Black with #DF0323
Text Example
Text Example
White with #DF0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0323; }
p { color: rgb(223,3,35); }
H1.HeaderClassName
{
color: #DF0323;
}
.AnyTagClassName
{
color: #DF0323;
}
</style>
background-color css
<style>
a { background-color: #DF0323; }
a { background-color: rgb(223,3,35); }
div.DivClassName
{
background-color: #DF0323;
}
.BgClassName
{
background-color: #DF0323;
}
</style>
border-color css
<style>
span { border-color: #DF0323; }
span { border-color: rgb(223,3,35); }
td.TdClassName
{
border-color: #DF0323;
}
.TagClassName
{
border-color: #DF0323;
}
</style>