Html Css Color HEX #D01716 Harley Davidson Orange
📋 copy color: '#D01716'red 208 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #D01716
Tints of Harley Davidson Orange #D01716
RGB
CMYK
RGB Variations
Color information
#D01716 (or 0xD01716) is known color: Harley Davidson Orange. HEX triplet: D0, 17 and 16. RGB value is (208,23,22). Sum of RGB (Red+Green+Blue) = 208+23+22=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D01716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01716 is #2FE8E9. Grayscale: #4E4E4E. Windows color (decimal): -3139818 or 1447888. OLE color: 1447888.
HSL color Cylindrical-coordinate representation of color #D01716: hue angle of 0.32º 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 #D01716 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 22 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.18 |
| HSL | 0.32º | 0.81% | 0.45% | - |
| HSV(B) | 0.32º | 0.89% | 0.82% | - |
| XYZ | 26.46 | 14.08 | 2.08 | - |
| YUV | 78.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 22 | 0 | 0.89 | 0.89 | 0.18 | 0.32 | 0.81 | 0.45 |
| Hex | D0 | 17 | 16 | 0 | 59 | 59 | 12 | 0 | 51 | 2D |
| Octal | 320 | 27 | 26 | 0 | 131 | 131 | 22 | 0 | 121 | 55 |
| Binary | 11010000 | 10111 | 10110 | 0 | 1011001 | 1011001 | 10010 | 0 | 1010001 | 101101 |
Color Harmonies of #D01716
Complementary color
Monochromatic Colors of #D01716
Black with #D01716
Text Example
Text Example
White with #D01716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01716; }
p { color: rgb(208,23,22); }
H1.HeaderClassName
{
color: #D01716;
}
.AnyTagClassName
{
color: #D01716;
}
</style>
background-color css
<style>
a { background-color: #D01716; }
a { background-color: rgb(208,23,22); }
div.DivClassName
{
background-color: #D01716;
}
.BgClassName
{
background-color: #D01716;
}
</style>
border-color css
<style>
span { border-color: #D01716; }
span { border-color: rgb(208,23,22); }
td.TdClassName
{
border-color: #D01716;
}
.TagClassName
{
border-color: #D01716;
}
</style>