Html Css Color HEX #D3211D Harley Davidson Orange
📋 copy color: '#D3211D'red 211 ◦ green 33 ◦ blue 29
Shades of Harley Davidson Orange #D3211D
Tints of Harley Davidson Orange #D3211D
RGB
CMYK
RGB Variations
Color information
#D3211D (or 0xD3211D) is known color: Harley Davidson Orange. HEX triplet: D3, 21 and 1D. RGB value is (211,33,29). Sum of RGB (Red+Green+Blue) = 211+33+29=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D3211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3211D is #2CDEE2. Grayscale: #555555. Windows color (decimal): -2940643 or 1909203. OLE color: 1909203.
HSL color Cylindrical-coordinate representation of color #D3211D: hue angle of 1.32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.17 |
| HSL | 1.32º | 0.76% | 0.47% | - |
| HSV(B) | 1.32º | 0.86% | 0.83% | - |
| XYZ | 27.63 | 15.03 | 2.61 | - |
| YUV | 85.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 29 | 0 | 0.84 | 0.86 | 0.17 | 1.32 | 0.76 | 0.47 |
| Hex | D3 | 21 | 1D | 0 | 54 | 56 | 11 | 1 | 4C | 2F |
| Octal | 323 | 41 | 35 | 0 | 124 | 126 | 21 | 1 | 114 | 57 |
| Binary | 11010011 | 100001 | 11101 | 0 | 1010100 | 1010110 | 10001 | 1 | 1001100 | 101111 |
Color Harmonies of #D3211D
Complementary color
Monochromatic Colors of #D3211D
Black with #D3211D
Text Example
Text Example
White with #D3211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3211D; }
p { color: rgb(211,33,29); }
H1.HeaderClassName
{
color: #D3211D;
}
.AnyTagClassName
{
color: #D3211D;
}
</style>
background-color css
<style>
a { background-color: #D3211D; }
a { background-color: rgb(211,33,29); }
div.DivClassName
{
background-color: #D3211D;
}
.BgClassName
{
background-color: #D3211D;
}
</style>
border-color css
<style>
span { border-color: #D3211D; }
span { border-color: rgb(211,33,29); }
td.TdClassName
{
border-color: #D3211D;
}
.TagClassName
{
border-color: #D3211D;
}
</style>