Html Css Color HEX #DF3A16 Harley Davidson Orange
📋 copy color: '#DF3A16'red 223 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #DF3A16
Tints of Harley Davidson Orange #DF3A16
RGB
CMYK
RGB Variations
Color information
#DF3A16 (or 0xDF3A16) is known color: Harley Davidson Orange. HEX triplet: DF, 3A and 16. RGB value is (223,58,22). Sum of RGB (Red+Green+Blue) = 223+58+22=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A16 is #20C5E9. Grayscale: #676767. Windows color (decimal): -2147818 or 1456863. OLE color: 1456863.
HSL color Cylindrical-coordinate representation of color #DF3A16: hue angle of 10.75º 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 #DF3A16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.13 |
| HSL | 10.75º | 0.82% | 0.48% | - |
| HSV(B) | 10.75º | 0.9% | 0.87% | - |
| XYZ | 32.09 | 18.77 | 2.69 | - |
| YUV | 103.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 22 | 0 | 0.74 | 0.90 | 0.13 | 10.75 | 0.82 | 0.48 |
| Hex | DF | 3A | 16 | 0 | 4A | 5A | D | B | 52 | 30 |
| Octal | 337 | 72 | 26 | 0 | 112 | 132 | 15 | 13 | 122 | 60 |
| Binary | 11011111 | 111010 | 10110 | 0 | 1001010 | 1011010 | 1101 | 1011 | 1010010 | 110000 |
Color Harmonies of #DF3A16
Complementary color
Monochromatic Colors of #DF3A16
Black with #DF3A16
Text Example
Text Example
White with #DF3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A16; }
p { color: rgb(223,58,22); }
H1.HeaderClassName
{
color: #DF3A16;
}
.AnyTagClassName
{
color: #DF3A16;
}
</style>
background-color css
<style>
a { background-color: #DF3A16; }
a { background-color: rgb(223,58,22); }
div.DivClassName
{
background-color: #DF3A16;
}
.BgClassName
{
background-color: #DF3A16;
}
</style>
border-color css
<style>
span { border-color: #DF3A16; }
span { border-color: rgb(223,58,22); }
td.TdClassName
{
border-color: #DF3A16;
}
.TagClassName
{
border-color: #DF3A16;
}
</style>