Html Css Color HEX #D52110 Harley Davidson Orange
📋 copy color: '#D52110'red 213 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #D52110
Tints of Harley Davidson Orange #D52110
RGB
CMYK
RGB Variations
Color information
#D52110 (or 0xD52110) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 10. RGB value is (213,33,16). Sum of RGB (Red+Green+Blue) = 213+33+16=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D52110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52110 is #2ADEEF. Grayscale: #555555. Windows color (decimal): -2809584 or 1057237. OLE color: 1057237.
HSL color Cylindrical-coordinate representation of color #D52110: hue angle of 5.18º degrees, saturation: 0.86, 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 #D52110 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.16 |
| HSL | 5.18º | 0.86% | 0.45% | - |
| HSV(B) | 5.18º | 0.92% | 0.84% | - |
| XYZ | 28.08 | 15.27 | 1.96 | - |
| YUV | 84.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 16 | 0 | 0.85 | 0.92 | 0.16 | 5.18 | 0.86 | 0.45 |
| Hex | D5 | 21 | 10 | 0 | 55 | 5C | 10 | 5 | 56 | 2D |
| Octal | 325 | 41 | 20 | 0 | 125 | 134 | 20 | 5 | 126 | 55 |
| Binary | 11010101 | 100001 | 10000 | 0 | 1010101 | 1011100 | 10000 | 101 | 1010110 | 101101 |
Color Harmonies of #D52110
Complementary color
Monochromatic Colors of #D52110
Black with #D52110
Text Example
Text Example
White with #D52110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52110; }
p { color: rgb(213,33,16); }
H1.HeaderClassName
{
color: #D52110;
}
.AnyTagClassName
{
color: #D52110;
}
</style>
background-color css
<style>
a { background-color: #D52110; }
a { background-color: rgb(213,33,16); }
div.DivClassName
{
background-color: #D52110;
}
.BgClassName
{
background-color: #D52110;
}
</style>
border-color css
<style>
span { border-color: #D52110; }
span { border-color: rgb(213,33,16); }
td.TdClassName
{
border-color: #D52110;
}
.TagClassName
{
border-color: #D52110;
}
</style>