Html Css Color HEX #D1200B Harley Davidson Orange
📋 copy color: '#D1200B'red 209 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #D1200B
Tints of Harley Davidson Orange #D1200B
RGB
CMYK
RGB Variations
Color information
#D1200B (or 0xD1200B) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 0B. RGB value is (209,32,11). Sum of RGB (Red+Green+Blue) = 209+32+11=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D1200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1200B is #2EDFF4. Grayscale: #525252. Windows color (decimal): -3071989 or 729297. OLE color: 729297.
HSL color Cylindrical-coordinate representation of color #D1200B: hue angle of 6.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1200B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.18 |
| HSL | 6.36º | 0.9% | 0.43% | - |
| HSV(B) | 6.36º | 0.95% | 0.82% | - |
| XYZ | 26.87 | 14.61 | 1.72 | - |
| YUV | 82.53 | 87.64 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 11 | 0 | 0.85 | 0.95 | 0.18 | 6.36 | 0.9 | 0.43 |
| Hex | D1 | 20 | B | 0 | 55 | 5F | 12 | 6 | 5A | 2B |
| Octal | 321 | 40 | 13 | 0 | 125 | 137 | 22 | 6 | 132 | 53 |
| Binary | 11010001 | 100000 | 1011 | 0 | 1010101 | 1011111 | 10010 | 110 | 1011010 | 101011 |
Color Harmonies of #D1200B
Complementary color
Monochromatic Colors of #D1200B
Black with #D1200B
Text Example
Text Example
White with #D1200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1200B; }
p { color: rgb(209,32,11); }
H1.HeaderClassName
{
color: #D1200B;
}
.AnyTagClassName
{
color: #D1200B;
}
</style>
background-color css
<style>
a { background-color: #D1200B; }
a { background-color: rgb(209,32,11); }
div.DivClassName
{
background-color: #D1200B;
}
.BgClassName
{
background-color: #D1200B;
}
</style>
border-color css
<style>
span { border-color: #D1200B; }
span { border-color: rgb(209,32,11); }
td.TdClassName
{
border-color: #D1200B;
}
.TagClassName
{
border-color: #D1200B;
}
</style>