Html Css Color HEX #D0340D Harley Davidson Orange
📋 copy color: '#D0340D'red 208 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #D0340D
Tints of Harley Davidson Orange #D0340D
RGB
CMYK
RGB Variations
Color information
#D0340D (or 0xD0340D) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 0D. RGB value is (208,52,13). Sum of RGB (Red+Green+Blue) = 208+52+13=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0340D is #2FCBF2. Grayscale: #5E5E5E. Windows color (decimal): -3132403 or 865488. OLE color: 865488.
HSL color Cylindrical-coordinate representation of color #D0340D: hue angle of 12º 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 #D0340D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.18 |
| HSL | 12º | 0.88% | 0.43% | - |
| HSV(B) | 12º | 0.94% | 0.82% | - |
| XYZ | 27.31 | 15.89 | 2.01 | - |
| YUV | 94.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 13 | 0 | 0.75 | 0.94 | 0.18 | 12 | 0.88 | 0.43 |
| Hex | D0 | 34 | D | 0 | 4B | 5E | 12 | C | 58 | 2B |
| Octal | 320 | 64 | 15 | 0 | 113 | 136 | 22 | 14 | 130 | 53 |
| Binary | 11010000 | 110100 | 1101 | 0 | 1001011 | 1011110 | 10010 | 1100 | 1011000 | 101011 |
Color Harmonies of #D0340D
Complementary color
Monochromatic Colors of #D0340D
Black with #D0340D
Text Example
Text Example
White with #D0340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0340D; }
p { color: rgb(208,52,13); }
H1.HeaderClassName
{
color: #D0340D;
}
.AnyTagClassName
{
color: #D0340D;
}
</style>
background-color css
<style>
a { background-color: #D0340D; }
a { background-color: rgb(208,52,13); }
div.DivClassName
{
background-color: #D0340D;
}
.BgClassName
{
background-color: #D0340D;
}
</style>
border-color css
<style>
span { border-color: #D0340D; }
span { border-color: rgb(208,52,13); }
td.TdClassName
{
border-color: #D0340D;
}
.TagClassName
{
border-color: #D0340D;
}
</style>