Html Css Color HEX #D54116 Harley Davidson Orange
📋 copy color: '#D54116'red 213 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #D54116
Tints of Harley Davidson Orange #D54116
RGB
CMYK
RGB Variations
Color information
#D54116 (or 0xD54116) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 16. RGB value is (213,65,22). Sum of RGB (Red+Green+Blue) = 213+65+22=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54116 is #2ABEE9. Grayscale: #686868. Windows color (decimal): -2801386 or 1458645. OLE color: 1458645.
HSL color Cylindrical-coordinate representation of color #D54116: hue angle of 13.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D54116 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.16 |
| HSL | 13.51º | 0.81% | 0.46% | - |
| HSV(B) | 13.51º | 0.9% | 0.84% | - |
| XYZ | 29.48 | 17.98 | 2.68 | - |
| YUV | 104.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 22 | 0 | 0.69 | 0.90 | 0.16 | 13.51 | 0.81 | 0.46 |
| Hex | D5 | 41 | 16 | 0 | 45 | 5A | 10 | E | 51 | 2E |
| Octal | 325 | 101 | 26 | 0 | 105 | 132 | 20 | 16 | 121 | 56 |
| Binary | 11010101 | 1000001 | 10110 | 0 | 1000101 | 1011010 | 10000 | 1110 | 1010001 | 101110 |
Color Harmonies of #D54116
Complementary color
Monochromatic Colors of #D54116
Black with #D54116
Text Example
Text Example
White with #D54116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54116; }
p { color: rgb(213,65,22); }
H1.HeaderClassName
{
color: #D54116;
}
.AnyTagClassName
{
color: #D54116;
}
</style>
background-color css
<style>
a { background-color: #D54116; }
a { background-color: rgb(213,65,22); }
div.DivClassName
{
background-color: #D54116;
}
.BgClassName
{
background-color: #D54116;
}
</style>
border-color css
<style>
span { border-color: #D54116; }
span { border-color: rgb(213,65,22); }
td.TdClassName
{
border-color: #D54116;
}
.TagClassName
{
border-color: #D54116;
}
</style>