Html Css Color HEX #D24420 Harley Davidson Orange
📋 copy color: '#D24420'red 210 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #D24420
Tints of Harley Davidson Orange #D24420
RGB
CMYK
RGB Variations
Color information
#D24420 (or 0xD24420) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 20. RGB value is (210,68,32). Sum of RGB (Red+Green+Blue) = 210+68+32=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D24420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24420 is #2DBBDF. Grayscale: #6A6A6A. Windows color (decimal): -2997216 or 2114770. OLE color: 2114770.
HSL color Cylindrical-coordinate representation of color #D24420: hue angle of 12.13º 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 #D24420 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 32 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.18 |
| HSL | 12.13º | 0.74% | 0.47% | - |
| HSV(B) | 12.13º | 0.85% | 0.82% | - |
| XYZ | 28.91 | 17.94 | 3.31 | - |
| YUV | 106.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 32 | 0 | 0.68 | 0.85 | 0.18 | 12.13 | 0.74 | 0.47 |
| Hex | D2 | 44 | 20 | 0 | 44 | 55 | 12 | C | 4A | 2F |
| Octal | 322 | 104 | 40 | 0 | 104 | 125 | 22 | 14 | 112 | 57 |
| Binary | 11010010 | 1000100 | 100000 | 0 | 1000100 | 1010101 | 10010 | 1100 | 1001010 | 101111 |
Color Harmonies of #D24420
Complementary color
Monochromatic Colors of #D24420
Black with #D24420
Text Example
Text Example
White with #D24420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24420; }
p { color: rgb(210,68,32); }
H1.HeaderClassName
{
color: #D24420;
}
.AnyTagClassName
{
color: #D24420;
}
</style>
background-color css
<style>
a { background-color: #D24420; }
a { background-color: rgb(210,68,32); }
div.DivClassName
{
background-color: #D24420;
}
.BgClassName
{
background-color: #D24420;
}
</style>
border-color css
<style>
span { border-color: #D24420; }
span { border-color: rgb(210,68,32); }
td.TdClassName
{
border-color: #D24420;
}
.TagClassName
{
border-color: #D24420;
}
</style>