Html Css Color HEX #D54518 Harley Davidson Orange
📋 copy color: '#D54518'red 213 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #D54518
Tints of Harley Davidson Orange #D54518
RGB
CMYK
RGB Variations
Color information
#D54518 (or 0xD54518) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 18. RGB value is (213,69,24). Sum of RGB (Red+Green+Blue) = 213+69+24=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D54518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54518 is #2ABAE7. Grayscale: #6B6B6B. Windows color (decimal): -2800360 or 1590741. OLE color: 1590741.
HSL color Cylindrical-coordinate representation of color #D54518: hue angle of 14.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D54518 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.16 |
| HSL | 14.29º | 0.8% | 0.46% | - |
| HSV(B) | 14.29º | 0.89% | 0.84% | - |
| XYZ | 29.73 | 18.47 | 2.86 | - |
| YUV | 106.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 24 | 0 | 0.68 | 0.89 | 0.16 | 14.29 | 0.8 | 0.46 |
| Hex | D5 | 45 | 18 | 0 | 44 | 59 | 10 | E | 50 | 2E |
| Octal | 325 | 105 | 30 | 0 | 104 | 131 | 20 | 16 | 120 | 56 |
| Binary | 11010101 | 1000101 | 11000 | 0 | 1000100 | 1011001 | 10000 | 1110 | 1010000 | 101110 |
Color Harmonies of #D54518
Complementary color
Monochromatic Colors of #D54518
Black with #D54518
Text Example
Text Example
White with #D54518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54518; }
p { color: rgb(213,69,24); }
H1.HeaderClassName
{
color: #D54518;
}
.AnyTagClassName
{
color: #D54518;
}
</style>
background-color css
<style>
a { background-color: #D54518; }
a { background-color: rgb(213,69,24); }
div.DivClassName
{
background-color: #D54518;
}
.BgClassName
{
background-color: #D54518;
}
</style>
border-color css
<style>
span { border-color: #D54518; }
span { border-color: rgb(213,69,24); }
td.TdClassName
{
border-color: #D54518;
}
.TagClassName
{
border-color: #D54518;
}
</style>