Html Css Color HEX #D3371E Harley Davidson Orange
📋 copy color: '#D3371E'red 211 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #D3371E
Tints of Harley Davidson Orange #D3371E
RGB
CMYK
RGB Variations
Color information
#D3371E (or 0xD3371E) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 1E. RGB value is (211,55,30). Sum of RGB (Red+Green+Blue) = 211+55+30=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D3371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3371E is #2CC8E1. Grayscale: #636363. Windows color (decimal): -2935010 or 1980371. OLE color: 1980371.
HSL color Cylindrical-coordinate representation of color #D3371E: hue angle of 8.29º 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 #D3371E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.17 |
| HSL | 8.29º | 0.75% | 0.47% | - |
| HSV(B) | 8.29º | 0.86% | 0.83% | - |
| XYZ | 28.46 | 16.68 | 2.95 | - |
| YUV | 98.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 30 | 0 | 0.74 | 0.86 | 0.17 | 8.29 | 0.75 | 0.47 |
| Hex | D3 | 37 | 1E | 0 | 4A | 56 | 11 | 8 | 4B | 2F |
| Octal | 323 | 67 | 36 | 0 | 112 | 126 | 21 | 10 | 113 | 57 |
| Binary | 11010011 | 110111 | 11110 | 0 | 1001010 | 1010110 | 10001 | 1000 | 1001011 | 101111 |
Color Harmonies of #D3371E
Complementary color
Monochromatic Colors of #D3371E
Black with #D3371E
Text Example
Text Example
White with #D3371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3371E; }
p { color: rgb(211,55,30); }
H1.HeaderClassName
{
color: #D3371E;
}
.AnyTagClassName
{
color: #D3371E;
}
</style>
background-color css
<style>
a { background-color: #D3371E; }
a { background-color: rgb(211,55,30); }
div.DivClassName
{
background-color: #D3371E;
}
.BgClassName
{
background-color: #D3371E;
}
</style>
border-color css
<style>
span { border-color: #D3371E; }
span { border-color: rgb(211,55,30); }
td.TdClassName
{
border-color: #D3371E;
}
.TagClassName
{
border-color: #D3371E;
}
</style>