Html Css Color HEX #D54010 Harley Davidson Orange
📋 copy color: '#D54010'red 213 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #D54010
Tints of Harley Davidson Orange #D54010
RGB
CMYK
RGB Variations
Color information
#D54010 (or 0xD54010) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 10. RGB value is (213,64,16). Sum of RGB (Red+Green+Blue) = 213+64+16=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D54010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54010 is #2ABFEF. Grayscale: #676767. Windows color (decimal): -2801648 or 1065173. OLE color: 1065173.
HSL color Cylindrical-coordinate representation of color #D54010: hue angle of 14.62º 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 #D54010 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.16 |
| HSL | 14.62º | 0.86% | 0.45% | - |
| HSV(B) | 14.62º | 0.92% | 0.84% | - |
| XYZ | 29.37 | 17.85 | 2.39 | - |
| YUV | 103.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 16 | 0 | 0.70 | 0.92 | 0.16 | 14.62 | 0.86 | 0.45 |
| Hex | D5 | 40 | 10 | 0 | 46 | 5C | 10 | F | 56 | 2D |
| Octal | 325 | 100 | 20 | 0 | 106 | 134 | 20 | 17 | 126 | 55 |
| Binary | 11010101 | 1000000 | 10000 | 0 | 1000110 | 1011100 | 10000 | 1111 | 1010110 | 101101 |
Color Harmonies of #D54010
Complementary color
Monochromatic Colors of #D54010
Black with #D54010
Text Example
Text Example
White with #D54010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54010; }
p { color: rgb(213,64,16); }
H1.HeaderClassName
{
color: #D54010;
}
.AnyTagClassName
{
color: #D54010;
}
</style>
background-color css
<style>
a { background-color: #D54010; }
a { background-color: rgb(213,64,16); }
div.DivClassName
{
background-color: #D54010;
}
.BgClassName
{
background-color: #D54010;
}
</style>
border-color css
<style>
span { border-color: #D54010; }
span { border-color: rgb(213,64,16); }
td.TdClassName
{
border-color: #D54010;
}
.TagClassName
{
border-color: #D54010;
}
</style>