Html Css Color HEX #D54410 Harley Davidson Orange
📋 copy color: '#D54410'red 213 ◦ green 68 ◦ blue 16
Shades of Harley Davidson Orange #D54410
Tints of Harley Davidson Orange #D54410
RGB
CMYK
RGB Variations
Color information
#D54410 (or 0xD54410) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 10. RGB value is (213,68,16). Sum of RGB (Red+Green+Blue) = 213+68+16=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54410 is #2ABBEF. Grayscale: #696969. Windows color (decimal): -2800624 or 1066197. OLE color: 1066197.
HSL color Cylindrical-coordinate representation of color #D54410: hue angle of 15.84º 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 #D54410 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.16 |
| HSL | 15.84º | 0.86% | 0.45% | - |
| HSV(B) | 15.84º | 0.92% | 0.84% | - |
| XYZ | 29.6 | 18.32 | 2.47 | - |
| YUV | 105.43 | 77.54 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 16 | 0 | 0.68 | 0.92 | 0.16 | 15.84 | 0.86 | 0.45 |
| Hex | D5 | 44 | 10 | 0 | 44 | 5C | 10 | 10 | 56 | 2D |
| Octal | 325 | 104 | 20 | 0 | 104 | 134 | 20 | 20 | 126 | 55 |
| Binary | 11010101 | 1000100 | 10000 | 0 | 1000100 | 1011100 | 10000 | 10000 | 1010110 | 101101 |
Color Harmonies of #D54410
Complementary color
Monochromatic Colors of #D54410
Black with #D54410
Text Example
Text Example
White with #D54410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54410; }
p { color: rgb(213,68,16); }
H1.HeaderClassName
{
color: #D54410;
}
.AnyTagClassName
{
color: #D54410;
}
</style>
background-color css
<style>
a { background-color: #D54410; }
a { background-color: rgb(213,68,16); }
div.DivClassName
{
background-color: #D54410;
}
.BgClassName
{
background-color: #D54410;
}
</style>
border-color css
<style>
span { border-color: #D54410; }
span { border-color: rgb(213,68,16); }
td.TdClassName
{
border-color: #D54410;
}
.TagClassName
{
border-color: #D54410;
}
</style>