Html Css Color HEX #D24715 Harley Davidson Orange
📋 copy color: '#D24715'red 210 ◦ green 71 ◦ blue 21
Shades of Harley Davidson Orange #D24715
Tints of Harley Davidson Orange #D24715
RGB
CMYK
RGB Variations
Color information
#D24715 (or 0xD24715) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 15. RGB value is (210,71,21). Sum of RGB (Red+Green+Blue) = 210+71+21=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D24715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24715 is #2DB8EA. Grayscale: #6B6B6B. Windows color (decimal): -2996459 or 1394642. OLE color: 1394642.
HSL color Cylindrical-coordinate representation of color #D24715: hue angle of 15.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24715 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 21 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.18 |
| HSL | 15.87º | 0.82% | 0.45% | - |
| HSV(B) | 15.87º | 0.9% | 0.82% | - |
| XYZ | 28.97 | 18.26 | 2.71 | - |
| YUV | 106.86 | 79.55 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 21 | 0 | 0.66 | 0.90 | 0.18 | 15.87 | 0.82 | 0.45 |
| Hex | D2 | 47 | 15 | 0 | 42 | 5A | 12 | 10 | 52 | 2D |
| Octal | 322 | 107 | 25 | 0 | 102 | 132 | 22 | 20 | 122 | 55 |
| Binary | 11010010 | 1000111 | 10101 | 0 | 1000010 | 1011010 | 10010 | 10000 | 1010010 | 101101 |
Color Harmonies of #D24715
Complementary color
Monochromatic Colors of #D24715
Black with #D24715
Text Example
Text Example
White with #D24715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24715; }
p { color: rgb(210,71,21); }
H1.HeaderClassName
{
color: #D24715;
}
.AnyTagClassName
{
color: #D24715;
}
</style>
background-color css
<style>
a { background-color: #D24715; }
a { background-color: rgb(210,71,21); }
div.DivClassName
{
background-color: #D24715;
}
.BgClassName
{
background-color: #D24715;
}
</style>
border-color css
<style>
span { border-color: #D24715; }
span { border-color: rgb(210,71,21); }
td.TdClassName
{
border-color: #D24715;
}
.TagClassName
{
border-color: #D24715;
}
</style>