Shades of Fire Engine Red #DF0321
Tints of Fire Engine Red #DF0321
RGB
CMYK
RGB Variations
Color information
#DF0321 (or 0xDF0321) is known color: Fire Engine Red. HEX triplet: DF, 03 and 21. RGB value is (223,3,33). Sum of RGB (Red+Green+Blue) = 223+3+33=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0321 is #20FCDE. Grayscale: #484848. Windows color (decimal): -2161887 or 2163679. OLE color: 2163679.
HSL color Cylindrical-coordinate representation of color #DF0321: hue angle of 351.82º 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 #DF0321 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.13 |
| HSL | 351.82º | 0.97% | 0.44% | - |
| HSV(B) | 351.82º | 0.99% | 0.87% | - |
| XYZ | 30.74 | 15.86 | 2.88 | - |
| YUV | 72.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 33 | 0 | 0.99 | 0.85 | 0.13 | 351.82 | 0.97 | 0.44 |
| Hex | DF | 3 | 21 | 0 | 63 | 55 | D | 160 | 61 | 2C |
| Octal | 337 | 3 | 41 | 0 | 143 | 125 | 15 | 540 | 141 | 54 |
| Binary | 11011111 | 11 | 100001 | 0 | 1100011 | 1010101 | 1101 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DF0321
Complementary color
Monochromatic Colors of #DF0321
Black with #DF0321
Text Example
Text Example
White with #DF0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0321; }
p { color: rgb(223,3,33); }
H1.HeaderClassName
{
color: #DF0321;
}
.AnyTagClassName
{
color: #DF0321;
}
</style>
background-color css
<style>
a { background-color: #DF0321; }
a { background-color: rgb(223,3,33); }
div.DivClassName
{
background-color: #DF0321;
}
.BgClassName
{
background-color: #DF0321;
}
</style>
border-color css
<style>
span { border-color: #DF0321; }
span { border-color: rgb(223,3,33); }
td.TdClassName
{
border-color: #DF0321;
}
.TagClassName
{
border-color: #DF0321;
}
</style>