Html Css Color HEX #DF2010 Harley Davidson Orange
📋 copy color: '#DF2010'red 223 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #DF2010
Tints of Harley Davidson Orange #DF2010
RGB
CMYK
RGB Variations
Color information
#DF2010 (or 0xDF2010) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 10. RGB value is (223,32,16). Sum of RGB (Red+Green+Blue) = 223+32+16=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2010 is #20DFEF. Grayscale: #575757. Windows color (decimal): -2154480 or 1056991. OLE color: 1056991.
HSL color Cylindrical-coordinate representation of color #DF2010: hue angle of 4.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF2010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.13 |
| HSL | 4.64º | 0.87% | 0.47% | - |
| HSV(B) | 4.64º | 0.93% | 0.87% | - |
| XYZ | 31.04 | 16.76 | 2.09 | - |
| YUV | 87.29 | 87.78 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 16 | 0 | 0.86 | 0.93 | 0.13 | 4.64 | 0.87 | 0.47 |
| Hex | DF | 20 | 10 | 0 | 56 | 5D | D | 5 | 57 | 2F |
| Octal | 337 | 40 | 20 | 0 | 126 | 135 | 15 | 5 | 127 | 57 |
| Binary | 11011111 | 100000 | 10000 | 0 | 1010110 | 1011101 | 1101 | 101 | 1010111 | 101111 |
Color Harmonies of #DF2010
Complementary color
Monochromatic Colors of #DF2010
Black with #DF2010
Text Example
Text Example
White with #DF2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2010; }
p { color: rgb(223,32,16); }
H1.HeaderClassName
{
color: #DF2010;
}
.AnyTagClassName
{
color: #DF2010;
}
</style>
background-color css
<style>
a { background-color: #DF2010; }
a { background-color: rgb(223,32,16); }
div.DivClassName
{
background-color: #DF2010;
}
.BgClassName
{
background-color: #DF2010;
}
</style>
border-color css
<style>
span { border-color: #DF2010; }
span { border-color: rgb(223,32,16); }
td.TdClassName
{
border-color: #DF2010;
}
.TagClassName
{
border-color: #DF2010;
}
</style>