Html Css Color HEX #D52211 Harley Davidson Orange
📋 copy color: '#D52211'red 213 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #D52211
Tints of Harley Davidson Orange #D52211
RGB
CMYK
RGB Variations
Color information
#D52211 (or 0xD52211) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 11. RGB value is (213,34,17). Sum of RGB (Red+Green+Blue) = 213+34+17=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D52211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52211 is #2ADDEE. Grayscale: #555555. Windows color (decimal): -2809327 or 1123029. OLE color: 1123029.
HSL color Cylindrical-coordinate representation of color #D52211: hue angle of 5.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D52211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.16 |
| HSL | 5.2º | 0.85% | 0.45% | - |
| HSV(B) | 5.2º | 0.92% | 0.84% | - |
| XYZ | 28.11 | 15.33 | 2.01 | - |
| YUV | 85.58 | 89.3 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 17 | 0 | 0.84 | 0.92 | 0.16 | 5.2 | 0.85 | 0.45 |
| Hex | D5 | 22 | 11 | 0 | 54 | 5C | 10 | 5 | 55 | 2D |
| Octal | 325 | 42 | 21 | 0 | 124 | 134 | 20 | 5 | 125 | 55 |
| Binary | 11010101 | 100010 | 10001 | 0 | 1010100 | 1011100 | 10000 | 101 | 1010101 | 101101 |
Color Harmonies of #D52211
Complementary color
Monochromatic Colors of #D52211
Black with #D52211
Text Example
Text Example
White with #D52211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52211; }
p { color: rgb(213,34,17); }
H1.HeaderClassName
{
color: #D52211;
}
.AnyTagClassName
{
color: #D52211;
}
</style>
background-color css
<style>
a { background-color: #D52211; }
a { background-color: rgb(213,34,17); }
div.DivClassName
{
background-color: #D52211;
}
.BgClassName
{
background-color: #D52211;
}
</style>
border-color css
<style>
span { border-color: #D52211; }
span { border-color: rgb(213,34,17); }
td.TdClassName
{
border-color: #D52211;
}
.TagClassName
{
border-color: #D52211;
}
</style>