Html Css Color HEX #D23520 Harley Davidson Orange
📋 copy color: '#D23520'red 210 ◦ green 53 ◦ blue 32
Shades of Harley Davidson Orange #D23520
Tints of Harley Davidson Orange #D23520
RGB
CMYK
RGB Variations
Color information
#D23520 (or 0xD23520) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 20. RGB value is (210,53,32). Sum of RGB (Red+Green+Blue) = 210+53+32=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D23520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23520 is #2DCADF. Grayscale: #616161. Windows color (decimal): -3001056 or 2110930. OLE color: 2110930.
HSL color Cylindrical-coordinate representation of color #D23520: hue angle of 7.08º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D23520 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 32 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.18 |
| HSL | 7.08º | 0.74% | 0.47% | - |
| HSV(B) | 7.08º | 0.85% | 0.82% | - |
| XYZ | 28.11 | 16.35 | 3.04 | - |
| YUV | 97.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 32 | 0 | 0.75 | 0.85 | 0.18 | 7.08 | 0.74 | 0.47 |
| Hex | D2 | 35 | 20 | 0 | 4B | 55 | 12 | 7 | 4A | 2F |
| Octal | 322 | 65 | 40 | 0 | 113 | 125 | 22 | 7 | 112 | 57 |
| Binary | 11010010 | 110101 | 100000 | 0 | 1001011 | 1010101 | 10010 | 111 | 1001010 | 101111 |
Color Harmonies of #D23520
Complementary color
Monochromatic Colors of #D23520
Black with #D23520
Text Example
Text Example
White with #D23520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23520; }
p { color: rgb(210,53,32); }
H1.HeaderClassName
{
color: #D23520;
}
.AnyTagClassName
{
color: #D23520;
}
</style>
background-color css
<style>
a { background-color: #D23520; }
a { background-color: rgb(210,53,32); }
div.DivClassName
{
background-color: #D23520;
}
.BgClassName
{
background-color: #D23520;
}
</style>
border-color css
<style>
span { border-color: #D23520; }
span { border-color: rgb(210,53,32); }
td.TdClassName
{
border-color: #D23520;
}
.TagClassName
{
border-color: #D23520;
}
</style>