Html Css Color HEX #D54511 Harley Davidson Orange
📋 copy color: '#D54511'red 213 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #D54511
Tints of Harley Davidson Orange #D54511
RGB
CMYK
RGB Variations
Color information
#D54511 (or 0xD54511) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 11. RGB value is (213,69,17). Sum of RGB (Red+Green+Blue) = 213+69+17=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D54511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54511 is #2ABAEE. Grayscale: #6A6A6A. Windows color (decimal): -2800367 or 1131989. OLE color: 1131989.
HSL color Cylindrical-coordinate representation of color #D54511: hue angle of 15.92º 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 #D54511 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.16 |
| HSL | 15.92º | 0.85% | 0.45% | - |
| HSV(B) | 15.92º | 0.92% | 0.84% | - |
| XYZ | 29.67 | 18.44 | 2.53 | - |
| YUV | 106.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 17 | 0 | 0.68 | 0.92 | 0.16 | 15.92 | 0.85 | 0.45 |
| Hex | D5 | 45 | 11 | 0 | 44 | 5C | 10 | 10 | 55 | 2D |
| Octal | 325 | 105 | 21 | 0 | 104 | 134 | 20 | 20 | 125 | 55 |
| Binary | 11010101 | 1000101 | 10001 | 0 | 1000100 | 1011100 | 10000 | 10000 | 1010101 | 101101 |
Color Harmonies of #D54511
Complementary color
Monochromatic Colors of #D54511
Black with #D54511
Text Example
Text Example
White with #D54511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54511; }
p { color: rgb(213,69,17); }
H1.HeaderClassName
{
color: #D54511;
}
.AnyTagClassName
{
color: #D54511;
}
</style>
background-color css
<style>
a { background-color: #D54511; }
a { background-color: rgb(213,69,17); }
div.DivClassName
{
background-color: #D54511;
}
.BgClassName
{
background-color: #D54511;
}
</style>
border-color css
<style>
span { border-color: #D54511; }
span { border-color: rgb(213,69,17); }
td.TdClassName
{
border-color: #D54511;
}
.TagClassName
{
border-color: #D54511;
}
</style>