Html Css Color HEX #D3401F Harley Davidson Orange
📋 copy color: '#D3401F'red 211 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #D3401F
Tints of Harley Davidson Orange #D3401F
RGB
CMYK
RGB Variations
Color information
#D3401F (or 0xD3401F) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 1F. RGB value is (211,64,31). Sum of RGB (Red+Green+Blue) = 211+64+31=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3401F is #2CBFE0. Grayscale: #686868. Windows color (decimal): -2932705 or 2048211. OLE color: 2048211.
HSL color Cylindrical-coordinate representation of color #D3401F: hue angle of 11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3401F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 31 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.17 |
| HSL | 11º | 0.74% | 0.47% | - |
| HSV(B) | 11º | 0.85% | 0.83% | - |
| XYZ | 28.94 | 17.61 | 3.17 | - |
| YUV | 104.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 31 | 0 | 0.70 | 0.85 | 0.17 | 11 | 0.74 | 0.47 |
| Hex | D3 | 40 | 1F | 0 | 46 | 55 | 11 | B | 4A | 2F |
| Octal | 323 | 100 | 37 | 0 | 106 | 125 | 21 | 13 | 112 | 57 |
| Binary | 11010011 | 1000000 | 11111 | 0 | 1000110 | 1010101 | 10001 | 1011 | 1001010 | 101111 |
Color Harmonies of #D3401F
Complementary color
Monochromatic Colors of #D3401F
Black with #D3401F
Text Example
Text Example
White with #D3401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3401F; }
p { color: rgb(211,64,31); }
H1.HeaderClassName
{
color: #D3401F;
}
.AnyTagClassName
{
color: #D3401F;
}
</style>
background-color css
<style>
a { background-color: #D3401F; }
a { background-color: rgb(211,64,31); }
div.DivClassName
{
background-color: #D3401F;
}
.BgClassName
{
background-color: #D3401F;
}
</style>
border-color css
<style>
span { border-color: #D3401F; }
span { border-color: rgb(211,64,31); }
td.TdClassName
{
border-color: #D3401F;
}
.TagClassName
{
border-color: #D3401F;
}
</style>