Html Css Color HEX #D32809 Harley Davidson Orange
📋 copy color: '#D32809'red 211 ◦ green 40 ◦ blue 9
Shades of Harley Davidson Orange #D32809
Tints of Harley Davidson Orange #D32809
RGB
CMYK
RGB Variations
Color information
#D32809 (or 0xD32809) is known color: Harley Davidson Orange. HEX triplet: D3, 28 and 09. RGB value is (211,40,9). Sum of RGB (Red+Green+Blue) = 211+40+9=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D32809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32809 is #2CD7F6. Grayscale: #575757. Windows color (decimal): -2938871 or 600275. OLE color: 600275.
HSL color Cylindrical-coordinate representation of color #D32809: hue angle of 9.21º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D32809 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.17 |
| HSL | 9.21º | 0.92% | 0.43% | - |
| HSV(B) | 9.21º | 0.96% | 0.83% | - |
| XYZ | 27.67 | 15.39 | 1.77 | - |
| YUV | 87.6 | 83.65 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 9 | 0 | 0.81 | 0.96 | 0.17 | 9.21 | 0.92 | 0.43 |
| Hex | D3 | 28 | 9 | 0 | 51 | 60 | 11 | 9 | 5C | 2B |
| Octal | 323 | 50 | 11 | 0 | 121 | 140 | 21 | 11 | 134 | 53 |
| Binary | 11010011 | 101000 | 1001 | 0 | 1010001 | 1100000 | 10001 | 1001 | 1011100 | 101011 |
Color Harmonies of #D32809
Complementary color
Monochromatic Colors of #D32809
Black with #D32809
Text Example
Text Example
White with #D32809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32809; }
p { color: rgb(211,40,9); }
H1.HeaderClassName
{
color: #D32809;
}
.AnyTagClassName
{
color: #D32809;
}
</style>
background-color css
<style>
a { background-color: #D32809; }
a { background-color: rgb(211,40,9); }
div.DivClassName
{
background-color: #D32809;
}
.BgClassName
{
background-color: #D32809;
}
</style>
border-color css
<style>
span { border-color: #D32809; }
span { border-color: rgb(211,40,9); }
td.TdClassName
{
border-color: #D32809;
}
.TagClassName
{
border-color: #D32809;
}
</style>