Html Css Color HEX #D5310D Harley Davidson Orange
📋 copy color: '#D5310D'red 213 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #D5310D
Tints of Harley Davidson Orange #D5310D
RGB
CMYK
RGB Variations
Color information
#D5310D (or 0xD5310D) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 0D. RGB value is (213,49,13). Sum of RGB (Red+Green+Blue) = 213+49+13=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5310D is #2ACEF2. Grayscale: #5E5E5E. Windows color (decimal): -2805491 or 864725. OLE color: 864725.
HSL color Cylindrical-coordinate representation of color #D5310D: hue angle of 10.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5310D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.16 |
| HSL | 10.8º | 0.88% | 0.44% | - |
| HSV(B) | 10.8º | 0.94% | 0.84% | - |
| XYZ | 28.61 | 16.37 | 2.03 | - |
| YUV | 93.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 13 | 0 | 0.77 | 0.94 | 0.16 | 10.8 | 0.88 | 0.44 |
| Hex | D5 | 31 | D | 0 | 4D | 5E | 10 | B | 58 | 2C |
| Octal | 325 | 61 | 15 | 0 | 115 | 136 | 20 | 13 | 130 | 54 |
| Binary | 11010101 | 110001 | 1101 | 0 | 1001101 | 1011110 | 10000 | 1011 | 1011000 | 101100 |
Color Harmonies of #D5310D
Complementary color
Monochromatic Colors of #D5310D
Black with #D5310D
Text Example
Text Example
White with #D5310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5310D; }
p { color: rgb(213,49,13); }
H1.HeaderClassName
{
color: #D5310D;
}
.AnyTagClassName
{
color: #D5310D;
}
</style>
background-color css
<style>
a { background-color: #D5310D; }
a { background-color: rgb(213,49,13); }
div.DivClassName
{
background-color: #D5310D;
}
.BgClassName
{
background-color: #D5310D;
}
</style>
border-color css
<style>
span { border-color: #D5310D; }
span { border-color: rgb(213,49,13); }
td.TdClassName
{
border-color: #D5310D;
}
.TagClassName
{
border-color: #D5310D;
}
</style>