Html Css Color HEX #D12007 Harley Davidson Orange
📋 copy color: '#D12007'red 209 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #D12007
Tints of Harley Davidson Orange #D12007
RGB
CMYK
RGB Variations
Color information
#D12007 (or 0xD12007) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 07. RGB value is (209,32,7). Sum of RGB (Red+Green+Blue) = 209+32+7=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D12007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12007 is #2EDFF8. Grayscale: #525252. Windows color (decimal): -3071993 or 467153. OLE color: 467153.
HSL color Cylindrical-coordinate representation of color #D12007: hue angle of 7.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D12007 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.18 |
| HSL | 7.43º | 0.94% | 0.42% | - |
| HSV(B) | 7.43º | 0.97% | 0.82% | - |
| XYZ | 26.85 | 14.6 | 1.6 | - |
| YUV | 82.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 7 | 0 | 0.85 | 0.97 | 0.18 | 7.43 | 0.94 | 0.42 |
| Hex | D1 | 20 | 7 | 0 | 55 | 61 | 12 | 7 | 5E | 2A |
| Octal | 321 | 40 | 7 | 0 | 125 | 141 | 22 | 7 | 136 | 52 |
| Binary | 11010001 | 100000 | 111 | 0 | 1010101 | 1100001 | 10010 | 111 | 1011110 | 101010 |
Color Harmonies of #D12007
Complementary color
Monochromatic Colors of #D12007
Black with #D12007
Text Example
Text Example
White with #D12007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12007; }
p { color: rgb(209,32,7); }
H1.HeaderClassName
{
color: #D12007;
}
.AnyTagClassName
{
color: #D12007;
}
</style>
background-color css
<style>
a { background-color: #D12007; }
a { background-color: rgb(209,32,7); }
div.DivClassName
{
background-color: #D12007;
}
.BgClassName
{
background-color: #D12007;
}
</style>
border-color css
<style>
span { border-color: #D12007; }
span { border-color: rgb(209,32,7); }
td.TdClassName
{
border-color: #D12007;
}
.TagClassName
{
border-color: #D12007;
}
</style>