Html Css Color HEX #D24511 Harley Davidson Orange
📋 copy color: '#D24511'red 210 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #D24511
Tints of Harley Davidson Orange #D24511
RGB
CMYK
RGB Variations
Color information
#D24511 (or 0xD24511) is known color: Harley Davidson Orange. HEX triplet: D2, 45 and 11. RGB value is (210,69,17). Sum of RGB (Red+Green+Blue) = 210+69+17=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D24511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24511 is #2DBAEE. Grayscale: #696969. Windows color (decimal): -2996975 or 1131986. OLE color: 1131986.
HSL color Cylindrical-coordinate representation of color #D24511: hue angle of 16.17º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.18 |
| HSL | 16.17º | 0.85% | 0.45% | - |
| HSV(B) | 16.17º | 0.92% | 0.82% | - |
| XYZ | 28.81 | 18 | 2.49 | - |
| YUV | 105.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 17 | 0 | 0.67 | 0.92 | 0.18 | 16.17 | 0.85 | 0.45 |
| Hex | D2 | 45 | 11 | 0 | 43 | 5C | 12 | 10 | 55 | 2D |
| Octal | 322 | 105 | 21 | 0 | 103 | 134 | 22 | 20 | 125 | 55 |
| Binary | 11010010 | 1000101 | 10001 | 0 | 1000011 | 1011100 | 10010 | 10000 | 1010101 | 101101 |
Color Harmonies of #D24511
Complementary color
Monochromatic Colors of #D24511
Black with #D24511
Text Example
Text Example
White with #D24511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24511; }
p { color: rgb(210,69,17); }
H1.HeaderClassName
{
color: #D24511;
}
.AnyTagClassName
{
color: #D24511;
}
</style>
background-color css
<style>
a { background-color: #D24511; }
a { background-color: rgb(210,69,17); }
div.DivClassName
{
background-color: #D24511;
}
.BgClassName
{
background-color: #D24511;
}
</style>
border-color css
<style>
span { border-color: #D24511; }
span { border-color: rgb(210,69,17); }
td.TdClassName
{
border-color: #D24511;
}
.TagClassName
{
border-color: #D24511;
}
</style>