Html Css Color HEX #D84512 Harley Davidson Orange
📋 copy color: '#D84512'red 216 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #D84512
Tints of Harley Davidson Orange #D84512
RGB
CMYK
RGB Variations
Color information
#D84512 (or 0xD84512) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 12. RGB value is (216,69,18). Sum of RGB (Red+Green+Blue) = 216+69+18=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D84512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84512 is #27BAED. Grayscale: #6B6B6B. Windows color (decimal): -2603758 or 1197528. OLE color: 1197528.
HSL color Cylindrical-coordinate representation of color #D84512: hue angle of 15.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D84512 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.15 |
| HSL | 15.45º | 0.85% | 0.46% | - |
| HSV(B) | 15.45º | 0.92% | 0.85% | - |
| XYZ | 30.56 | 18.9 | 2.61 | - |
| YUV | 107.14 | 77.7 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 18 | 0 | 0.68 | 0.92 | 0.15 | 15.45 | 0.85 | 0.46 |
| Hex | D8 | 45 | 12 | 0 | 44 | 5C | F | F | 55 | 2E |
| Octal | 330 | 105 | 22 | 0 | 104 | 134 | 17 | 17 | 125 | 56 |
| Binary | 11011000 | 1000101 | 10010 | 0 | 1000100 | 1011100 | 1111 | 1111 | 1010101 | 101110 |
Color Harmonies of #D84512
Complementary color
Monochromatic Colors of #D84512
Black with #D84512
Text Example
Text Example
White with #D84512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84512; }
p { color: rgb(216,69,18); }
H1.HeaderClassName
{
color: #D84512;
}
.AnyTagClassName
{
color: #D84512;
}
</style>
background-color css
<style>
a { background-color: #D84512; }
a { background-color: rgb(216,69,18); }
div.DivClassName
{
background-color: #D84512;
}
.BgClassName
{
background-color: #D84512;
}
</style>
border-color css
<style>
span { border-color: #D84512; }
span { border-color: rgb(216,69,18); }
td.TdClassName
{
border-color: #D84512;
}
.TagClassName
{
border-color: #D84512;
}
</style>