Html Css Color HEX #D32A07 Harley Davidson Orange
📋 copy color: '#D32A07'red 211 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #D32A07
Tints of Harley Davidson Orange #D32A07
RGB
CMYK
RGB Variations
Color information
#D32A07 (or 0xD32A07) is known color: Harley Davidson Orange. HEX triplet: D3, 2A and 07. RGB value is (211,42,7). Sum of RGB (Red+Green+Blue) = 211+42+7=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D32A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32A07 is #2CD5F8. Grayscale: #585858. Windows color (decimal): -2938361 or 469715. OLE color: 469715.
HSL color Cylindrical-coordinate representation of color #D32A07: hue angle of 10.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D32A07 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 7 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.17 |
| HSL | 10.29º | 0.94% | 0.43% | - |
| HSV(B) | 10.29º | 0.97% | 0.83% | - |
| XYZ | 27.73 | 15.52 | 1.74 | - |
| YUV | 88.54 | 81.99 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 7 | 0 | 0.80 | 0.97 | 0.17 | 10.29 | 0.94 | 0.43 |
| Hex | D3 | 2A | 7 | 0 | 50 | 61 | 11 | A | 5E | 2B |
| Octal | 323 | 52 | 7 | 0 | 120 | 141 | 21 | 12 | 136 | 53 |
| Binary | 11010011 | 101010 | 111 | 0 | 1010000 | 1100001 | 10001 | 1010 | 1011110 | 101011 |
Color Harmonies of #D32A07
Complementary color
Monochromatic Colors of #D32A07
Black with #D32A07
Text Example
Text Example
White with #D32A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32A07; }
p { color: rgb(211,42,7); }
H1.HeaderClassName
{
color: #D32A07;
}
.AnyTagClassName
{
color: #D32A07;
}
</style>
background-color css
<style>
a { background-color: #D32A07; }
a { background-color: rgb(211,42,7); }
div.DivClassName
{
background-color: #D32A07;
}
.BgClassName
{
background-color: #D32A07;
}
</style>
border-color css
<style>
span { border-color: #D32A07; }
span { border-color: rgb(211,42,7); }
td.TdClassName
{
border-color: #D32A07;
}
.TagClassName
{
border-color: #D32A07;
}
</style>