Shades of Fire Engine Red #DF0A27
Tints of Fire Engine Red #DF0A27
RGB
CMYK
RGB Variations
Color information
#DF0A27 (or 0xDF0A27) is known color: Fire Engine Red. HEX triplet: DF, 0A and 27. RGB value is (223,10,39). Sum of RGB (Red+Green+Blue) = 223+10+39=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A27 is #20F5D8. Grayscale: #4D4D4D. Windows color (decimal): -2160089 or 2558687. OLE color: 2558687.
HSL color Cylindrical-coordinate representation of color #DF0A27: hue angle of 351.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A27 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.13 |
| HSL | 351.83º | 0.91% | 0.46% | - |
| HSV(B) | 351.83º | 0.96% | 0.87% | - |
| XYZ | 30.91 | 16.05 | 3.39 | - |
| YUV | 76.99 | 106.57 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 39 | 0 | 0.96 | 0.83 | 0.13 | 351.83 | 0.91 | 0.46 |
| Hex | DF | A | 27 | 0 | 60 | 53 | D | 160 | 5B | 2E |
| Octal | 337 | 12 | 47 | 0 | 140 | 123 | 15 | 540 | 133 | 56 |
| Binary | 11011111 | 1010 | 100111 | 0 | 1100000 | 1010011 | 1101 | 101100000 | 1011011 | 101110 |
Color Harmonies of #DF0A27
Complementary color
Monochromatic Colors of #DF0A27
Black with #DF0A27
Text Example
Text Example
White with #DF0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A27; }
p { color: rgb(223,10,39); }
H1.HeaderClassName
{
color: #DF0A27;
}
.AnyTagClassName
{
color: #DF0A27;
}
</style>
background-color css
<style>
a { background-color: #DF0A27; }
a { background-color: rgb(223,10,39); }
div.DivClassName
{
background-color: #DF0A27;
}
.BgClassName
{
background-color: #DF0A27;
}
</style>
border-color css
<style>
span { border-color: #DF0A27; }
span { border-color: rgb(223,10,39); }
td.TdClassName
{
border-color: #DF0A27;
}
.TagClassName
{
border-color: #DF0A27;
}
</style>