Html Css Color HEX #D24215 Harley Davidson Orange
📋 copy color: '#D24215'red 210 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #D24215
Tints of Harley Davidson Orange #D24215
RGB
CMYK
RGB Variations
Color information
#D24215 (or 0xD24215) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 15. RGB value is (210,66,21). Sum of RGB (Red+Green+Blue) = 210+66+21=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24215 is #2DBDEA. Grayscale: #686868. Windows color (decimal): -2997739 or 1393362. OLE color: 1393362.
HSL color Cylindrical-coordinate representation of color #D24215: hue angle of 14.29º 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 #D24215 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.18 |
| HSL | 14.29º | 0.82% | 0.45% | - |
| HSV(B) | 14.29º | 0.9% | 0.82% | - |
| XYZ | 28.66 | 17.65 | 2.61 | - |
| YUV | 103.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 21 | 0 | 0.69 | 0.90 | 0.18 | 14.29 | 0.82 | 0.45 |
| Hex | D2 | 42 | 15 | 0 | 45 | 5A | 12 | E | 52 | 2D |
| Octal | 322 | 102 | 25 | 0 | 105 | 132 | 22 | 16 | 122 | 55 |
| Binary | 11010010 | 1000010 | 10101 | 0 | 1000101 | 1011010 | 10010 | 1110 | 1010010 | 101101 |
Color Harmonies of #D24215
Complementary color
Monochromatic Colors of #D24215
Black with #D24215
Text Example
Text Example
White with #D24215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24215; }
p { color: rgb(210,66,21); }
H1.HeaderClassName
{
color: #D24215;
}
.AnyTagClassName
{
color: #D24215;
}
</style>
background-color css
<style>
a { background-color: #D24215; }
a { background-color: rgb(210,66,21); }
div.DivClassName
{
background-color: #D24215;
}
.BgClassName
{
background-color: #D24215;
}
</style>
border-color css
<style>
span { border-color: #D24215; }
span { border-color: rgb(210,66,21); }
td.TdClassName
{
border-color: #D24215;
}
.TagClassName
{
border-color: #D24215;
}
</style>