Shades of Fire Engine Red #DF0D25
Tints of Fire Engine Red #DF0D25
RGB
CMYK
RGB Variations
Color information
#DF0D25 (or 0xDF0D25) is known color: Fire Engine Red. HEX triplet: DF, 0D and 25. RGB value is (223,13,37). Sum of RGB (Red+Green+Blue) = 223+13+37=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D25 is #20F2DA. Grayscale: #4E4E4E. Windows color (decimal): -2159323 or 2428383. OLE color: 2428383.
HSL color Cylindrical-coordinate representation of color #DF0D25: hue angle of 353.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.13 |
| HSL | 353.14º | 0.89% | 0.46% | - |
| HSV(B) | 353.14º | 0.94% | 0.87% | - |
| XYZ | 30.91 | 16.11 | 3.23 | - |
| YUV | 78.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 37 | 0 | 0.94 | 0.83 | 0.13 | 353.14 | 0.89 | 0.46 |
| Hex | DF | D | 25 | 0 | 5E | 53 | D | 161 | 59 | 2E |
| Octal | 337 | 15 | 45 | 0 | 136 | 123 | 15 | 541 | 131 | 56 |
| Binary | 11011111 | 1101 | 100101 | 0 | 1011110 | 1010011 | 1101 | 101100001 | 1011001 | 101110 |
Color Harmonies of #DF0D25
Complementary color
Monochromatic Colors of #DF0D25
Black with #DF0D25
Text Example
Text Example
White with #DF0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D25; }
p { color: rgb(223,13,37); }
H1.HeaderClassName
{
color: #DF0D25;
}
.AnyTagClassName
{
color: #DF0D25;
}
</style>
background-color css
<style>
a { background-color: #DF0D25; }
a { background-color: rgb(223,13,37); }
div.DivClassName
{
background-color: #DF0D25;
}
.BgClassName
{
background-color: #DF0D25;
}
</style>
border-color css
<style>
span { border-color: #DF0D25; }
span { border-color: rgb(223,13,37); }
td.TdClassName
{
border-color: #DF0D25;
}
.TagClassName
{
border-color: #DF0D25;
}
</style>