Html Css Color HEX #D5211B Harley Davidson Orange
📋 copy color: '#D5211B'red 213 ◦ green 33 ◦ blue 27
Shades of Harley Davidson Orange #D5211B
Tints of Harley Davidson Orange #D5211B
RGB
CMYK
RGB Variations
Color information
#D5211B (or 0xD5211B) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 1B. RGB value is (213,33,27). Sum of RGB (Red+Green+Blue) = 213+33+27=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211B is #2ADEE4. Grayscale: #565656. Windows color (decimal): -2809573 or 1778133. OLE color: 1778133.
HSL color Cylindrical-coordinate representation of color #D5211B: hue angle of 1.94º 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 #D5211B is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 27 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.16 |
| HSL | 1.94º | 0.78% | 0.47% | - |
| HSV(B) | 1.94º | 0.87% | 0.84% | - |
| XYZ | 28.18 | 15.31 | 2.51 | - |
| YUV | 86.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 27 | 0 | 0.85 | 0.87 | 0.16 | 1.94 | 0.78 | 0.47 |
| Hex | D5 | 21 | 1B | 0 | 55 | 57 | 10 | 2 | 4E | 2F |
| Octal | 325 | 41 | 33 | 0 | 125 | 127 | 20 | 2 | 116 | 57 |
| Binary | 11010101 | 100001 | 11011 | 0 | 1010101 | 1010111 | 10000 | 10 | 1001110 | 101111 |
Color Harmonies of #D5211B
Complementary color
Monochromatic Colors of #D5211B
Black with #D5211B
Text Example
Text Example
White with #D5211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5211B; }
p { color: rgb(213,33,27); }
H1.HeaderClassName
{
color: #D5211B;
}
.AnyTagClassName
{
color: #D5211B;
}
</style>
background-color css
<style>
a { background-color: #D5211B; }
a { background-color: rgb(213,33,27); }
div.DivClassName
{
background-color: #D5211B;
}
.BgClassName
{
background-color: #D5211B;
}
</style>
border-color css
<style>
span { border-color: #D5211B; }
span { border-color: rgb(213,33,27); }
td.TdClassName
{
border-color: #D5211B;
}
.TagClassName
{
border-color: #D5211B;
}
</style>