Html Css Color HEX #D52010 Harley Davidson Orange
📋 copy color: '#D52010'red 213 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #D52010
Tints of Harley Davidson Orange #D52010
RGB
CMYK
RGB Variations
Color information
#D52010 (or 0xD52010) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 10. RGB value is (213,32,16). Sum of RGB (Red+Green+Blue) = 213+32+16=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D52010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52010 is #2ADFEF. Grayscale: #545454. Windows color (decimal): -2809840 or 1056981. OLE color: 1056981.
HSL color Cylindrical-coordinate representation of color #D52010: hue angle of 4.87º 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 #D52010 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.16 |
| HSL | 4.87º | 0.86% | 0.45% | - |
| HSV(B) | 4.87º | 0.92% | 0.84% | - |
| XYZ | 28.05 | 15.22 | 1.95 | - |
| YUV | 84.3 | 89.47 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 16 | 0 | 0.85 | 0.92 | 0.16 | 4.87 | 0.86 | 0.45 |
| Hex | D5 | 20 | 10 | 0 | 55 | 5C | 10 | 5 | 56 | 2D |
| Octal | 325 | 40 | 20 | 0 | 125 | 134 | 20 | 5 | 126 | 55 |
| Binary | 11010101 | 100000 | 10000 | 0 | 1010101 | 1011100 | 10000 | 101 | 1010110 | 101101 |
Color Harmonies of #D52010
Complementary color
Monochromatic Colors of #D52010
Black with #D52010
Text Example
Text Example
White with #D52010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52010; }
p { color: rgb(213,32,16); }
H1.HeaderClassName
{
color: #D52010;
}
.AnyTagClassName
{
color: #D52010;
}
</style>
background-color css
<style>
a { background-color: #D52010; }
a { background-color: rgb(213,32,16); }
div.DivClassName
{
background-color: #D52010;
}
.BgClassName
{
background-color: #D52010;
}
</style>
border-color css
<style>
span { border-color: #D52010; }
span { border-color: rgb(213,32,16); }
td.TdClassName
{
border-color: #D52010;
}
.TagClassName
{
border-color: #D52010;
}
</style>