Html Css Color HEX #D24019 Harley Davidson Orange
📋 copy color: '#D24019'red 210 ◦ green 64 ◦ blue 25
Shades of Harley Davidson Orange #D24019
Tints of Harley Davidson Orange #D24019
RGB
CMYK
RGB Variations
Color information
#D24019 (or 0xD24019) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 19. RGB value is (210,64,25). Sum of RGB (Red+Green+Blue) = 210+64+25=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24019 is #2DBFE6. Grayscale: #676767. Windows color (decimal): -2998247 or 1654994. OLE color: 1654994.
HSL color Cylindrical-coordinate representation of color #D24019: hue angle of 12.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D24019 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 25 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.18 |
| HSL | 12.65º | 0.79% | 0.46% | - |
| HSV(B) | 12.65º | 0.88% | 0.82% | - |
| XYZ | 28.59 | 17.44 | 2.78 | - |
| YUV | 103.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 25 | 0 | 0.70 | 0.88 | 0.18 | 12.65 | 0.79 | 0.46 |
| Hex | D2 | 40 | 19 | 0 | 46 | 58 | 12 | D | 4F | 2E |
| Octal | 322 | 100 | 31 | 0 | 106 | 130 | 22 | 15 | 117 | 56 |
| Binary | 11010010 | 1000000 | 11001 | 0 | 1000110 | 1011000 | 10010 | 1101 | 1001111 | 101110 |
Color Harmonies of #D24019
Complementary color
Monochromatic Colors of #D24019
Black with #D24019
Text Example
Text Example
White with #D24019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24019; }
p { color: rgb(210,64,25); }
H1.HeaderClassName
{
color: #D24019;
}
.AnyTagClassName
{
color: #D24019;
}
</style>
background-color css
<style>
a { background-color: #D24019; }
a { background-color: rgb(210,64,25); }
div.DivClassName
{
background-color: #D24019;
}
.BgClassName
{
background-color: #D24019;
}
</style>
border-color css
<style>
span { border-color: #D24019; }
span { border-color: rgb(210,64,25); }
td.TdClassName
{
border-color: #D24019;
}
.TagClassName
{
border-color: #D24019;
}
</style>