Html Css Color HEX #D8410A Harley Davidson Orange
📋 copy color: '#D8410A'red 216 ◦ green 65 ◦ blue 10
Shades of Harley Davidson Orange #D8410A
Tints of Harley Davidson Orange #D8410A
RGB
CMYK
RGB Variations
Color information
#D8410A (or 0xD8410A) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 0A. RGB value is (216,65,10). Sum of RGB (Red+Green+Blue) = 216+65+10=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8410A is #27BEF5. Grayscale: #686868. Windows color (decimal): -2604790 or 672216. OLE color: 672216.
HSL color Cylindrical-coordinate representation of color #D8410A: hue angle of 16.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8410A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.15 |
| HSL | 16.02º | 0.91% | 0.44% | - |
| HSV(B) | 16.02º | 0.95% | 0.85% | - |
| XYZ | 30.26 | 18.4 | 2.24 | - |
| YUV | 103.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 10 | 0 | 0.70 | 0.95 | 0.15 | 16.02 | 0.91 | 0.44 |
| Hex | D8 | 41 | A | 0 | 46 | 5F | F | 10 | 5B | 2C |
| Octal | 330 | 101 | 12 | 0 | 106 | 137 | 17 | 20 | 133 | 54 |
| Binary | 11011000 | 1000001 | 1010 | 0 | 1000110 | 1011111 | 1111 | 10000 | 1011011 | 101100 |
Color Harmonies of #D8410A
Complementary color
Monochromatic Colors of #D8410A
Black with #D8410A
Text Example
Text Example
White with #D8410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8410A; }
p { color: rgb(216,65,10); }
H1.HeaderClassName
{
color: #D8410A;
}
.AnyTagClassName
{
color: #D8410A;
}
</style>
background-color css
<style>
a { background-color: #D8410A; }
a { background-color: rgb(216,65,10); }
div.DivClassName
{
background-color: #D8410A;
}
.BgClassName
{
background-color: #D8410A;
}
</style>
border-color css
<style>
span { border-color: #D8410A; }
span { border-color: rgb(216,65,10); }
td.TdClassName
{
border-color: #D8410A;
}
.TagClassName
{
border-color: #D8410A;
}
</style>