Html Css Color HEX #D34022 Harley Davidson Orange
📋 copy color: '#D34022'red 211 ◦ green 64 ◦ blue 34
Shades of Harley Davidson Orange #D34022
Tints of Harley Davidson Orange #D34022
RGB
CMYK
RGB Variations
Color information
#D34022 (or 0xD34022) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 22. RGB value is (211,64,34). Sum of RGB (Red+Green+Blue) = 211+64+34=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D34022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34022 is #2CBFDD. Grayscale: #686868. Windows color (decimal): -2932702 or 2244819. OLE color: 2244819.
HSL color Cylindrical-coordinate representation of color #D34022: hue angle of 10.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D34022 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 34 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.17 |
| HSL | 10.17º | 0.72% | 0.48% | - |
| HSV(B) | 10.17º | 0.84% | 0.83% | - |
| XYZ | 28.99 | 17.63 | 3.39 | - |
| YUV | 104.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 34 | 0 | 0.70 | 0.84 | 0.17 | 10.17 | 0.72 | 0.48 |
| Hex | D3 | 40 | 22 | 0 | 46 | 54 | 11 | A | 48 | 30 |
| Octal | 323 | 100 | 42 | 0 | 106 | 124 | 21 | 12 | 110 | 60 |
| Binary | 11010011 | 1000000 | 100010 | 0 | 1000110 | 1010100 | 10001 | 1010 | 1001000 | 110000 |
Color Harmonies of #D34022
Complementary color
Monochromatic Colors of #D34022
Black with #D34022
Text Example
Text Example
White with #D34022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34022; }
p { color: rgb(211,64,34); }
H1.HeaderClassName
{
color: #D34022;
}
.AnyTagClassName
{
color: #D34022;
}
</style>
background-color css
<style>
a { background-color: #D34022; }
a { background-color: rgb(211,64,34); }
div.DivClassName
{
background-color: #D34022;
}
.BgClassName
{
background-color: #D34022;
}
</style>
border-color css
<style>
span { border-color: #D34022; }
span { border-color: rgb(211,64,34); }
td.TdClassName
{
border-color: #D34022;
}
.TagClassName
{
border-color: #D34022;
}
</style>