Html Css Color HEX #DF3210 Harley Davidson Orange
📋 copy color: '#DF3210'red 223 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #DF3210
Tints of Harley Davidson Orange #DF3210
RGB
CMYK
RGB Variations
Color information
#DF3210 (or 0xDF3210) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 10. RGB value is (223,50,16). Sum of RGB (Red+Green+Blue) = 223+50+16=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3210 is #20CDEF. Grayscale: #626262. Windows color (decimal): -2149872 or 1061599. OLE color: 1061599.
HSL color Cylindrical-coordinate representation of color #DF3210: hue angle of 9.86º 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 #DF3210 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.13 |
| HSL | 9.86º | 0.87% | 0.47% | - |
| HSV(B) | 9.86º | 0.93% | 0.87% | - |
| XYZ | 31.67 | 18.01 | 2.3 | - |
| YUV | 97.85 | 81.81 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 16 | 0 | 0.78 | 0.93 | 0.13 | 9.86 | 0.87 | 0.47 |
| Hex | DF | 32 | 10 | 0 | 4E | 5D | D | A | 57 | 2F |
| Octal | 337 | 62 | 20 | 0 | 116 | 135 | 15 | 12 | 127 | 57 |
| Binary | 11011111 | 110010 | 10000 | 0 | 1001110 | 1011101 | 1101 | 1010 | 1010111 | 101111 |
Color Harmonies of #DF3210
Complementary color
Monochromatic Colors of #DF3210
Black with #DF3210
Text Example
Text Example
White with #DF3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3210; }
p { color: rgb(223,50,16); }
H1.HeaderClassName
{
color: #DF3210;
}
.AnyTagClassName
{
color: #DF3210;
}
</style>
background-color css
<style>
a { background-color: #DF3210; }
a { background-color: rgb(223,50,16); }
div.DivClassName
{
background-color: #DF3210;
}
.BgClassName
{
background-color: #DF3210;
}
</style>
border-color css
<style>
span { border-color: #DF3210; }
span { border-color: rgb(223,50,16); }
td.TdClassName
{
border-color: #DF3210;
}
.TagClassName
{
border-color: #DF3210;
}
</style>