Html Css Color HEX #D8411A Harley Davidson Orange
📋 copy color: '#D8411A'red 216 ◦ green 65 ◦ blue 26
Shades of Harley Davidson Orange #D8411A
Tints of Harley Davidson Orange #D8411A
RGB
CMYK
RGB Variations
Color information
#D8411A (or 0xD8411A) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 1A. RGB value is (216,65,26). Sum of RGB (Red+Green+Blue) = 216+65+26=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8411A is #27BEE5. Grayscale: #6A6A6A. Windows color (decimal): -2604774 or 1720792. OLE color: 1720792.
HSL color Cylindrical-coordinate representation of color #D8411A: hue angle of 12.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8411A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.15 |
| HSL | 12.32º | 0.79% | 0.47% | - |
| HSV(B) | 12.32º | 0.88% | 0.85% | - |
| XYZ | 30.4 | 18.45 | 2.94 | - |
| YUV | 105.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 26 | 0 | 0.70 | 0.88 | 0.15 | 12.32 | 0.79 | 0.47 |
| Hex | D8 | 41 | 1A | 0 | 46 | 58 | F | C | 4F | 2F |
| Octal | 330 | 101 | 32 | 0 | 106 | 130 | 17 | 14 | 117 | 57 |
| Binary | 11011000 | 1000001 | 11010 | 0 | 1000110 | 1011000 | 1111 | 1100 | 1001111 | 101111 |
Color Harmonies of #D8411A
Complementary color
Monochromatic Colors of #D8411A
Black with #D8411A
Text Example
Text Example
White with #D8411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8411A; }
p { color: rgb(216,65,26); }
H1.HeaderClassName
{
color: #D8411A;
}
.AnyTagClassName
{
color: #D8411A;
}
</style>
background-color css
<style>
a { background-color: #D8411A; }
a { background-color: rgb(216,65,26); }
div.DivClassName
{
background-color: #D8411A;
}
.BgClassName
{
background-color: #D8411A;
}
</style>
border-color css
<style>
span { border-color: #D8411A; }
span { border-color: rgb(216,65,26); }
td.TdClassName
{
border-color: #D8411A;
}
.TagClassName
{
border-color: #D8411A;
}
</style>