Html Css Color HEX #D3411D Harley Davidson Orange
📋 copy color: '#D3411D'red 211 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #D3411D
Tints of Harley Davidson Orange #D3411D
RGB
CMYK
RGB Variations
Color information
#D3411D (or 0xD3411D) is known color: Harley Davidson Orange. HEX triplet: D3, 41 and 1D. RGB value is (211,65,29). Sum of RGB (Red+Green+Blue) = 211+65+29=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3411D is #2CBEE2. Grayscale: #686868. Windows color (decimal): -2932451 or 1917395. OLE color: 1917395.
HSL color Cylindrical-coordinate representation of color #D3411D: hue angle of 11.87º 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 #D3411D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.17 |
| HSL | 11.87º | 0.76% | 0.47% | - |
| HSV(B) | 11.87º | 0.86% | 0.83% | - |
| XYZ | 28.98 | 17.72 | 3.06 | - |
| YUV | 104.55 | 85.37 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 29 | 0 | 0.69 | 0.86 | 0.17 | 11.87 | 0.76 | 0.47 |
| Hex | D3 | 41 | 1D | 0 | 45 | 56 | 11 | C | 4C | 2F |
| Octal | 323 | 101 | 35 | 0 | 105 | 126 | 21 | 14 | 114 | 57 |
| Binary | 11010011 | 1000001 | 11101 | 0 | 1000101 | 1010110 | 10001 | 1100 | 1001100 | 101111 |
Color Harmonies of #D3411D
Complementary color
Monochromatic Colors of #D3411D
Black with #D3411D
Text Example
Text Example
White with #D3411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3411D; }
p { color: rgb(211,65,29); }
H1.HeaderClassName
{
color: #D3411D;
}
.AnyTagClassName
{
color: #D3411D;
}
</style>
background-color css
<style>
a { background-color: #D3411D; }
a { background-color: rgb(211,65,29); }
div.DivClassName
{
background-color: #D3411D;
}
.BgClassName
{
background-color: #D3411D;
}
</style>
border-color css
<style>
span { border-color: #D3411D; }
span { border-color: rgb(211,65,29); }
td.TdClassName
{
border-color: #D3411D;
}
.TagClassName
{
border-color: #D3411D;
}
</style>