Html Css Color HEX #D32710 Harley Davidson Orange
📋 copy color: '#D32710'red 211 ◦ green 39 ◦ blue 16
Shades of Harley Davidson Orange #D32710
Tints of Harley Davidson Orange #D32710
RGB
CMYK
RGB Variations
Color information
#D32710 (or 0xD32710) is known color: Harley Davidson Orange. HEX triplet: D3, 27 and 10. RGB value is (211,39,16). Sum of RGB (Red+Green+Blue) = 211+39+16=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D32710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32710 is #2CD8EF. Grayscale: #585858. Windows color (decimal): -2939120 or 1058771. OLE color: 1058771.
HSL color Cylindrical-coordinate representation of color #D32710: hue angle of 7.08º 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 #D32710 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.17 |
| HSL | 7.08º | 0.86% | 0.45% | - |
| HSV(B) | 7.08º | 0.92% | 0.83% | - |
| XYZ | 27.68 | 15.34 | 1.99 | - |
| YUV | 87.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 16 | 0 | 0.82 | 0.92 | 0.17 | 7.08 | 0.86 | 0.45 |
| Hex | D3 | 27 | 10 | 0 | 52 | 5C | 11 | 7 | 56 | 2D |
| Octal | 323 | 47 | 20 | 0 | 122 | 134 | 21 | 7 | 126 | 55 |
| Binary | 11010011 | 100111 | 10000 | 0 | 1010010 | 1011100 | 10001 | 111 | 1010110 | 101101 |
Color Harmonies of #D32710
Complementary color
Monochromatic Colors of #D32710
Black with #D32710
Text Example
Text Example
White with #D32710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32710; }
p { color: rgb(211,39,16); }
H1.HeaderClassName
{
color: #D32710;
}
.AnyTagClassName
{
color: #D32710;
}
</style>
background-color css
<style>
a { background-color: #D32710; }
a { background-color: rgb(211,39,16); }
div.DivClassName
{
background-color: #D32710;
}
.BgClassName
{
background-color: #D32710;
}
</style>
border-color css
<style>
span { border-color: #D32710; }
span { border-color: rgb(211,39,16); }
td.TdClassName
{
border-color: #D32710;
}
.TagClassName
{
border-color: #D32710;
}
</style>