Html Css Color HEX #D32708 Harley Davidson Orange
📋 copy color: '#D32708'red 211 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #D32708
Tints of Harley Davidson Orange #D32708
RGB
CMYK
RGB Variations
Color information
#D32708 (or 0xD32708) is known color: Harley Davidson Orange. HEX triplet: D3, 27 and 08. RGB value is (211,39,8). Sum of RGB (Red+Green+Blue) = 211+39+8=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D32708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32708 is #2CD8F7. Grayscale: #575757. Windows color (decimal): -2939128 or 534483. OLE color: 534483.
HSL color Cylindrical-coordinate representation of color #D32708: hue angle of 9.16º degrees, saturation: 0.93, 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 #D32708 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.17 |
| HSL | 9.16º | 0.93% | 0.43% | - |
| HSV(B) | 9.16º | 0.96% | 0.83% | - |
| XYZ | 27.63 | 15.32 | 1.73 | - |
| YUV | 86.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 8 | 0 | 0.82 | 0.96 | 0.17 | 9.16 | 0.93 | 0.43 |
| Hex | D3 | 27 | 8 | 0 | 52 | 60 | 11 | 9 | 5D | 2B |
| Octal | 323 | 47 | 10 | 0 | 122 | 140 | 21 | 11 | 135 | 53 |
| Binary | 11010011 | 100111 | 1000 | 0 | 1010010 | 1100000 | 10001 | 1001 | 1011101 | 101011 |
Color Harmonies of #D32708
Complementary color
Monochromatic Colors of #D32708
Black with #D32708
Text Example
Text Example
White with #D32708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32708; }
p { color: rgb(211,39,8); }
H1.HeaderClassName
{
color: #D32708;
}
.AnyTagClassName
{
color: #D32708;
}
</style>
background-color css
<style>
a { background-color: #D32708; }
a { background-color: rgb(211,39,8); }
div.DivClassName
{
background-color: #D32708;
}
.BgClassName
{
background-color: #D32708;
}
</style>
border-color css
<style>
span { border-color: #D32708; }
span { border-color: rgb(211,39,8); }
td.TdClassName
{
border-color: #D32708;
}
.TagClassName
{
border-color: #D32708;
}
</style>