Html Css Color HEX #D2471C Harley Davidson Orange
📋 copy color: '#D2471C'red 210 ◦ green 71 ◦ blue 28
Shades of Harley Davidson Orange #D2471C
Tints of Harley Davidson Orange #D2471C
RGB
CMYK
RGB Variations
Color information
#D2471C (or 0xD2471C) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 1C. RGB value is (210,71,28). Sum of RGB (Red+Green+Blue) = 210+71+28=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2471C is #2DB8E3. Grayscale: #6B6B6B. Windows color (decimal): -2996452 or 1853394. OLE color: 1853394.
HSL color Cylindrical-coordinate representation of color #D2471C: hue angle of 14.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2471C is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 28 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.18 |
| HSL | 14.18º | 0.76% | 0.47% | - |
| HSV(B) | 14.18º | 0.87% | 0.82% | - |
| XYZ | 29.04 | 18.29 | 3.1 | - |
| YUV | 107.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 28 | 0 | 0.66 | 0.87 | 0.18 | 14.18 | 0.76 | 0.47 |
| Hex | D2 | 47 | 1C | 0 | 42 | 57 | 12 | E | 4C | 2F |
| Octal | 322 | 107 | 34 | 0 | 102 | 127 | 22 | 16 | 114 | 57 |
| Binary | 11010010 | 1000111 | 11100 | 0 | 1000010 | 1010111 | 10010 | 1110 | 1001100 | 101111 |
Color Harmonies of #D2471C
Complementary color
Monochromatic Colors of #D2471C
Black with #D2471C
Text Example
Text Example
White with #D2471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2471C; }
p { color: rgb(210,71,28); }
H1.HeaderClassName
{
color: #D2471C;
}
.AnyTagClassName
{
color: #D2471C;
}
</style>
background-color css
<style>
a { background-color: #D2471C; }
a { background-color: rgb(210,71,28); }
div.DivClassName
{
background-color: #D2471C;
}
.BgClassName
{
background-color: #D2471C;
}
</style>
border-color css
<style>
span { border-color: #D2471C; }
span { border-color: rgb(210,71,28); }
td.TdClassName
{
border-color: #D2471C;
}
.TagClassName
{
border-color: #D2471C;
}
</style>