Html Css Color HEX #D94513 Harley Davidson Orange
📋 copy color: '#D94513'red 217 ◦ green 69 ◦ blue 19
Shades of Harley Davidson Orange #D94513
Tints of Harley Davidson Orange #D94513
RGB
CMYK
RGB Variations
Color information
#D94513 (or 0xD94513) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 13. RGB value is (217,69,19). Sum of RGB (Red+Green+Blue) = 217+69+19=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94513 is #26BAEC. Grayscale: #6B6B6B. Windows color (decimal): -2538221 or 1263065. OLE color: 1263065.
HSL color Cylindrical-coordinate representation of color #D94513: hue angle of 15.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94513 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.15 |
| HSL | 15.15º | 0.84% | 0.46% | - |
| HSV(B) | 15.15º | 0.91% | 0.85% | - |
| XYZ | 30.86 | 19.05 | 2.67 | - |
| YUV | 107.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 19 | 0 | 0.68 | 0.91 | 0.15 | 15.15 | 0.84 | 0.46 |
| Hex | D9 | 45 | 13 | 0 | 44 | 5B | F | F | 54 | 2E |
| Octal | 331 | 105 | 23 | 0 | 104 | 133 | 17 | 17 | 124 | 56 |
| Binary | 11011001 | 1000101 | 10011 | 0 | 1000100 | 1011011 | 1111 | 1111 | 1010100 | 101110 |
Color Harmonies of #D94513
Complementary color
Monochromatic Colors of #D94513
Black with #D94513
Text Example
Text Example
White with #D94513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94513; }
p { color: rgb(217,69,19); }
H1.HeaderClassName
{
color: #D94513;
}
.AnyTagClassName
{
color: #D94513;
}
</style>
background-color css
<style>
a { background-color: #D94513; }
a { background-color: rgb(217,69,19); }
div.DivClassName
{
background-color: #D94513;
}
.BgClassName
{
background-color: #D94513;
}
</style>
border-color css
<style>
span { border-color: #D94513; }
span { border-color: rgb(217,69,19); }
td.TdClassName
{
border-color: #D94513;
}
.TagClassName
{
border-color: #D94513;
}
</style>