Html Css Color HEX #D24713 Harley Davidson Orange
📋 copy color: '#D24713'red 210 ◦ green 71 ◦ blue 19
Shades of Harley Davidson Orange #D24713
Tints of Harley Davidson Orange #D24713
RGB
CMYK
RGB Variations
Color information
#D24713 (or 0xD24713) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 13. RGB value is (210,71,19). Sum of RGB (Red+Green+Blue) = 210+71+19=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D24713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24713 is #2DB8EC. Grayscale: #6A6A6A. Windows color (decimal): -2996461 or 1263570. OLE color: 1263570.
HSL color Cylindrical-coordinate representation of color #D24713: hue angle of 16.34º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24713 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 19 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.18 |
| HSL | 16.34º | 0.83% | 0.45% | - |
| HSV(B) | 16.34º | 0.91% | 0.82% | - |
| XYZ | 28.95 | 18.26 | 2.61 | - |
| YUV | 106.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 19 | 0 | 0.66 | 0.91 | 0.18 | 16.34 | 0.83 | 0.45 |
| Hex | D2 | 47 | 13 | 0 | 42 | 5B | 12 | 10 | 53 | 2D |
| Octal | 322 | 107 | 23 | 0 | 102 | 133 | 22 | 20 | 123 | 55 |
| Binary | 11010010 | 1000111 | 10011 | 0 | 1000010 | 1011011 | 10010 | 10000 | 1010011 | 101101 |
Color Harmonies of #D24713
Complementary color
Monochromatic Colors of #D24713
Black with #D24713
Text Example
Text Example
White with #D24713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24713; }
p { color: rgb(210,71,19); }
H1.HeaderClassName
{
color: #D24713;
}
.AnyTagClassName
{
color: #D24713;
}
</style>
background-color css
<style>
a { background-color: #D24713; }
a { background-color: rgb(210,71,19); }
div.DivClassName
{
background-color: #D24713;
}
.BgClassName
{
background-color: #D24713;
}
</style>
border-color css
<style>
span { border-color: #D24713; }
span { border-color: rgb(210,71,19); }
td.TdClassName
{
border-color: #D24713;
}
.TagClassName
{
border-color: #D24713;
}
</style>