Html Css Color HEX #D1211D Harley Davidson Orange
📋 copy color: '#D1211D'red 209 ◦ green 33 ◦ blue 29
Shades of Harley Davidson Orange #D1211D
Tints of Harley Davidson Orange #D1211D
RGB
CMYK
RGB Variations
Color information
#D1211D (or 0xD1211D) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 1D. RGB value is (209,33,29). Sum of RGB (Red+Green+Blue) = 209+33+29=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1211D is #2EDEE2. Grayscale: #555555. Windows color (decimal): -3071715 or 1909201. OLE color: 1909201.
HSL color Cylindrical-coordinate representation of color #D1211D: hue angle of 1.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.18 |
| HSL | 1.33º | 0.76% | 0.47% | - |
| HSV(B) | 1.33º | 0.86% | 0.82% | - |
| XYZ | 27.06 | 14.73 | 2.58 | - |
| YUV | 85.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 29 | 0 | 0.84 | 0.86 | 0.18 | 1.33 | 0.76 | 0.47 |
| Hex | D1 | 21 | 1D | 0 | 54 | 56 | 12 | 1 | 4C | 2F |
| Octal | 321 | 41 | 35 | 0 | 124 | 126 | 22 | 1 | 114 | 57 |
| Binary | 11010001 | 100001 | 11101 | 0 | 1010100 | 1010110 | 10010 | 1 | 1001100 | 101111 |
Color Harmonies of #D1211D
Complementary color
Monochromatic Colors of #D1211D
Black with #D1211D
Text Example
Text Example
White with #D1211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1211D; }
p { color: rgb(209,33,29); }
H1.HeaderClassName
{
color: #D1211D;
}
.AnyTagClassName
{
color: #D1211D;
}
</style>
background-color css
<style>
a { background-color: #D1211D; }
a { background-color: rgb(209,33,29); }
div.DivClassName
{
background-color: #D1211D;
}
.BgClassName
{
background-color: #D1211D;
}
</style>
border-color css
<style>
span { border-color: #D1211D; }
span { border-color: rgb(209,33,29); }
td.TdClassName
{
border-color: #D1211D;
}
.TagClassName
{
border-color: #D1211D;
}
</style>