Html Css Color HEX #D54520 Harley Davidson Orange
📋 copy color: '#D54520'red 213 ◦ green 69 ◦ blue 32
Shades of Harley Davidson Orange #D54520
Tints of Harley Davidson Orange #D54520
RGB
CMYK
RGB Variations
Color information
#D54520 (or 0xD54520) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 20. RGB value is (213,69,32). Sum of RGB (Red+Green+Blue) = 213+69+32=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D54520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54520 is #2ABADF. Grayscale: #6C6C6C. Windows color (decimal): -2800352 or 2115029. OLE color: 2115029.
HSL color Cylindrical-coordinate representation of color #D54520: hue angle of 12.27º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D54520 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 32 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.16 |
| HSL | 12.27º | 0.74% | 0.48% | - |
| HSV(B) | 12.27º | 0.85% | 0.84% | - |
| XYZ | 29.83 | 18.51 | 3.37 | - |
| YUV | 107.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 32 | 0 | 0.68 | 0.85 | 0.16 | 12.27 | 0.74 | 0.48 |
| Hex | D5 | 45 | 20 | 0 | 44 | 55 | 10 | C | 4A | 30 |
| Octal | 325 | 105 | 40 | 0 | 104 | 125 | 20 | 14 | 112 | 60 |
| Binary | 11010101 | 1000101 | 100000 | 0 | 1000100 | 1010101 | 10000 | 1100 | 1001010 | 110000 |
Color Harmonies of #D54520
Complementary color
Monochromatic Colors of #D54520
Black with #D54520
Text Example
Text Example
White with #D54520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54520; }
p { color: rgb(213,69,32); }
H1.HeaderClassName
{
color: #D54520;
}
.AnyTagClassName
{
color: #D54520;
}
</style>
background-color css
<style>
a { background-color: #D54520; }
a { background-color: rgb(213,69,32); }
div.DivClassName
{
background-color: #D54520;
}
.BgClassName
{
background-color: #D54520;
}
</style>
border-color css
<style>
span { border-color: #D54520; }
span { border-color: rgb(213,69,32); }
td.TdClassName
{
border-color: #D54520;
}
.TagClassName
{
border-color: #D54520;
}
</style>