Html Css Color HEX #D81610 Harley Davidson Orange
📋 copy color: '#D81610'red 216 ◦ green 22 ◦ blue 16
Shades of Harley Davidson Orange #D81610
Tints of Harley Davidson Orange #D81610
RGB
CMYK
RGB Variations
Color information
#D81610 (or 0xD81610) is known color: Harley Davidson Orange. HEX triplet: D8, 16 and 10. RGB value is (216,22,16). Sum of RGB (Red+Green+Blue) = 216+22+16=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D81610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81610 is #27E9EF. Grayscale: #4F4F4F. Windows color (decimal): -2615792 or 1054424. OLE color: 1054424.
HSL color Cylindrical-coordinate representation of color #D81610: hue angle of 1.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.15 |
| HSL | 1.8º | 0.86% | 0.45% | - |
| HSV(B) | 1.8º | 0.93% | 0.85% | - |
| XYZ | 28.7 | 15.21 | 1.91 | - |
| YUV | 79.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 16 | 0 | 0.90 | 0.93 | 0.15 | 1.8 | 0.86 | 0.45 |
| Hex | D8 | 16 | 10 | 0 | 5A | 5D | F | 2 | 56 | 2D |
| Octal | 330 | 26 | 20 | 0 | 132 | 135 | 17 | 2 | 126 | 55 |
| Binary | 11011000 | 10110 | 10000 | 0 | 1011010 | 1011101 | 1111 | 10 | 1010110 | 101101 |
Color Harmonies of #D81610
Complementary color
Monochromatic Colors of #D81610
Black with #D81610
Text Example
Text Example
White with #D81610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81610; }
p { color: rgb(216,22,16); }
H1.HeaderClassName
{
color: #D81610;
}
.AnyTagClassName
{
color: #D81610;
}
</style>
background-color css
<style>
a { background-color: #D81610; }
a { background-color: rgb(216,22,16); }
div.DivClassName
{
background-color: #D81610;
}
.BgClassName
{
background-color: #D81610;
}
</style>
border-color css
<style>
span { border-color: #D81610; }
span { border-color: rgb(216,22,16); }
td.TdClassName
{
border-color: #D81610;
}
.TagClassName
{
border-color: #D81610;
}
</style>