Html Css Color HEX #D54510 Harley Davidson Orange
📋 copy color: '#D54510'red 213 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #D54510
Tints of Harley Davidson Orange #D54510
RGB
CMYK
RGB Variations
Color information
#D54510 (or 0xD54510) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 10. RGB value is (213,69,16). Sum of RGB (Red+Green+Blue) = 213+69+16=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54510 is #2ABAEF. Grayscale: #6A6A6A. Windows color (decimal): -2800368 or 1066453. OLE color: 1066453.
HSL color Cylindrical-coordinate representation of color #D54510: hue angle of 16.14º 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 #D54510 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.16 |
| HSL | 16.14º | 0.86% | 0.45% | - |
| HSV(B) | 16.14º | 0.92% | 0.84% | - |
| XYZ | 29.66 | 18.44 | 2.49 | - |
| YUV | 106.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 16 | 0 | 0.68 | 0.92 | 0.16 | 16.14 | 0.86 | 0.45 |
| Hex | D5 | 45 | 10 | 0 | 44 | 5C | 10 | 10 | 56 | 2D |
| Octal | 325 | 105 | 20 | 0 | 104 | 134 | 20 | 20 | 126 | 55 |
| Binary | 11010101 | 1000101 | 10000 | 0 | 1000100 | 1011100 | 10000 | 10000 | 1010110 | 101101 |
Color Harmonies of #D54510
Complementary color
Monochromatic Colors of #D54510
Black with #D54510
Text Example
Text Example
White with #D54510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54510; }
p { color: rgb(213,69,16); }
H1.HeaderClassName
{
color: #D54510;
}
.AnyTagClassName
{
color: #D54510;
}
</style>
background-color css
<style>
a { background-color: #D54510; }
a { background-color: rgb(213,69,16); }
div.DivClassName
{
background-color: #D54510;
}
.BgClassName
{
background-color: #D54510;
}
</style>
border-color css
<style>
span { border-color: #D54510; }
span { border-color: rgb(213,69,16); }
td.TdClassName
{
border-color: #D54510;
}
.TagClassName
{
border-color: #D54510;
}
</style>