Html Css Color HEX #D3290B Harley Davidson Orange
📋 copy color: '#D3290B'red 211 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #D3290B
Tints of Harley Davidson Orange #D3290B
RGB
CMYK
RGB Variations
Color information
#D3290B (or 0xD3290B) is known color: Harley Davidson Orange. HEX triplet: D3, 29 and 0B. RGB value is (211,41,11). Sum of RGB (Red+Green+Blue) = 211+41+11=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3290B is #2CD6F4. Grayscale: #585858. Windows color (decimal): -2938613 or 731603. OLE color: 731603.
HSL color Cylindrical-coordinate representation of color #D3290B: hue angle of 9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3290B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.17 |
| HSL | 9º | 0.9% | 0.44% | - |
| HSV(B) | 9º | 0.95% | 0.83% | - |
| XYZ | 27.72 | 15.46 | 1.84 | - |
| YUV | 88.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 11 | 0 | 0.81 | 0.95 | 0.17 | 9 | 0.9 | 0.44 |
| Hex | D3 | 29 | B | 0 | 51 | 5F | 11 | 9 | 5A | 2C |
| Octal | 323 | 51 | 13 | 0 | 121 | 137 | 21 | 11 | 132 | 54 |
| Binary | 11010011 | 101001 | 1011 | 0 | 1010001 | 1011111 | 10001 | 1001 | 1011010 | 101100 |
Color Harmonies of #D3290B
Complementary color
Monochromatic Colors of #D3290B
Black with #D3290B
Text Example
Text Example
White with #D3290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3290B; }
p { color: rgb(211,41,11); }
H1.HeaderClassName
{
color: #D3290B;
}
.AnyTagClassName
{
color: #D3290B;
}
</style>
background-color css
<style>
a { background-color: #D3290B; }
a { background-color: rgb(211,41,11); }
div.DivClassName
{
background-color: #D3290B;
}
.BgClassName
{
background-color: #D3290B;
}
</style>
border-color css
<style>
span { border-color: #D3290B; }
span { border-color: rgb(211,41,11); }
td.TdClassName
{
border-color: #D3290B;
}
.TagClassName
{
border-color: #D3290B;
}
</style>