Html Css Color HEX #D3391D Harley Davidson Orange
📋 copy color: '#D3391D'red 211 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #D3391D
Tints of Harley Davidson Orange #D3391D
RGB
CMYK
RGB Variations
Color information
#D3391D (or 0xD3391D) is known color: Harley Davidson Orange. HEX triplet: D3, 39 and 1D. RGB value is (211,57,29). Sum of RGB (Red+Green+Blue) = 211+57+29=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D3391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3391D is #2CC6E2. Grayscale: #646464. Windows color (decimal): -2934499 or 1915347. OLE color: 1915347.
HSL color Cylindrical-coordinate representation of color #D3391D: hue angle of 9.23º 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 #D3391D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 29 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.17 |
| HSL | 9.23º | 0.76% | 0.47% | - |
| HSV(B) | 9.23º | 0.86% | 0.83% | - |
| XYZ | 28.55 | 16.86 | 2.91 | - |
| YUV | 99.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 29 | 0 | 0.73 | 0.86 | 0.17 | 9.23 | 0.76 | 0.47 |
| Hex | D3 | 39 | 1D | 0 | 49 | 56 | 11 | 9 | 4C | 2F |
| Octal | 323 | 71 | 35 | 0 | 111 | 126 | 21 | 11 | 114 | 57 |
| Binary | 11010011 | 111001 | 11101 | 0 | 1001001 | 1010110 | 10001 | 1001 | 1001100 | 101111 |
Color Harmonies of #D3391D
Complementary color
Monochromatic Colors of #D3391D
Black with #D3391D
Text Example
Text Example
White with #D3391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3391D; }
p { color: rgb(211,57,29); }
H1.HeaderClassName
{
color: #D3391D;
}
.AnyTagClassName
{
color: #D3391D;
}
</style>
background-color css
<style>
a { background-color: #D3391D; }
a { background-color: rgb(211,57,29); }
div.DivClassName
{
background-color: #D3391D;
}
.BgClassName
{
background-color: #D3391D;
}
</style>
border-color css
<style>
span { border-color: #D3391D; }
span { border-color: rgb(211,57,29); }
td.TdClassName
{
border-color: #D3391D;
}
.TagClassName
{
border-color: #D3391D;
}
</style>