Html Css Color HEX #D52711 Harley Davidson Orange
📋 copy color: '#D52711'red 213 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #D52711
Tints of Harley Davidson Orange #D52711
RGB
CMYK
RGB Variations
Color information
#D52711 (or 0xD52711) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 11. RGB value is (213,39,17). Sum of RGB (Red+Green+Blue) = 213+39+17=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D52711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52711 is #2AD8EE. Grayscale: #585858. Windows color (decimal): -2808047 or 1124309. OLE color: 1124309.
HSL color Cylindrical-coordinate representation of color #D52711: hue angle of 6.73º 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 #D52711 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.16 |
| HSL | 6.73º | 0.85% | 0.45% | - |
| HSV(B) | 6.73º | 0.92% | 0.84% | - |
| XYZ | 28.27 | 15.64 | 2.06 | - |
| YUV | 88.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 17 | 0 | 0.82 | 0.92 | 0.16 | 6.73 | 0.85 | 0.45 |
| Hex | D5 | 27 | 11 | 0 | 52 | 5C | 10 | 7 | 55 | 2D |
| Octal | 325 | 47 | 21 | 0 | 122 | 134 | 20 | 7 | 125 | 55 |
| Binary | 11010101 | 100111 | 10001 | 0 | 1010010 | 1011100 | 10000 | 111 | 1010101 | 101101 |
Color Harmonies of #D52711
Complementary color
Monochromatic Colors of #D52711
Black with #D52711
Text Example
Text Example
White with #D52711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52711; }
p { color: rgb(213,39,17); }
H1.HeaderClassName
{
color: #D52711;
}
.AnyTagClassName
{
color: #D52711;
}
</style>
background-color css
<style>
a { background-color: #D52711; }
a { background-color: rgb(213,39,17); }
div.DivClassName
{
background-color: #D52711;
}
.BgClassName
{
background-color: #D52711;
}
</style>
border-color css
<style>
span { border-color: #D52711; }
span { border-color: rgb(213,39,17); }
td.TdClassName
{
border-color: #D52711;
}
.TagClassName
{
border-color: #D52711;
}
</style>