Html Css Color HEX #D3401D Harley Davidson Orange
📋 copy color: '#D3401D'red 211 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #D3401D
Tints of Harley Davidson Orange #D3401D
RGB
CMYK
RGB Variations
Color information
#D3401D (or 0xD3401D) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 1D. RGB value is (211,64,29). Sum of RGB (Red+Green+Blue) = 211+64+29=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3401D is #2CBFE2. Grayscale: #686868. Windows color (decimal): -2932707 or 1917139. OLE color: 1917139.
HSL color Cylindrical-coordinate representation of color #D3401D: hue angle of 11.54º 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 #D3401D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.17 |
| HSL | 11.54º | 0.76% | 0.47% | - |
| HSV(B) | 11.54º | 0.86% | 0.83% | - |
| XYZ | 28.92 | 17.6 | 3.04 | - |
| YUV | 103.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 29 | 0 | 0.70 | 0.86 | 0.17 | 11.54 | 0.76 | 0.47 |
| Hex | D3 | 40 | 1D | 0 | 46 | 56 | 11 | C | 4C | 2F |
| Octal | 323 | 100 | 35 | 0 | 106 | 126 | 21 | 14 | 114 | 57 |
| Binary | 11010011 | 1000000 | 11101 | 0 | 1000110 | 1010110 | 10001 | 1100 | 1001100 | 101111 |
Color Harmonies of #D3401D
Complementary color
Monochromatic Colors of #D3401D
Black with #D3401D
Text Example
Text Example
White with #D3401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3401D; }
p { color: rgb(211,64,29); }
H1.HeaderClassName
{
color: #D3401D;
}
.AnyTagClassName
{
color: #D3401D;
}
</style>
background-color css
<style>
a { background-color: #D3401D; }
a { background-color: rgb(211,64,29); }
div.DivClassName
{
background-color: #D3401D;
}
.BgClassName
{
background-color: #D3401D;
}
</style>
border-color css
<style>
span { border-color: #D3401D; }
span { border-color: rgb(211,64,29); }
td.TdClassName
{
border-color: #D3401D;
}
.TagClassName
{
border-color: #D3401D;
}
</style>