Html Css Color HEX #D3491A Harley Davidson Orange
📋 copy color: '#D3491A'red 211 ◦ green 73 ◦ blue 26
Shades of Harley Davidson Orange #D3491A
Tints of Harley Davidson Orange #D3491A
RGB
CMYK
RGB Variations
Color information
#D3491A (or 0xD3491A) is known color: Harley Davidson Orange. HEX triplet: D3, 49 and 1A. RGB value is (211,73,26). Sum of RGB (Red+Green+Blue) = 211+73+26=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3491A is #2CB6E5. Grayscale: #6D6D6D. Windows color (decimal): -2930406 or 1722835. OLE color: 1722835.
HSL color Cylindrical-coordinate representation of color #D3491A: hue angle of 15.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3491A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 26 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.17 |
| HSL | 15.24º | 0.78% | 0.46% | - |
| HSV(B) | 15.24º | 0.88% | 0.83% | - |
| XYZ | 29.43 | 18.69 | 3.03 | - |
| YUV | 108.9 | 81.22 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 26 | 0 | 0.65 | 0.88 | 0.17 | 15.24 | 0.78 | 0.46 |
| Hex | D3 | 49 | 1A | 0 | 41 | 58 | 11 | F | 4E | 2E |
| Octal | 323 | 111 | 32 | 0 | 101 | 130 | 21 | 17 | 116 | 56 |
| Binary | 11010011 | 1001001 | 11010 | 0 | 1000001 | 1011000 | 10001 | 1111 | 1001110 | 101110 |
Color Harmonies of #D3491A
Complementary color
Monochromatic Colors of #D3491A
Black with #D3491A
Text Example
Text Example
White with #D3491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3491A; }
p { color: rgb(211,73,26); }
H1.HeaderClassName
{
color: #D3491A;
}
.AnyTagClassName
{
color: #D3491A;
}
</style>
background-color css
<style>
a { background-color: #D3491A; }
a { background-color: rgb(211,73,26); }
div.DivClassName
{
background-color: #D3491A;
}
.BgClassName
{
background-color: #D3491A;
}
</style>
border-color css
<style>
span { border-color: #D3491A; }
span { border-color: rgb(211,73,26); }
td.TdClassName
{
border-color: #D3491A;
}
.TagClassName
{
border-color: #D3491A;
}
</style>