Html Css Color HEX #D02010 Harley Davidson Orange
📋 copy color: '#D02010'red 208 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #D02010
Tints of Harley Davidson Orange #D02010
RGB
CMYK
RGB Variations
Color information
#D02010 (or 0xD02010) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 10. RGB value is (208,32,16). Sum of RGB (Red+Green+Blue) = 208+32+16=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D02010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02010 is #2FDFEF. Grayscale: #535353. Windows color (decimal): -3137520 or 1056976. OLE color: 1056976.
HSL color Cylindrical-coordinate representation of color #D02010: hue angle of 5º 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 #D02010 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.18 |
| HSL | 5º | 0.86% | 0.44% | - |
| HSV(B) | 5º | 0.92% | 0.82% | - |
| XYZ | 26.62 | 14.48 | 1.88 | - |
| YUV | 82.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 16 | 0 | 0.85 | 0.92 | 0.18 | 5 | 0.86 | 0.44 |
| Hex | D0 | 20 | 10 | 0 | 55 | 5C | 12 | 5 | 56 | 2C |
| Octal | 320 | 40 | 20 | 0 | 125 | 134 | 22 | 5 | 126 | 54 |
| Binary | 11010000 | 100000 | 10000 | 0 | 1010101 | 1011100 | 10010 | 101 | 1010110 | 101100 |
Color Harmonies of #D02010
Complementary color
Monochromatic Colors of #D02010
Black with #D02010
Text Example
Text Example
White with #D02010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02010; }
p { color: rgb(208,32,16); }
H1.HeaderClassName
{
color: #D02010;
}
.AnyTagClassName
{
color: #D02010;
}
</style>
background-color css
<style>
a { background-color: #D02010; }
a { background-color: rgb(208,32,16); }
div.DivClassName
{
background-color: #D02010;
}
.BgClassName
{
background-color: #D02010;
}
</style>
border-color css
<style>
span { border-color: #D02010; }
span { border-color: rgb(208,32,16); }
td.TdClassName
{
border-color: #D02010;
}
.TagClassName
{
border-color: #D02010;
}
</style>