Html Css Color HEX #D94512 Harley Davidson Orange
📋 copy color: '#D94512'red 217 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #D94512
Tints of Harley Davidson Orange #D94512
RGB
CMYK
RGB Variations
Color information
#D94512 (or 0xD94512) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 12. RGB value is (217,69,18). Sum of RGB (Red+Green+Blue) = 217+69+18=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94512 is #26BAED. Grayscale: #6B6B6B. Windows color (decimal): -2538222 or 1197529. OLE color: 1197529.
HSL color Cylindrical-coordinate representation of color #D94512: hue angle of 15.38º 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 #D94512 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.15 |
| HSL | 15.38º | 0.85% | 0.46% | - |
| HSV(B) | 15.38º | 0.92% | 0.85% | - |
| XYZ | 30.85 | 19.05 | 2.62 | - |
| YUV | 107.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 18 | 0 | 0.68 | 0.92 | 0.15 | 15.38 | 0.85 | 0.46 |
| Hex | D9 | 45 | 12 | 0 | 44 | 5C | F | F | 55 | 2E |
| Octal | 331 | 105 | 22 | 0 | 104 | 134 | 17 | 17 | 125 | 56 |
| Binary | 11011001 | 1000101 | 10010 | 0 | 1000100 | 1011100 | 1111 | 1111 | 1010101 | 101110 |
Color Harmonies of #D94512
Complementary color
Monochromatic Colors of #D94512
Black with #D94512
Text Example
Text Example
White with #D94512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94512; }
p { color: rgb(217,69,18); }
H1.HeaderClassName
{
color: #D94512;
}
.AnyTagClassName
{
color: #D94512;
}
</style>
background-color css
<style>
a { background-color: #D94512; }
a { background-color: rgb(217,69,18); }
div.DivClassName
{
background-color: #D94512;
}
.BgClassName
{
background-color: #D94512;
}
</style>
border-color css
<style>
span { border-color: #D94512; }
span { border-color: rgb(217,69,18); }
td.TdClassName
{
border-color: #D94512;
}
.TagClassName
{
border-color: #D94512;
}
</style>