Html Css Color HEX #D5201B Harley Davidson Orange
📋 copy color: '#D5201B'red 213 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #D5201B
Tints of Harley Davidson Orange #D5201B
RGB
CMYK
RGB Variations
Color information
#D5201B (or 0xD5201B) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 1B. RGB value is (213,32,27). Sum of RGB (Red+Green+Blue) = 213+32+27=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201B is #2ADFE4. Grayscale: #555555. Windows color (decimal): -2809829 or 1777877. OLE color: 1777877.
HSL color Cylindrical-coordinate representation of color #D5201B: hue angle of 1.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5201B is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 27 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 1.61º | 0.78% | 0.47% | - |
| HSV(B) | 1.61º | 0.87% | 0.84% | - |
| XYZ | 28.15 | 15.26 | 2.5 | - |
| YUV | 85.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 27 | 0 | 0.85 | 0.87 | 0.16 | 1.61 | 0.78 | 0.47 |
| Hex | D5 | 20 | 1B | 0 | 55 | 57 | 10 | 2 | 4E | 2F |
| Octal | 325 | 40 | 33 | 0 | 125 | 127 | 20 | 2 | 116 | 57 |
| Binary | 11010101 | 100000 | 11011 | 0 | 1010101 | 1010111 | 10000 | 10 | 1001110 | 101111 |
Color Harmonies of #D5201B
Complementary color
Monochromatic Colors of #D5201B
Black with #D5201B
Text Example
Text Example
White with #D5201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5201B; }
p { color: rgb(213,32,27); }
H1.HeaderClassName
{
color: #D5201B;
}
.AnyTagClassName
{
color: #D5201B;
}
</style>
background-color css
<style>
a { background-color: #D5201B; }
a { background-color: rgb(213,32,27); }
div.DivClassName
{
background-color: #D5201B;
}
.BgClassName
{
background-color: #D5201B;
}
</style>
border-color css
<style>
span { border-color: #D5201B; }
span { border-color: rgb(213,32,27); }
td.TdClassName
{
border-color: #D5201B;
}
.TagClassName
{
border-color: #D5201B;
}
</style>