Shades of Fire Engine Red #DF1528
Tints of Fire Engine Red #DF1528
RGB
CMYK
RGB Variations
Color information
#DF1528 (or 0xDF1528) is known color: Fire Engine Red. HEX triplet: DF, 15 and 28. RGB value is (223,21,40). Sum of RGB (Red+Green+Blue) = 223+21+40=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1528 is #20EAD7. Grayscale: #535353. Windows color (decimal): -2157272 or 2627039. OLE color: 2627039.
HSL color Cylindrical-coordinate representation of color #DF1528: hue angle of 354.36º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1528 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 40 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.13 |
| HSL | 354.36º | 0.83% | 0.48% | - |
| HSV(B) | 354.36º | 0.91% | 0.87% | - |
| XYZ | 31.08 | 16.38 | 3.53 | - |
| YUV | 83.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 40 | 0 | 0.91 | 0.82 | 0.13 | 354.36 | 0.83 | 0.48 |
| Hex | DF | 15 | 28 | 0 | 5B | 52 | D | 162 | 53 | 30 |
| Octal | 337 | 25 | 50 | 0 | 133 | 122 | 15 | 542 | 123 | 60 |
| Binary | 11011111 | 10101 | 101000 | 0 | 1011011 | 1010010 | 1101 | 101100010 | 1010011 | 110000 |
Color Harmonies of #DF1528
Complementary color
Monochromatic Colors of #DF1528
Black with #DF1528
Text Example
Text Example
White with #DF1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1528; }
p { color: rgb(223,21,40); }
H1.HeaderClassName
{
color: #DF1528;
}
.AnyTagClassName
{
color: #DF1528;
}
</style>
background-color css
<style>
a { background-color: #DF1528; }
a { background-color: rgb(223,21,40); }
div.DivClassName
{
background-color: #DF1528;
}
.BgClassName
{
background-color: #DF1528;
}
</style>
border-color css
<style>
span { border-color: #DF1528; }
span { border-color: rgb(223,21,40); }
td.TdClassName
{
border-color: #DF1528;
}
.TagClassName
{
border-color: #DF1528;
}
</style>