Html Css Color HEX #D3491E Harley Davidson Orange
📋 copy color: '#D3491E'red 211 ◦ green 73 ◦ blue 30
Shades of Harley Davidson Orange #D3491E
Tints of Harley Davidson Orange #D3491E
RGB
CMYK
RGB Variations
Color information
#D3491E (or 0xD3491E) is known color: Harley Davidson Orange. HEX triplet: D3, 49 and 1E. RGB value is (211,73,30). Sum of RGB (Red+Green+Blue) = 211+73+30=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D3491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3491E is #2CB6E1. Grayscale: #6D6D6D. Windows color (decimal): -2930402 or 1984979. OLE color: 1984979.
HSL color Cylindrical-coordinate representation of color #D3491E: hue angle of 14.25º degrees, saturation: 0.75, 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 #D3491E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.17 |
| HSL | 14.25º | 0.75% | 0.47% | - |
| HSV(B) | 14.25º | 0.86% | 0.83% | - |
| XYZ | 29.48 | 18.71 | 3.29 | - |
| YUV | 109.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 30 | 0 | 0.65 | 0.86 | 0.17 | 14.25 | 0.75 | 0.47 |
| Hex | D3 | 49 | 1E | 0 | 41 | 56 | 11 | E | 4B | 2F |
| Octal | 323 | 111 | 36 | 0 | 101 | 126 | 21 | 16 | 113 | 57 |
| Binary | 11010011 | 1001001 | 11110 | 0 | 1000001 | 1010110 | 10001 | 1110 | 1001011 | 101111 |
Color Harmonies of #D3491E
Complementary color
Monochromatic Colors of #D3491E
Black with #D3491E
Text Example
Text Example
White with #D3491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3491E; }
p { color: rgb(211,73,30); }
H1.HeaderClassName
{
color: #D3491E;
}
.AnyTagClassName
{
color: #D3491E;
}
</style>
background-color css
<style>
a { background-color: #D3491E; }
a { background-color: rgb(211,73,30); }
div.DivClassName
{
background-color: #D3491E;
}
.BgClassName
{
background-color: #D3491E;
}
</style>
border-color css
<style>
span { border-color: #D3491E; }
span { border-color: rgb(211,73,30); }
td.TdClassName
{
border-color: #D3491E;
}
.TagClassName
{
border-color: #D3491E;
}
</style>