Shades of Fire Engine Red #DF1323
Tints of Fire Engine Red #DF1323
RGB
CMYK
RGB Variations
Color information
#DF1323 (or 0xDF1323) is known color: Fire Engine Red. HEX triplet: DF, 13 and 23. RGB value is (223,19,35). Sum of RGB (Red+Green+Blue) = 223+19+35=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1323 is #20ECDC. Grayscale: #515151. Windows color (decimal): -2157789 or 2298847. OLE color: 2298847.
HSL color Cylindrical-coordinate representation of color #DF1323: hue angle of 355.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1323 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.13 |
| HSL | 355.29º | 0.84% | 0.47% | - |
| HSV(B) | 355.29º | 0.91% | 0.87% | - |
| XYZ | 30.97 | 16.28 | 3.1 | - |
| YUV | 81.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 35 | 0 | 0.91 | 0.84 | 0.13 | 355.29 | 0.84 | 0.47 |
| Hex | DF | 13 | 23 | 0 | 5B | 54 | D | 163 | 54 | 2F |
| Octal | 337 | 23 | 43 | 0 | 133 | 124 | 15 | 543 | 124 | 57 |
| Binary | 11011111 | 10011 | 100011 | 0 | 1011011 | 1010100 | 1101 | 101100011 | 1010100 | 101111 |
Color Harmonies of #DF1323
Complementary color
Monochromatic Colors of #DF1323
Black with #DF1323
Text Example
Text Example
White with #DF1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1323; }
p { color: rgb(223,19,35); }
H1.HeaderClassName
{
color: #DF1323;
}
.AnyTagClassName
{
color: #DF1323;
}
</style>
background-color css
<style>
a { background-color: #DF1323; }
a { background-color: rgb(223,19,35); }
div.DivClassName
{
background-color: #DF1323;
}
.BgClassName
{
background-color: #DF1323;
}
</style>
border-color css
<style>
span { border-color: #DF1323; }
span { border-color: rgb(223,19,35); }
td.TdClassName
{
border-color: #DF1323;
}
.TagClassName
{
border-color: #DF1323;
}
</style>