Html Css Color HEX #D02D10 Harley Davidson Orange
📋 copy color: '#D02D10'red 208 ◦ green 45 ◦ blue 16
Shades of Harley Davidson Orange #D02D10
Tints of Harley Davidson Orange #D02D10
RGB
CMYK
RGB Variations
Color information
#D02D10 (or 0xD02D10) is known color: Harley Davidson Orange. HEX triplet: D0, 2D and 10. RGB value is (208,45,16). Sum of RGB (Red+Green+Blue) = 208+45+16=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02D10 is #2FD2EF. Grayscale: #5A5A5A. Windows color (decimal): -3134192 or 1060304. OLE color: 1060304.
HSL color Cylindrical-coordinate representation of color #D02D10: hue angle of 9.06º 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 #D02D10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.18 |
| HSL | 9.06º | 0.86% | 0.44% | - |
| HSV(B) | 9.06º | 0.92% | 0.82% | - |
| XYZ | 27.04 | 15.32 | 2.02 | - |
| YUV | 90.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 16 | 0 | 0.78 | 0.92 | 0.18 | 9.06 | 0.86 | 0.44 |
| Hex | D0 | 2D | 10 | 0 | 4E | 5C | 12 | 9 | 56 | 2C |
| Octal | 320 | 55 | 20 | 0 | 116 | 134 | 22 | 11 | 126 | 54 |
| Binary | 11010000 | 101101 | 10000 | 0 | 1001110 | 1011100 | 10010 | 1001 | 1010110 | 101100 |
Color Harmonies of #D02D10
Complementary color
Monochromatic Colors of #D02D10
Black with #D02D10
Text Example
Text Example
White with #D02D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D10; }
p { color: rgb(208,45,16); }
H1.HeaderClassName
{
color: #D02D10;
}
.AnyTagClassName
{
color: #D02D10;
}
</style>
background-color css
<style>
a { background-color: #D02D10; }
a { background-color: rgb(208,45,16); }
div.DivClassName
{
background-color: #D02D10;
}
.BgClassName
{
background-color: #D02D10;
}
</style>
border-color css
<style>
span { border-color: #D02D10; }
span { border-color: rgb(208,45,16); }
td.TdClassName
{
border-color: #D02D10;
}
.TagClassName
{
border-color: #D02D10;
}
</style>