Html Css Color HEX #D0210D Harley Davidson Orange
📋 copy color: '#D0210D'red 208 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #D0210D
Tints of Harley Davidson Orange #D0210D
RGB
CMYK
RGB Variations
Color information
#D0210D (or 0xD0210D) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 0D. RGB value is (208,33,13). Sum of RGB (Red+Green+Blue) = 208+33+13=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D0210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0210D is #2FDEF2. Grayscale: #535353. Windows color (decimal): -3137267 or 860624. OLE color: 860624.
HSL color Cylindrical-coordinate representation of color #D0210D: hue angle of 6.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0210D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.18 |
| HSL | 6.15º | 0.88% | 0.43% | - |
| HSV(B) | 6.15º | 0.94% | 0.82% | - |
| XYZ | 26.63 | 14.53 | 1.78 | - |
| YUV | 83.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 13 | 0 | 0.84 | 0.94 | 0.18 | 6.15 | 0.88 | 0.43 |
| Hex | D0 | 21 | D | 0 | 54 | 5E | 12 | 6 | 58 | 2B |
| Octal | 320 | 41 | 15 | 0 | 124 | 136 | 22 | 6 | 130 | 53 |
| Binary | 11010000 | 100001 | 1101 | 0 | 1010100 | 1011110 | 10010 | 110 | 1011000 | 101011 |
Color Harmonies of #D0210D
Complementary color
Monochromatic Colors of #D0210D
Black with #D0210D
Text Example
Text Example
White with #D0210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0210D; }
p { color: rgb(208,33,13); }
H1.HeaderClassName
{
color: #D0210D;
}
.AnyTagClassName
{
color: #D0210D;
}
</style>
background-color css
<style>
a { background-color: #D0210D; }
a { background-color: rgb(208,33,13); }
div.DivClassName
{
background-color: #D0210D;
}
.BgClassName
{
background-color: #D0210D;
}
</style>
border-color css
<style>
span { border-color: #D0210D; }
span { border-color: rgb(208,33,13); }
td.TdClassName
{
border-color: #D0210D;
}
.TagClassName
{
border-color: #D0210D;
}
</style>