Shades of Fire Engine Red #DF0626
Tints of Fire Engine Red #DF0626
RGB
CMYK
RGB Variations
Color information
#DF0626 (or 0xDF0626) is known color: Fire Engine Red. HEX triplet: DF, 06 and 26. RGB value is (223,6,38). Sum of RGB (Red+Green+Blue) = 223+6+38=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0626 is #20F9D9. Grayscale: #4A4A4A. Windows color (decimal): -2161114 or 2492127. OLE color: 2492127.
HSL color Cylindrical-coordinate representation of color #DF0626: hue angle of 351.15º 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 #DF0626 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 38 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.13 |
| HSL | 351.15º | 0.95% | 0.45% | - |
| HSV(B) | 351.15º | 0.97% | 0.87% | - |
| XYZ | 30.85 | 15.96 | 3.29 | - |
| YUV | 74.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 38 | 0 | 0.97 | 0.83 | 0.13 | 351.15 | 0.95 | 0.45 |
| Hex | DF | 6 | 26 | 0 | 61 | 53 | D | 15F | 5F | 2D |
| Octal | 337 | 6 | 46 | 0 | 141 | 123 | 15 | 537 | 137 | 55 |
| Binary | 11011111 | 110 | 100110 | 0 | 1100001 | 1010011 | 1101 | 101011111 | 1011111 | 101101 |
Color Harmonies of #DF0626
Complementary color
Monochromatic Colors of #DF0626
Black with #DF0626
Text Example
Text Example
White with #DF0626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0626; }
p { color: rgb(223,6,38); }
H1.HeaderClassName
{
color: #DF0626;
}
.AnyTagClassName
{
color: #DF0626;
}
</style>
background-color css
<style>
a { background-color: #DF0626; }
a { background-color: rgb(223,6,38); }
div.DivClassName
{
background-color: #DF0626;
}
.BgClassName
{
background-color: #DF0626;
}
</style>
border-color css
<style>
span { border-color: #DF0626; }
span { border-color: rgb(223,6,38); }
td.TdClassName
{
border-color: #DF0626;
}
.TagClassName
{
border-color: #DF0626;
}
</style>