Html Css Color HEX #D34417 Harley Davidson Orange
📋 copy color: '#D34417'red 211 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #D34417
Tints of Harley Davidson Orange #D34417
RGB
CMYK
RGB Variations
Color information
#D34417 (or 0xD34417) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 17. RGB value is (211,68,23). Sum of RGB (Red+Green+Blue) = 211+68+23=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D34417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34417 is #2CBBE8. Grayscale: #696969. Windows color (decimal): -2931689 or 1524947. OLE color: 1524947.
HSL color Cylindrical-coordinate representation of color #D34417: hue angle of 14.36º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D34417 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.17 |
| HSL | 14.36º | 0.8% | 0.46% | - |
| HSV(B) | 14.36º | 0.89% | 0.83% | - |
| XYZ | 29.09 | 18.04 | 2.76 | - |
| YUV | 105.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 23 | 0 | 0.68 | 0.89 | 0.17 | 14.36 | 0.8 | 0.46 |
| Hex | D3 | 44 | 17 | 0 | 44 | 59 | 11 | E | 50 | 2E |
| Octal | 323 | 104 | 27 | 0 | 104 | 131 | 21 | 16 | 120 | 56 |
| Binary | 11010011 | 1000100 | 10111 | 0 | 1000100 | 1011001 | 10001 | 1110 | 1010000 | 101110 |
Color Harmonies of #D34417
Complementary color
Monochromatic Colors of #D34417
Black with #D34417
Text Example
Text Example
White with #D34417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34417; }
p { color: rgb(211,68,23); }
H1.HeaderClassName
{
color: #D34417;
}
.AnyTagClassName
{
color: #D34417;
}
</style>
background-color css
<style>
a { background-color: #D34417; }
a { background-color: rgb(211,68,23); }
div.DivClassName
{
background-color: #D34417;
}
.BgClassName
{
background-color: #D34417;
}
</style>
border-color css
<style>
span { border-color: #D34417; }
span { border-color: rgb(211,68,23); }
td.TdClassName
{
border-color: #D34417;
}
.TagClassName
{
border-color: #D34417;
}
</style>