Html Css Color HEX #D3291D Harley Davidson Orange
📋 copy color: '#D3291D'red 211 ◦ green 41 ◦ blue 29
Shades of Harley Davidson Orange #D3291D
Tints of Harley Davidson Orange #D3291D
RGB
CMYK
RGB Variations
Color information
#D3291D (or 0xD3291D) is known color: Harley Davidson Orange. HEX triplet: D3, 29 and 1D. RGB value is (211,41,29). Sum of RGB (Red+Green+Blue) = 211+41+29=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D3291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3291D is #2CD6E2. Grayscale: #5A5A5A. Windows color (decimal): -2938595 or 1911251. OLE color: 1911251.
HSL color Cylindrical-coordinate representation of color #D3291D: hue angle of 3.96º 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 #D3291D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.17 |
| HSL | 3.96º | 0.76% | 0.47% | - |
| HSV(B) | 3.96º | 0.86% | 0.83% | - |
| XYZ | 27.88 | 15.52 | 2.69 | - |
| YUV | 90.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 29 | 0 | 0.81 | 0.86 | 0.17 | 3.96 | 0.76 | 0.47 |
| Hex | D3 | 29 | 1D | 0 | 51 | 56 | 11 | 4 | 4C | 2F |
| Octal | 323 | 51 | 35 | 0 | 121 | 126 | 21 | 4 | 114 | 57 |
| Binary | 11010011 | 101001 | 11101 | 0 | 1010001 | 1010110 | 10001 | 100 | 1001100 | 101111 |
Color Harmonies of #D3291D
Complementary color
Monochromatic Colors of #D3291D
Black with #D3291D
Text Example
Text Example
White with #D3291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3291D; }
p { color: rgb(211,41,29); }
H1.HeaderClassName
{
color: #D3291D;
}
.AnyTagClassName
{
color: #D3291D;
}
</style>
background-color css
<style>
a { background-color: #D3291D; }
a { background-color: rgb(211,41,29); }
div.DivClassName
{
background-color: #D3291D;
}
.BgClassName
{
background-color: #D3291D;
}
</style>
border-color css
<style>
span { border-color: #D3291D; }
span { border-color: rgb(211,41,29); }
td.TdClassName
{
border-color: #D3291D;
}
.TagClassName
{
border-color: #D3291D;
}
</style>