Html Css Color HEX #D0200D Harley Davidson Orange
📋 copy color: '#D0200D'red 208 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #D0200D
Tints of Harley Davidson Orange #D0200D
RGB
CMYK
RGB Variations
Color information
#D0200D (or 0xD0200D) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 0D. RGB value is (208,32,13). Sum of RGB (Red+Green+Blue) = 208+32+13=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D0200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0200D is #2FDFF2. Grayscale: #525252. Windows color (decimal): -3137523 or 860368. OLE color: 860368.
HSL color Cylindrical-coordinate representation of color #D0200D: hue angle of 5.85º 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 #D0200D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.18 |
| HSL | 5.85º | 0.88% | 0.43% | - |
| HSV(B) | 5.85º | 0.94% | 0.82% | - |
| XYZ | 26.6 | 14.47 | 1.77 | - |
| YUV | 82.46 | 88.81 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 13 | 0 | 0.85 | 0.94 | 0.18 | 5.85 | 0.88 | 0.43 |
| Hex | D0 | 20 | D | 0 | 55 | 5E | 12 | 6 | 58 | 2B |
| Octal | 320 | 40 | 15 | 0 | 125 | 136 | 22 | 6 | 130 | 53 |
| Binary | 11010000 | 100000 | 1101 | 0 | 1010101 | 1011110 | 10010 | 110 | 1011000 | 101011 |
Color Harmonies of #D0200D
Complementary color
Monochromatic Colors of #D0200D
Black with #D0200D
Text Example
Text Example
White with #D0200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0200D; }
p { color: rgb(208,32,13); }
H1.HeaderClassName
{
color: #D0200D;
}
.AnyTagClassName
{
color: #D0200D;
}
</style>
background-color css
<style>
a { background-color: #D0200D; }
a { background-color: rgb(208,32,13); }
div.DivClassName
{
background-color: #D0200D;
}
.BgClassName
{
background-color: #D0200D;
}
</style>
border-color css
<style>
span { border-color: #D0200D; }
span { border-color: rgb(208,32,13); }
td.TdClassName
{
border-color: #D0200D;
}
.TagClassName
{
border-color: #D0200D;
}
</style>