Html Css Color HEX #D0210B Harley Davidson Orange
📋 copy color: '#D0210B'red 208 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #D0210B
Tints of Harley Davidson Orange #D0210B
RGB
CMYK
RGB Variations
Color information
#D0210B (or 0xD0210B) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 0B. RGB value is (208,33,11). Sum of RGB (Red+Green+Blue) = 208+33+11=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0210B is #2FDEF4. Grayscale: #535353. Windows color (decimal): -3137269 or 729552. OLE color: 729552.
HSL color Cylindrical-coordinate representation of color #D0210B: hue angle of 6.7º 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 #D0210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.18 |
| HSL | 6.7º | 0.9% | 0.43% | - |
| HSV(B) | 6.7º | 0.95% | 0.82% | - |
| XYZ | 26.62 | 14.52 | 1.72 | - |
| YUV | 82.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 11 | 0 | 0.84 | 0.95 | 0.18 | 6.7 | 0.9 | 0.43 |
| Hex | D0 | 21 | B | 0 | 54 | 5F | 12 | 7 | 5A | 2B |
| Octal | 320 | 41 | 13 | 0 | 124 | 137 | 22 | 7 | 132 | 53 |
| Binary | 11010000 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10010 | 111 | 1011010 | 101011 |
Color Harmonies of #D0210B
Complementary color
Monochromatic Colors of #D0210B
Black with #D0210B
Text Example
Text Example
White with #D0210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0210B; }
p { color: rgb(208,33,11); }
H1.HeaderClassName
{
color: #D0210B;
}
.AnyTagClassName
{
color: #D0210B;
}
</style>
background-color css
<style>
a { background-color: #D0210B; }
a { background-color: rgb(208,33,11); }
div.DivClassName
{
background-color: #D0210B;
}
.BgClassName
{
background-color: #D0210B;
}
</style>
border-color css
<style>
span { border-color: #D0210B; }
span { border-color: rgb(208,33,11); }
td.TdClassName
{
border-color: #D0210B;
}
.TagClassName
{
border-color: #D0210B;
}
</style>