Html Css Color HEX #D5201D Harley Davidson Orange
📋 copy color: '#D5201D'red 213 ◦ green 32 ◦ blue 29
Shades of Harley Davidson Orange #D5201D
Tints of Harley Davidson Orange #D5201D
RGB
CMYK
RGB Variations
Color information
#D5201D (or 0xD5201D) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 1D. RGB value is (213,32,29). Sum of RGB (Red+Green+Blue) = 213+32+29=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201D is #2ADFE2. Grayscale: #555555. Windows color (decimal): -2809827 or 1908949. OLE color: 1908949.
HSL color Cylindrical-coordinate representation of color #D5201D: hue angle of 0.98º 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 #D5201D is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 29 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.16 |
| HSL | 0.98º | 0.76% | 0.47% | - |
| HSV(B) | 0.98º | 0.86% | 0.84% | - |
| XYZ | 28.18 | 15.27 | 2.62 | - |
| YUV | 85.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 29 | 0 | 0.85 | 0.86 | 0.16 | 0.98 | 0.76 | 0.47 |
| Hex | D5 | 20 | 1D | 0 | 55 | 56 | 10 | 1 | 4C | 2F |
| Octal | 325 | 40 | 35 | 0 | 125 | 126 | 20 | 1 | 114 | 57 |
| Binary | 11010101 | 100000 | 11101 | 0 | 1010101 | 1010110 | 10000 | 1 | 1001100 | 101111 |
Color Harmonies of #D5201D
Complementary color
Monochromatic Colors of #D5201D
Black with #D5201D
Text Example
Text Example
White with #D5201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5201D; }
p { color: rgb(213,32,29); }
H1.HeaderClassName
{
color: #D5201D;
}
.AnyTagClassName
{
color: #D5201D;
}
</style>
background-color css
<style>
a { background-color: #D5201D; }
a { background-color: rgb(213,32,29); }
div.DivClassName
{
background-color: #D5201D;
}
.BgClassName
{
background-color: #D5201D;
}
</style>
border-color css
<style>
span { border-color: #D5201D; }
span { border-color: rgb(213,32,29); }
td.TdClassName
{
border-color: #D5201D;
}
.TagClassName
{
border-color: #D5201D;
}
</style>