Html Css Color HEX #D84115 Harley Davidson Orange
📋 copy color: '#D84115'red 216 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #D84115
Tints of Harley Davidson Orange #D84115
RGB
CMYK
RGB Variations
Color information
#D84115 (or 0xD84115) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 15. RGB value is (216,65,21). Sum of RGB (Red+Green+Blue) = 216+65+21=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D84115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84115 is #27BEEA. Grayscale: #696969. Windows color (decimal): -2604779 or 1393112. OLE color: 1393112.
HSL color Cylindrical-coordinate representation of color #D84115: hue angle of 13.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D84115 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.15 |
| HSL | 13.54º | 0.82% | 0.46% | - |
| HSV(B) | 13.54º | 0.9% | 0.85% | - |
| XYZ | 30.34 | 18.43 | 2.67 | - |
| YUV | 105.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 21 | 0 | 0.70 | 0.90 | 0.15 | 13.54 | 0.82 | 0.46 |
| Hex | D8 | 41 | 15 | 0 | 46 | 5A | F | E | 52 | 2E |
| Octal | 330 | 101 | 25 | 0 | 106 | 132 | 17 | 16 | 122 | 56 |
| Binary | 11011000 | 1000001 | 10101 | 0 | 1000110 | 1011010 | 1111 | 1110 | 1010010 | 101110 |
Color Harmonies of #D84115
Complementary color
Monochromatic Colors of #D84115
Black with #D84115
Text Example
Text Example
White with #D84115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84115; }
p { color: rgb(216,65,21); }
H1.HeaderClassName
{
color: #D84115;
}
.AnyTagClassName
{
color: #D84115;
}
</style>
background-color css
<style>
a { background-color: #D84115; }
a { background-color: rgb(216,65,21); }
div.DivClassName
{
background-color: #D84115;
}
.BgClassName
{
background-color: #D84115;
}
</style>
border-color css
<style>
span { border-color: #D84115; }
span { border-color: rgb(216,65,21); }
td.TdClassName
{
border-color: #D84115;
}
.TagClassName
{
border-color: #D84115;
}
</style>