Html Css Color HEX #D94413 Harley Davidson Orange
📋 copy color: '#D94413'red 217 ◦ green 68 ◦ blue 19
Shades of Harley Davidson Orange #D94413
Tints of Harley Davidson Orange #D94413
RGB
CMYK
RGB Variations
Color information
#D94413 (or 0xD94413) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 13. RGB value is (217,68,19). Sum of RGB (Red+Green+Blue) = 217+68+19=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94413 is #26BBEC. Grayscale: #6B6B6B. Windows color (decimal): -2538477 or 1262809. OLE color: 1262809.
HSL color Cylindrical-coordinate representation of color #D94413: hue angle of 14.85º 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 #D94413 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.15 |
| HSL | 14.85º | 0.84% | 0.46% | - |
| HSV(B) | 14.85º | 0.91% | 0.85% | - |
| XYZ | 30.8 | 18.93 | 2.65 | - |
| YUV | 106.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 19 | 0 | 0.69 | 0.91 | 0.15 | 14.85 | 0.84 | 0.46 |
| Hex | D9 | 44 | 13 | 0 | 45 | 5B | F | F | 54 | 2E |
| Octal | 331 | 104 | 23 | 0 | 105 | 133 | 17 | 17 | 124 | 56 |
| Binary | 11011001 | 1000100 | 10011 | 0 | 1000101 | 1011011 | 1111 | 1111 | 1010100 | 101110 |
Color Harmonies of #D94413
Complementary color
Monochromatic Colors of #D94413
Black with #D94413
Text Example
Text Example
White with #D94413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94413; }
p { color: rgb(217,68,19); }
H1.HeaderClassName
{
color: #D94413;
}
.AnyTagClassName
{
color: #D94413;
}
</style>
background-color css
<style>
a { background-color: #D94413; }
a { background-color: rgb(217,68,19); }
div.DivClassName
{
background-color: #D94413;
}
.BgClassName
{
background-color: #D94413;
}
</style>
border-color css
<style>
span { border-color: #D94413; }
span { border-color: rgb(217,68,19); }
td.TdClassName
{
border-color: #D94413;
}
.TagClassName
{
border-color: #D94413;
}
</style>