Html Css Color HEX #D0220D Harley Davidson Orange
📋 copy color: '#D0220D'red 208 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #D0220D
Tints of Harley Davidson Orange #D0220D
RGB
CMYK
RGB Variations
Color information
#D0220D (or 0xD0220D) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 0D. RGB value is (208,34,13). Sum of RGB (Red+Green+Blue) = 208+34+13=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0220D is #2FDDF2. Grayscale: #535353. Windows color (decimal): -3137011 or 860880. OLE color: 860880.
HSL color Cylindrical-coordinate representation of color #D0220D: hue angle of 6.46º 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 #D0220D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.18 |
| HSL | 6.46º | 0.88% | 0.43% | - |
| HSV(B) | 6.46º | 0.94% | 0.82% | - |
| XYZ | 26.66 | 14.58 | 1.79 | - |
| YUV | 83.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 13 | 0 | 0.84 | 0.94 | 0.18 | 6.46 | 0.88 | 0.43 |
| Hex | D0 | 22 | D | 0 | 54 | 5E | 12 | 6 | 58 | 2B |
| Octal | 320 | 42 | 15 | 0 | 124 | 136 | 22 | 6 | 130 | 53 |
| Binary | 11010000 | 100010 | 1101 | 0 | 1010100 | 1011110 | 10010 | 110 | 1011000 | 101011 |
Color Harmonies of #D0220D
Complementary color
Monochromatic Colors of #D0220D
Black with #D0220D
Text Example
Text Example
White with #D0220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0220D; }
p { color: rgb(208,34,13); }
H1.HeaderClassName
{
color: #D0220D;
}
.AnyTagClassName
{
color: #D0220D;
}
</style>
background-color css
<style>
a { background-color: #D0220D; }
a { background-color: rgb(208,34,13); }
div.DivClassName
{
background-color: #D0220D;
}
.BgClassName
{
background-color: #D0220D;
}
</style>
border-color css
<style>
span { border-color: #D0220D; }
span { border-color: rgb(208,34,13); }
td.TdClassName
{
border-color: #D0220D;
}
.TagClassName
{
border-color: #D0220D;
}
</style>