Html Css Color HEX #D34210 Harley Davidson Orange
📋 copy color: '#D34210'red 211 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #D34210
Tints of Harley Davidson Orange #D34210
RGB
CMYK
RGB Variations
Color information
#D34210 (or 0xD34210) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 10. RGB value is (211,66,16). Sum of RGB (Red+Green+Blue) = 211+66+16=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D34210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34210 is #2CBDEF. Grayscale: #686868. Windows color (decimal): -2932208 or 1065683. OLE color: 1065683.
HSL color Cylindrical-coordinate representation of color #D34210: hue angle of 15.38º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D34210 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.17 |
| HSL | 15.38º | 0.86% | 0.45% | - |
| HSV(B) | 15.38º | 0.92% | 0.83% | - |
| XYZ | 28.91 | 17.78 | 2.4 | - |
| YUV | 103.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 16 | 0 | 0.69 | 0.92 | 0.17 | 15.38 | 0.86 | 0.45 |
| Hex | D3 | 42 | 10 | 0 | 45 | 5C | 11 | F | 56 | 2D |
| Octal | 323 | 102 | 20 | 0 | 105 | 134 | 21 | 17 | 126 | 55 |
| Binary | 11010011 | 1000010 | 10000 | 0 | 1000101 | 1011100 | 10001 | 1111 | 1010110 | 101101 |
Color Harmonies of #D34210
Complementary color
Monochromatic Colors of #D34210
Black with #D34210
Text Example
Text Example
White with #D34210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34210; }
p { color: rgb(211,66,16); }
H1.HeaderClassName
{
color: #D34210;
}
.AnyTagClassName
{
color: #D34210;
}
</style>
background-color css
<style>
a { background-color: #D34210; }
a { background-color: rgb(211,66,16); }
div.DivClassName
{
background-color: #D34210;
}
.BgClassName
{
background-color: #D34210;
}
</style>
border-color css
<style>
span { border-color: #D34210; }
span { border-color: rgb(211,66,16); }
td.TdClassName
{
border-color: #D34210;
}
.TagClassName
{
border-color: #D34210;
}
</style>