Html Css Color HEX #D02A10 Harley Davidson Orange
📋 copy color: '#D02A10'red 208 ◦ green 42 ◦ blue 16
Shades of Harley Davidson Orange #D02A10
Tints of Harley Davidson Orange #D02A10
RGB
CMYK
RGB Variations
Color information
#D02A10 (or 0xD02A10) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 10. RGB value is (208,42,16). Sum of RGB (Red+Green+Blue) = 208+42+16=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02A10 is #2FD5EF. Grayscale: #585858. Windows color (decimal): -3134960 or 1059536. OLE color: 1059536.
HSL color Cylindrical-coordinate representation of color #D02A10: hue angle of 8.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D02A10 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.18 |
| HSL | 8.13º | 0.86% | 0.44% | - |
| HSV(B) | 8.13º | 0.92% | 0.82% | - |
| XYZ | 26.93 | 15.1 | 1.99 | - |
| YUV | 88.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 16 | 0 | 0.80 | 0.92 | 0.18 | 8.13 | 0.86 | 0.44 |
| Hex | D0 | 2A | 10 | 0 | 50 | 5C | 12 | 8 | 56 | 2C |
| Octal | 320 | 52 | 20 | 0 | 120 | 134 | 22 | 10 | 126 | 54 |
| Binary | 11010000 | 101010 | 10000 | 0 | 1010000 | 1011100 | 10010 | 1000 | 1010110 | 101100 |
Color Harmonies of #D02A10
Complementary color
Monochromatic Colors of #D02A10
Black with #D02A10
Text Example
Text Example
White with #D02A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A10; }
p { color: rgb(208,42,16); }
H1.HeaderClassName
{
color: #D02A10;
}
.AnyTagClassName
{
color: #D02A10;
}
</style>
background-color css
<style>
a { background-color: #D02A10; }
a { background-color: rgb(208,42,16); }
div.DivClassName
{
background-color: #D02A10;
}
.BgClassName
{
background-color: #D02A10;
}
</style>
border-color css
<style>
span { border-color: #D02A10; }
span { border-color: rgb(208,42,16); }
td.TdClassName
{
border-color: #D02A10;
}
.TagClassName
{
border-color: #D02A10;
}
</style>