Html Css Color HEX #DF2016 Harley Davidson Orange
📋 copy color: '#DF2016'red 223 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #DF2016
Tints of Harley Davidson Orange #DF2016
RGB
CMYK
RGB Variations
Color information
#DF2016 (or 0xDF2016) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 16. RGB value is (223,32,22). Sum of RGB (Red+Green+Blue) = 223+32+22=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2016 is #20DFE9. Grayscale: #585858. Windows color (decimal): -2154474 or 1450207. OLE color: 1450207.
HSL color Cylindrical-coordinate representation of color #DF2016: hue angle of 2.99º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF2016 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.13 |
| HSL | 2.99º | 0.82% | 0.48% | - |
| HSV(B) | 2.99º | 0.9% | 0.87% | - |
| XYZ | 31.09 | 16.78 | 2.36 | - |
| YUV | 87.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 22 | 0 | 0.86 | 0.90 | 0.13 | 2.99 | 0.82 | 0.48 |
| Hex | DF | 20 | 16 | 0 | 56 | 5A | D | 3 | 52 | 30 |
| Octal | 337 | 40 | 26 | 0 | 126 | 132 | 15 | 3 | 122 | 60 |
| Binary | 11011111 | 100000 | 10110 | 0 | 1010110 | 1011010 | 1101 | 11 | 1010010 | 110000 |
Color Harmonies of #DF2016
Complementary color
Monochromatic Colors of #DF2016
Black with #DF2016
Text Example
Text Example
White with #DF2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2016; }
p { color: rgb(223,32,22); }
H1.HeaderClassName
{
color: #DF2016;
}
.AnyTagClassName
{
color: #DF2016;
}
</style>
background-color css
<style>
a { background-color: #DF2016; }
a { background-color: rgb(223,32,22); }
div.DivClassName
{
background-color: #DF2016;
}
.BgClassName
{
background-color: #DF2016;
}
</style>
border-color css
<style>
span { border-color: #DF2016; }
span { border-color: rgb(223,32,22); }
td.TdClassName
{
border-color: #DF2016;
}
.TagClassName
{
border-color: #DF2016;
}
</style>