Html Css Color HEX #D94619 Harley Davidson Orange
📋 copy color: '#D94619'red 217 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #D94619
Tints of Harley Davidson Orange #D94619
RGB
CMYK
RGB Variations
Color information
#D94619 (or 0xD94619) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 19. RGB value is (217,70,25). Sum of RGB (Red+Green+Blue) = 217+70+25=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D94619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94619 is #26B9E6. Grayscale: #6D6D6D. Windows color (decimal): -2537959 or 1656537. OLE color: 1656537.
HSL color Cylindrical-coordinate representation of color #D94619: hue angle of 14.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D94619 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 25 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.15 |
| HSL | 14.06º | 0.79% | 0.47% | - |
| HSV(B) | 14.06º | 0.88% | 0.85% | - |
| XYZ | 30.98 | 19.2 | 2.99 | - |
| YUV | 108.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 25 | 0 | 0.68 | 0.88 | 0.15 | 14.06 | 0.79 | 0.47 |
| Hex | D9 | 46 | 19 | 0 | 44 | 58 | F | E | 4F | 2F |
| Octal | 331 | 106 | 31 | 0 | 104 | 130 | 17 | 16 | 117 | 57 |
| Binary | 11011001 | 1000110 | 11001 | 0 | 1000100 | 1011000 | 1111 | 1110 | 1001111 | 101111 |
Color Harmonies of #D94619
Complementary color
Monochromatic Colors of #D94619
Black with #D94619
Text Example
Text Example
White with #D94619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94619; }
p { color: rgb(217,70,25); }
H1.HeaderClassName
{
color: #D94619;
}
.AnyTagClassName
{
color: #D94619;
}
</style>
background-color css
<style>
a { background-color: #D94619; }
a { background-color: rgb(217,70,25); }
div.DivClassName
{
background-color: #D94619;
}
.BgClassName
{
background-color: #D94619;
}
</style>
border-color css
<style>
span { border-color: #D94619; }
span { border-color: rgb(217,70,25); }
td.TdClassName
{
border-color: #D94619;
}
.TagClassName
{
border-color: #D94619;
}
</style>