Html Css Color HEX #D5351D Harley Davidson Orange
📋 copy color: '#D5351D'red 213 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #D5351D
Tints of Harley Davidson Orange #D5351D
RGB
CMYK
RGB Variations
Color information
#D5351D (or 0xD5351D) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 1D. RGB value is (213,53,29). Sum of RGB (Red+Green+Blue) = 213+53+29=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5351D is #2ACAE2. Grayscale: #626262. Windows color (decimal): -2804451 or 1914325. OLE color: 1914325.
HSL color Cylindrical-coordinate representation of color #D5351D: hue angle of 7.83º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5351D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.16 |
| HSL | 7.83º | 0.76% | 0.47% | - |
| HSV(B) | 7.83º | 0.86% | 0.84% | - |
| XYZ | 28.94 | 16.78 | 2.88 | - |
| YUV | 98.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 29 | 0 | 0.75 | 0.86 | 0.16 | 7.83 | 0.76 | 0.47 |
| Hex | D5 | 35 | 1D | 0 | 4B | 56 | 10 | 8 | 4C | 2F |
| Octal | 325 | 65 | 35 | 0 | 113 | 126 | 20 | 10 | 114 | 57 |
| Binary | 11010101 | 110101 | 11101 | 0 | 1001011 | 1010110 | 10000 | 1000 | 1001100 | 101111 |
Color Harmonies of #D5351D
Complementary color
Monochromatic Colors of #D5351D
Black with #D5351D
Text Example
Text Example
White with #D5351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5351D; }
p { color: rgb(213,53,29); }
H1.HeaderClassName
{
color: #D5351D;
}
.AnyTagClassName
{
color: #D5351D;
}
</style>
background-color css
<style>
a { background-color: #D5351D; }
a { background-color: rgb(213,53,29); }
div.DivClassName
{
background-color: #D5351D;
}
.BgClassName
{
background-color: #D5351D;
}
</style>
border-color css
<style>
span { border-color: #D5351D; }
span { border-color: rgb(213,53,29); }
td.TdClassName
{
border-color: #D5351D;
}
.TagClassName
{
border-color: #D5351D;
}
</style>