Html Css Color HEX #D24120 Harley Davidson Orange
📋 copy color: '#D24120'red 210 ◦ green 65 ◦ blue 32
Shades of Harley Davidson Orange #D24120
Tints of Harley Davidson Orange #D24120
RGB
CMYK
RGB Variations
Color information
#D24120 (or 0xD24120) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 20. RGB value is (210,65,32). Sum of RGB (Red+Green+Blue) = 210+65+32=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D24120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24120 is #2DBEDF. Grayscale: #686868. Windows color (decimal): -2997984 or 2114002. OLE color: 2114002.
HSL color Cylindrical-coordinate representation of color #D24120: hue angle of 11.12º 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 #D24120 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 32 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.18 |
| HSL | 11.12º | 0.74% | 0.47% | - |
| HSV(B) | 11.12º | 0.85% | 0.82% | - |
| XYZ | 28.73 | 17.59 | 3.25 | - |
| YUV | 104.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 32 | 0 | 0.69 | 0.85 | 0.18 | 11.12 | 0.74 | 0.47 |
| Hex | D2 | 41 | 20 | 0 | 45 | 55 | 12 | B | 4A | 2F |
| Octal | 322 | 101 | 40 | 0 | 105 | 125 | 22 | 13 | 112 | 57 |
| Binary | 11010010 | 1000001 | 100000 | 0 | 1000101 | 1010101 | 10010 | 1011 | 1001010 | 101111 |
Color Harmonies of #D24120
Complementary color
Monochromatic Colors of #D24120
Black with #D24120
Text Example
Text Example
White with #D24120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24120; }
p { color: rgb(210,65,32); }
H1.HeaderClassName
{
color: #D24120;
}
.AnyTagClassName
{
color: #D24120;
}
</style>
background-color css
<style>
a { background-color: #D24120; }
a { background-color: rgb(210,65,32); }
div.DivClassName
{
background-color: #D24120;
}
.BgClassName
{
background-color: #D24120;
}
</style>
border-color css
<style>
span { border-color: #D24120; }
span { border-color: rgb(210,65,32); }
td.TdClassName
{
border-color: #D24120;
}
.TagClassName
{
border-color: #D24120;
}
</style>