Html Css Color HEX #D53411 Harley Davidson Orange
📋 copy color: '#D53411'red 213 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #D53411
Tints of Harley Davidson Orange #D53411
RGB
CMYK
RGB Variations
Color information
#D53411 (or 0xD53411) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 11. RGB value is (213,52,17). Sum of RGB (Red+Green+Blue) = 213+52+17=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D53411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53411 is #2ACBEE. Grayscale: #606060. Windows color (decimal): -2804719 or 1127637. OLE color: 1127637.
HSL color Cylindrical-coordinate representation of color #D53411: hue angle of 10.71º 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 #D53411 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.16 |
| HSL | 10.71º | 0.85% | 0.45% | - |
| HSV(B) | 10.71º | 0.92% | 0.84% | - |
| XYZ | 28.77 | 16.64 | 2.23 | - |
| YUV | 96.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 17 | 0 | 0.76 | 0.92 | 0.16 | 10.71 | 0.85 | 0.45 |
| Hex | D5 | 34 | 11 | 0 | 4C | 5C | 10 | B | 55 | 2D |
| Octal | 325 | 64 | 21 | 0 | 114 | 134 | 20 | 13 | 125 | 55 |
| Binary | 11010101 | 110100 | 10001 | 0 | 1001100 | 1011100 | 10000 | 1011 | 1010101 | 101101 |
Color Harmonies of #D53411
Complementary color
Monochromatic Colors of #D53411
Black with #D53411
Text Example
Text Example
White with #D53411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53411; }
p { color: rgb(213,52,17); }
H1.HeaderClassName
{
color: #D53411;
}
.AnyTagClassName
{
color: #D53411;
}
</style>
background-color css
<style>
a { background-color: #D53411; }
a { background-color: rgb(213,52,17); }
div.DivClassName
{
background-color: #D53411;
}
.BgClassName
{
background-color: #D53411;
}
</style>
border-color css
<style>
span { border-color: #D53411; }
span { border-color: rgb(213,52,17); }
td.TdClassName
{
border-color: #D53411;
}
.TagClassName
{
border-color: #D53411;
}
</style>