Html Css Color HEX #D2471F Harley Davidson Orange
📋 copy color: '#D2471F'red 210 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #D2471F
Tints of Harley Davidson Orange #D2471F
RGB
CMYK
RGB Variations
Color information
#D2471F (or 0xD2471F) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 1F. RGB value is (210,71,31). Sum of RGB (Red+Green+Blue) = 210+71+31=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471F is #2DB8E0. Grayscale: #6C6C6C. Windows color (decimal): -2996449 or 2050002. OLE color: 2050002.
HSL color Cylindrical-coordinate representation of color #D2471F: hue angle of 13.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2471F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.18 |
| HSL | 13.41º | 0.74% | 0.47% | - |
| HSV(B) | 13.41º | 0.85% | 0.82% | - |
| XYZ | 29.08 | 18.31 | 3.3 | - |
| YUV | 108 | 84.55 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 31 | 0 | 0.66 | 0.85 | 0.18 | 13.41 | 0.74 | 0.47 |
| Hex | D2 | 47 | 1F | 0 | 42 | 55 | 12 | D | 4A | 2F |
| Octal | 322 | 107 | 37 | 0 | 102 | 125 | 22 | 15 | 112 | 57 |
| Binary | 11010010 | 1000111 | 11111 | 0 | 1000010 | 1010101 | 10010 | 1101 | 1001010 | 101111 |
Color Harmonies of #D2471F
Complementary color
Monochromatic Colors of #D2471F
Black with #D2471F
Text Example
Text Example
White with #D2471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2471F; }
p { color: rgb(210,71,31); }
H1.HeaderClassName
{
color: #D2471F;
}
.AnyTagClassName
{
color: #D2471F;
}
</style>
background-color css
<style>
a { background-color: #D2471F; }
a { background-color: rgb(210,71,31); }
div.DivClassName
{
background-color: #D2471F;
}
.BgClassName
{
background-color: #D2471F;
}
</style>
border-color css
<style>
span { border-color: #D2471F; }
span { border-color: rgb(210,71,31); }
td.TdClassName
{
border-color: #D2471F;
}
.TagClassName
{
border-color: #D2471F;
}
</style>