Html Css Color HEX #D3401E Harley Davidson Orange
📋 copy color: '#D3401E'red 211 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #D3401E
Tints of Harley Davidson Orange #D3401E
RGB
CMYK
RGB Variations
Color information
#D3401E (or 0xD3401E) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 1E. RGB value is (211,64,30). Sum of RGB (Red+Green+Blue) = 211+64+30=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3401E is #2CBFE1. Grayscale: #686868. Windows color (decimal): -2932706 or 1982675. OLE color: 1982675.
HSL color Cylindrical-coordinate representation of color #D3401E: hue angle of 11.27º 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 #D3401E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 30 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.17 |
| HSL | 11.27º | 0.75% | 0.47% | - |
| HSV(B) | 11.27º | 0.86% | 0.83% | - |
| XYZ | 28.93 | 17.61 | 3.1 | - |
| YUV | 104.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 30 | 0 | 0.70 | 0.86 | 0.17 | 11.27 | 0.75 | 0.47 |
| Hex | D3 | 40 | 1E | 0 | 46 | 56 | 11 | B | 4B | 2F |
| Octal | 323 | 100 | 36 | 0 | 106 | 126 | 21 | 13 | 113 | 57 |
| Binary | 11010011 | 1000000 | 11110 | 0 | 1000110 | 1010110 | 10001 | 1011 | 1001011 | 101111 |
Color Harmonies of #D3401E
Complementary color
Monochromatic Colors of #D3401E
Black with #D3401E
Text Example
Text Example
White with #D3401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3401E; }
p { color: rgb(211,64,30); }
H1.HeaderClassName
{
color: #D3401E;
}
.AnyTagClassName
{
color: #D3401E;
}
</style>
background-color css
<style>
a { background-color: #D3401E; }
a { background-color: rgb(211,64,30); }
div.DivClassName
{
background-color: #D3401E;
}
.BgClassName
{
background-color: #D3401E;
}
</style>
border-color css
<style>
span { border-color: #D3401E; }
span { border-color: rgb(211,64,30); }
td.TdClassName
{
border-color: #D3401E;
}
.TagClassName
{
border-color: #D3401E;
}
</style>