Html Css Color HEX #D2470D Harley Davidson Orange
📋 copy color: '#D2470D'red 210 ◦ green 71 ◦ blue 13
Shades of Harley Davidson Orange #D2470D
Tints of Harley Davidson Orange #D2470D
RGB
CMYK
RGB Variations
Color information
#D2470D (or 0xD2470D) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 0D. RGB value is (210,71,13). Sum of RGB (Red+Green+Blue) = 210+71+13=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2470D is #2DB8F2. Grayscale: #6A6A6A. Windows color (decimal): -2996467 or 870354. OLE color: 870354.
HSL color Cylindrical-coordinate representation of color #D2470D: hue angle of 17.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2470D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.18 |
| HSL | 17.66º | 0.88% | 0.44% | - |
| HSV(B) | 17.66º | 0.94% | 0.82% | - |
| XYZ | 28.9 | 18.24 | 2.38 | - |
| YUV | 105.95 | 75.55 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 13 | 0 | 0.66 | 0.94 | 0.18 | 17.66 | 0.88 | 0.44 |
| Hex | D2 | 47 | D | 0 | 42 | 5E | 12 | 12 | 58 | 2C |
| Octal | 322 | 107 | 15 | 0 | 102 | 136 | 22 | 22 | 130 | 54 |
| Binary | 11010010 | 1000111 | 1101 | 0 | 1000010 | 1011110 | 10010 | 10010 | 1011000 | 101100 |
Color Harmonies of #D2470D
Complementary color
Monochromatic Colors of #D2470D
Black with #D2470D
Text Example
Text Example
White with #D2470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2470D; }
p { color: rgb(210,71,13); }
H1.HeaderClassName
{
color: #D2470D;
}
.AnyTagClassName
{
color: #D2470D;
}
</style>
background-color css
<style>
a { background-color: #D2470D; }
a { background-color: rgb(210,71,13); }
div.DivClassName
{
background-color: #D2470D;
}
.BgClassName
{
background-color: #D2470D;
}
</style>
border-color css
<style>
span { border-color: #D2470D; }
span { border-color: rgb(210,71,13); }
td.TdClassName
{
border-color: #D2470D;
}
.TagClassName
{
border-color: #D2470D;
}
</style>