Html Css Color HEX #D34122 Harley Davidson Orange
📋 copy color: '#D34122'red 211 ◦ green 65 ◦ blue 34
Shades of Harley Davidson Orange #D34122
Tints of Harley Davidson Orange #D34122
RGB
CMYK
RGB Variations
Color information
#D34122 (or 0xD34122) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 22. RGB value is (211,65,34). Sum of RGB (Red+Green+Blue) = 211+65+34=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D34122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34122 is #2CBEDD. Grayscale: #696969. Windows color (decimal): -2932446 or 2245075. OLE color: 2245075.
HSL color Cylindrical-coordinate representation of color #D34122: hue angle of 10.51º 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 #D34122 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 34 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.17 |
| HSL | 10.51º | 0.72% | 0.48% | - |
| HSV(B) | 10.51º | 0.84% | 0.83% | - |
| XYZ | 29.04 | 17.74 | 3.41 | - |
| YUV | 105.12 | 87.87 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 34 | 0 | 0.69 | 0.84 | 0.17 | 10.51 | 0.72 | 0.48 |
| Hex | D3 | 41 | 22 | 0 | 45 | 54 | 11 | B | 48 | 30 |
| Octal | 323 | 101 | 42 | 0 | 105 | 124 | 21 | 13 | 110 | 60 |
| Binary | 11010011 | 1000001 | 100010 | 0 | 1000101 | 1010100 | 10001 | 1011 | 1001000 | 110000 |
Color Harmonies of #D34122
Complementary color
Monochromatic Colors of #D34122
Black with #D34122
Text Example
Text Example
White with #D34122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34122; }
p { color: rgb(211,65,34); }
H1.HeaderClassName
{
color: #D34122;
}
.AnyTagClassName
{
color: #D34122;
}
</style>
background-color css
<style>
a { background-color: #D34122; }
a { background-color: rgb(211,65,34); }
div.DivClassName
{
background-color: #D34122;
}
.BgClassName
{
background-color: #D34122;
}
</style>
border-color css
<style>
span { border-color: #D34122; }
span { border-color: rgb(211,65,34); }
td.TdClassName
{
border-color: #D34122;
}
.TagClassName
{
border-color: #D34122;
}
</style>