Shades of Fire Engine Red #DF0625
Tints of Fire Engine Red #DF0625
RGB
CMYK
RGB Variations
Color information
#DF0625 (or 0xDF0625) is known color: Fire Engine Red. HEX triplet: DF, 06 and 25. RGB value is (223,6,37). Sum of RGB (Red+Green+Blue) = 223+6+37=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0625 is #20F9DA. Grayscale: #4A4A4A. Windows color (decimal): -2161115 or 2426591. OLE color: 2426591.
HSL color Cylindrical-coordinate representation of color #DF0625: hue angle of 351.43º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0625 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.13 |
| HSL | 351.43º | 0.95% | 0.45% | - |
| HSV(B) | 351.43º | 0.97% | 0.87% | - |
| XYZ | 30.83 | 15.95 | 3.2 | - |
| YUV | 74.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 37 | 0 | 0.97 | 0.83 | 0.13 | 351.43 | 0.95 | 0.45 |
| Hex | DF | 6 | 25 | 0 | 61 | 53 | D | 15F | 5F | 2D |
| Octal | 337 | 6 | 45 | 0 | 141 | 123 | 15 | 537 | 137 | 55 |
| Binary | 11011111 | 110 | 100101 | 0 | 1100001 | 1010011 | 1101 | 101011111 | 1011111 | 101101 |
Color Harmonies of #DF0625
Complementary color
Monochromatic Colors of #DF0625
Black with #DF0625
Text Example
Text Example
White with #DF0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0625; }
p { color: rgb(223,6,37); }
H1.HeaderClassName
{
color: #DF0625;
}
.AnyTagClassName
{
color: #DF0625;
}
</style>
background-color css
<style>
a { background-color: #DF0625; }
a { background-color: rgb(223,6,37); }
div.DivClassName
{
background-color: #DF0625;
}
.BgClassName
{
background-color: #DF0625;
}
</style>
border-color css
<style>
span { border-color: #DF0625; }
span { border-color: rgb(223,6,37); }
td.TdClassName
{
border-color: #DF0625;
}
.TagClassName
{
border-color: #DF0625;
}
</style>