Html Css Color HEX #D02416 Harley Davidson Orange
📋 copy color: '#D02416'red 208 ◦ green 36 ◦ blue 22
Shades of Harley Davidson Orange #D02416
Tints of Harley Davidson Orange #D02416
RGB
CMYK
RGB Variations
Color information
#D02416 (or 0xD02416) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 16. RGB value is (208,36,22). Sum of RGB (Red+Green+Blue) = 208+36+22=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D02416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02416 is #2FDBE9. Grayscale: #565656. Windows color (decimal): -3136490 or 1451216. OLE color: 1451216.
HSL color Cylindrical-coordinate representation of color #D02416: hue angle of 4.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D02416 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.18 |
| HSL | 4.52º | 0.81% | 0.45% | - |
| HSV(B) | 4.52º | 0.89% | 0.82% | - |
| XYZ | 26.79 | 14.73 | 2.19 | - |
| YUV | 85.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 22 | 0 | 0.83 | 0.89 | 0.18 | 4.52 | 0.81 | 0.45 |
| Hex | D0 | 24 | 16 | 0 | 53 | 59 | 12 | 5 | 51 | 2D |
| Octal | 320 | 44 | 26 | 0 | 123 | 131 | 22 | 5 | 121 | 55 |
| Binary | 11010000 | 100100 | 10110 | 0 | 1010011 | 1011001 | 10010 | 101 | 1010001 | 101101 |
Color Harmonies of #D02416
Complementary color
Monochromatic Colors of #D02416
Black with #D02416
Text Example
Text Example
White with #D02416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02416; }
p { color: rgb(208,36,22); }
H1.HeaderClassName
{
color: #D02416;
}
.AnyTagClassName
{
color: #D02416;
}
</style>
background-color css
<style>
a { background-color: #D02416; }
a { background-color: rgb(208,36,22); }
div.DivClassName
{
background-color: #D02416;
}
.BgClassName
{
background-color: #D02416;
}
</style>
border-color css
<style>
span { border-color: #D02416; }
span { border-color: rgb(208,36,22); }
td.TdClassName
{
border-color: #D02416;
}
.TagClassName
{
border-color: #D02416;
}
</style>