Html Css Color HEX #D1210B Harley Davidson Orange
📋 copy color: '#D1210B'red 209 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #D1210B
Tints of Harley Davidson Orange #D1210B
RGB
CMYK
RGB Variations
Color information
#D1210B (or 0xD1210B) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 0B. RGB value is (209,33,11). Sum of RGB (Red+Green+Blue) = 209+33+11=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D1210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1210B is #2EDEF4. Grayscale: #535353. Windows color (decimal): -3071733 or 729553. OLE color: 729553.
HSL color Cylindrical-coordinate representation of color #D1210B: hue angle of 6.67º 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 #D1210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.18 |
| HSL | 6.67º | 0.9% | 0.43% | - |
| HSV(B) | 6.67º | 0.95% | 0.82% | - |
| XYZ | 26.9 | 14.67 | 1.73 | - |
| YUV | 83.12 | 87.31 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 11 | 0 | 0.84 | 0.95 | 0.18 | 6.67 | 0.9 | 0.43 |
| Hex | D1 | 21 | B | 0 | 54 | 5F | 12 | 7 | 5A | 2B |
| Octal | 321 | 41 | 13 | 0 | 124 | 137 | 22 | 7 | 132 | 53 |
| Binary | 11010001 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10010 | 111 | 1011010 | 101011 |
Color Harmonies of #D1210B
Complementary color
Monochromatic Colors of #D1210B
Black with #D1210B
Text Example
Text Example
White with #D1210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1210B; }
p { color: rgb(209,33,11); }
H1.HeaderClassName
{
color: #D1210B;
}
.AnyTagClassName
{
color: #D1210B;
}
</style>
background-color css
<style>
a { background-color: #D1210B; }
a { background-color: rgb(209,33,11); }
div.DivClassName
{
background-color: #D1210B;
}
.BgClassName
{
background-color: #D1210B;
}
</style>
border-color css
<style>
span { border-color: #D1210B; }
span { border-color: rgb(209,33,11); }
td.TdClassName
{
border-color: #D1210B;
}
.TagClassName
{
border-color: #D1210B;
}
</style>