Html Css Color HEX #D54A16 Harley Davidson Orange
📋 copy color: '#D54A16'red 213 ◦ green 74 ◦ blue 22
Shades of Harley Davidson Orange #D54A16
Tints of Harley Davidson Orange #D54A16
RGB
CMYK
RGB Variations
Color information
#D54A16 (or 0xD54A16) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 16. RGB value is (213,74,22). Sum of RGB (Red+Green+Blue) = 213+74+22=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A16 is #2AB5E9. Grayscale: #6D6D6D. Windows color (decimal): -2799082 or 1460949. OLE color: 1460949.
HSL color Cylindrical-coordinate representation of color #D54A16: hue angle of 16.34º 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 #D54A16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.16 |
| HSL | 16.34º | 0.81% | 0.46% | - |
| HSV(B) | 16.34º | 0.9% | 0.84% | - |
| XYZ | 30.03 | 19.1 | 2.86 | - |
| YUV | 109.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 22 | 0 | 0.65 | 0.90 | 0.16 | 16.34 | 0.81 | 0.46 |
| Hex | D5 | 4A | 16 | 0 | 41 | 5A | 10 | 10 | 51 | 2E |
| Octal | 325 | 112 | 26 | 0 | 101 | 132 | 20 | 20 | 121 | 56 |
| Binary | 11010101 | 1001010 | 10110 | 0 | 1000001 | 1011010 | 10000 | 10000 | 1010001 | 101110 |
Color Harmonies of #D54A16
Complementary color
Monochromatic Colors of #D54A16
Black with #D54A16
Text Example
Text Example
White with #D54A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A16; }
p { color: rgb(213,74,22); }
H1.HeaderClassName
{
color: #D54A16;
}
.AnyTagClassName
{
color: #D54A16;
}
</style>
background-color css
<style>
a { background-color: #D54A16; }
a { background-color: rgb(213,74,22); }
div.DivClassName
{
background-color: #D54A16;
}
.BgClassName
{
background-color: #D54A16;
}
</style>
border-color css
<style>
span { border-color: #D54A16; }
span { border-color: rgb(213,74,22); }
td.TdClassName
{
border-color: #D54A16;
}
.TagClassName
{
border-color: #D54A16;
}
</style>