Html Css Color HEX #D0460F Harley Davidson Orange
📋 copy color: '#D0460F'red 208 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #D0460F
Tints of Harley Davidson Orange #D0460F
RGB
CMYK
RGB Variations
Color information
#D0460F (or 0xD0460F) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 0F. RGB value is (208,70,15). Sum of RGB (Red+Green+Blue) = 208+70+15=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0460F is #2FB9F0. Grayscale: #696969. Windows color (decimal): -3127793 or 1001168. OLE color: 1001168.
HSL color Cylindrical-coordinate representation of color #D0460F: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0460F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.18 |
| HSL | 17.1º | 0.87% | 0.44% | - |
| HSV(B) | 17.1º | 0.93% | 0.82% | - |
| XYZ | 28.29 | 17.82 | 2.4 | - |
| YUV | 104.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 15 | 0 | 0.66 | 0.93 | 0.18 | 17.1 | 0.87 | 0.44 |
| Hex | D0 | 46 | F | 0 | 42 | 5D | 12 | 11 | 57 | 2C |
| Octal | 320 | 106 | 17 | 0 | 102 | 135 | 22 | 21 | 127 | 54 |
| Binary | 11010000 | 1000110 | 1111 | 0 | 1000010 | 1011101 | 10010 | 10001 | 1010111 | 101100 |
Color Harmonies of #D0460F
Complementary color
Monochromatic Colors of #D0460F
Black with #D0460F
Text Example
Text Example
White with #D0460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0460F; }
p { color: rgb(208,70,15); }
H1.HeaderClassName
{
color: #D0460F;
}
.AnyTagClassName
{
color: #D0460F;
}
</style>
background-color css
<style>
a { background-color: #D0460F; }
a { background-color: rgb(208,70,15); }
div.DivClassName
{
background-color: #D0460F;
}
.BgClassName
{
background-color: #D0460F;
}
</style>
border-color css
<style>
span { border-color: #D0460F; }
span { border-color: rgb(208,70,15); }
td.TdClassName
{
border-color: #D0460F;
}
.TagClassName
{
border-color: #D0460F;
}
</style>