Html Css Color HEX #D32B10 Harley Davidson Orange
📋 copy color: '#D32B10'red 211 ◦ green 43 ◦ blue 16
Shades of Harley Davidson Orange #D32B10
Tints of Harley Davidson Orange #D32B10
RGB
CMYK
RGB Variations
Color information
#D32B10 (or 0xD32B10) is known color: Harley Davidson Orange. HEX triplet: D3, 2B and 10. RGB value is (211,43,16). Sum of RGB (Red+Green+Blue) = 211+43+16=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32B10 is #2CD4EF. Grayscale: #5A5A5A. Windows color (decimal): -2938096 or 1059795. OLE color: 1059795.
HSL color Cylindrical-coordinate representation of color #D32B10: hue angle of 8.31º 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 #D32B10 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.17 |
| HSL | 8.31º | 0.86% | 0.45% | - |
| HSV(B) | 8.31º | 0.92% | 0.83% | - |
| XYZ | 27.82 | 15.61 | 2.04 | - |
| YUV | 90.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 16 | 0 | 0.80 | 0.92 | 0.17 | 8.31 | 0.86 | 0.45 |
| Hex | D3 | 2B | 10 | 0 | 50 | 5C | 11 | 8 | 56 | 2D |
| Octal | 323 | 53 | 20 | 0 | 120 | 134 | 21 | 10 | 126 | 55 |
| Binary | 11010011 | 101011 | 10000 | 0 | 1010000 | 1011100 | 10001 | 1000 | 1010110 | 101101 |
Color Harmonies of #D32B10
Complementary color
Monochromatic Colors of #D32B10
Black with #D32B10
Text Example
Text Example
White with #D32B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32B10; }
p { color: rgb(211,43,16); }
H1.HeaderClassName
{
color: #D32B10;
}
.AnyTagClassName
{
color: #D32B10;
}
</style>
background-color css
<style>
a { background-color: #D32B10; }
a { background-color: rgb(211,43,16); }
div.DivClassName
{
background-color: #D32B10;
}
.BgClassName
{
background-color: #D32B10;
}
</style>
border-color css
<style>
span { border-color: #D32B10; }
span { border-color: rgb(211,43,16); }
td.TdClassName
{
border-color: #D32B10;
}
.TagClassName
{
border-color: #D32B10;
}
</style>