Html Css Color HEX #D0310D Harley Davidson Orange
📋 copy color: '#D0310D'red 208 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #D0310D
Tints of Harley Davidson Orange #D0310D
RGB
CMYK
RGB Variations
Color information
#D0310D (or 0xD0310D) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 0D. RGB value is (208,49,13). Sum of RGB (Red+Green+Blue) = 208+49+13=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0310D is #2FCEF2. Grayscale: #5C5C5C. Windows color (decimal): -3133171 or 864720. OLE color: 864720.
HSL color Cylindrical-coordinate representation of color #D0310D: hue angle of 11.08º 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 #D0310D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.18 |
| HSL | 11.08º | 0.88% | 0.43% | - |
| HSV(B) | 11.08º | 0.94% | 0.82% | - |
| XYZ | 27.18 | 15.64 | 1.97 | - |
| YUV | 92.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 13 | 0 | 0.76 | 0.94 | 0.18 | 11.08 | 0.88 | 0.43 |
| Hex | D0 | 31 | D | 0 | 4C | 5E | 12 | B | 58 | 2B |
| Octal | 320 | 61 | 15 | 0 | 114 | 136 | 22 | 13 | 130 | 53 |
| Binary | 11010000 | 110001 | 1101 | 0 | 1001100 | 1011110 | 10010 | 1011 | 1011000 | 101011 |
Color Harmonies of #D0310D
Complementary color
Monochromatic Colors of #D0310D
Black with #D0310D
Text Example
Text Example
White with #D0310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0310D; }
p { color: rgb(208,49,13); }
H1.HeaderClassName
{
color: #D0310D;
}
.AnyTagClassName
{
color: #D0310D;
}
</style>
background-color css
<style>
a { background-color: #D0310D; }
a { background-color: rgb(208,49,13); }
div.DivClassName
{
background-color: #D0310D;
}
.BgClassName
{
background-color: #D0310D;
}
</style>
border-color css
<style>
span { border-color: #D0310D; }
span { border-color: rgb(208,49,13); }
td.TdClassName
{
border-color: #D0310D;
}
.TagClassName
{
border-color: #D0310D;
}
</style>