Html Css Color HEX #D52D10 Harley Davidson Orange
📋 copy color: '#D52D10'red 213 ◦ green 45 ◦ blue 16
Shades of Harley Davidson Orange #D52D10
Tints of Harley Davidson Orange #D52D10
RGB
CMYK
RGB Variations
Color information
#D52D10 (or 0xD52D10) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 10. RGB value is (213,45,16). Sum of RGB (Red+Green+Blue) = 213+45+16=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52D10 is #2AD2EF. Grayscale: #5C5C5C. Windows color (decimal): -2806512 or 1060309. OLE color: 1060309.
HSL color Cylindrical-coordinate representation of color #D52D10: hue angle of 8.83º 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 #D52D10 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 16 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.16 |
| HSL | 8.83º | 0.86% | 0.45% | - |
| HSV(B) | 8.83º | 0.92% | 0.84% | - |
| XYZ | 28.47 | 16.06 | 2.09 | - |
| YUV | 91.93 | 85.16 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 16 | 0 | 0.79 | 0.92 | 0.16 | 8.83 | 0.86 | 0.45 |
| Hex | D5 | 2D | 10 | 0 | 4F | 5C | 10 | 9 | 56 | 2D |
| Octal | 325 | 55 | 20 | 0 | 117 | 134 | 20 | 11 | 126 | 55 |
| Binary | 11010101 | 101101 | 10000 | 0 | 1001111 | 1011100 | 10000 | 1001 | 1010110 | 101101 |
Color Harmonies of #D52D10
Complementary color
Monochromatic Colors of #D52D10
Black with #D52D10
Text Example
Text Example
White with #D52D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D10; }
p { color: rgb(213,45,16); }
H1.HeaderClassName
{
color: #D52D10;
}
.AnyTagClassName
{
color: #D52D10;
}
</style>
background-color css
<style>
a { background-color: #D52D10; }
a { background-color: rgb(213,45,16); }
div.DivClassName
{
background-color: #D52D10;
}
.BgClassName
{
background-color: #D52D10;
}
</style>
border-color css
<style>
span { border-color: #D52D10; }
span { border-color: rgb(213,45,16); }
td.TdClassName
{
border-color: #D52D10;
}
.TagClassName
{
border-color: #D52D10;
}
</style>