Html Css Color HEX #D24515 Harley Davidson Orange
📋 copy color: '#D24515'red 210 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #D24515
Tints of Harley Davidson Orange #D24515
RGB
CMYK
RGB Variations
Color information
#D24515 (or 0xD24515) is known color: Harley Davidson Orange. HEX triplet: D2, 45 and 15. RGB value is (210,69,21). Sum of RGB (Red+Green+Blue) = 210+69+21=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D24515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24515 is #2DBAEA. Grayscale: #6A6A6A. Windows color (decimal): -2996971 or 1394130. OLE color: 1394130.
HSL color Cylindrical-coordinate representation of color #D24515: hue angle of 15.24º 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 #D24515 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.18 |
| HSL | 15.24º | 0.82% | 0.45% | - |
| HSV(B) | 15.24º | 0.9% | 0.82% | - |
| XYZ | 28.84 | 18.01 | 2.67 | - |
| YUV | 105.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 21 | 0 | 0.67 | 0.90 | 0.18 | 15.24 | 0.82 | 0.45 |
| Hex | D2 | 45 | 15 | 0 | 43 | 5A | 12 | F | 52 | 2D |
| Octal | 322 | 105 | 25 | 0 | 103 | 132 | 22 | 17 | 122 | 55 |
| Binary | 11010010 | 1000101 | 10101 | 0 | 1000011 | 1011010 | 10010 | 1111 | 1010010 | 101101 |
Color Harmonies of #D24515
Complementary color
Monochromatic Colors of #D24515
Black with #D24515
Text Example
Text Example
White with #D24515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24515; }
p { color: rgb(210,69,21); }
H1.HeaderClassName
{
color: #D24515;
}
.AnyTagClassName
{
color: #D24515;
}
</style>
background-color css
<style>
a { background-color: #D24515; }
a { background-color: rgb(210,69,21); }
div.DivClassName
{
background-color: #D24515;
}
.BgClassName
{
background-color: #D24515;
}
</style>
border-color css
<style>
span { border-color: #D24515; }
span { border-color: rgb(210,69,21); }
td.TdClassName
{
border-color: #D24515;
}
.TagClassName
{
border-color: #D24515;
}
</style>