Html Css Color HEX #D3341E Harley Davidson Orange
📋 copy color: '#D3341E'red 211 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #D3341E
Tints of Harley Davidson Orange #D3341E
RGB
CMYK
RGB Variations
Color information
#D3341E (or 0xD3341E) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 1E. RGB value is (211,52,30). Sum of RGB (Red+Green+Blue) = 211+52+30=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D3341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3341E is #2CCBE1. Grayscale: #616161. Windows color (decimal): -2935778 or 1979603. OLE color: 1979603.
HSL color Cylindrical-coordinate representation of color #D3341E: hue angle of 7.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 #D3341E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.17 |
| HSL | 7.29º | 0.75% | 0.47% | - |
| HSV(B) | 7.29º | 0.86% | 0.83% | - |
| XYZ | 28.33 | 16.4 | 2.9 | - |
| YUV | 97.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 30 | 0 | 0.75 | 0.86 | 0.17 | 7.29 | 0.75 | 0.47 |
| Hex | D3 | 34 | 1E | 0 | 4B | 56 | 11 | 7 | 4B | 2F |
| Octal | 323 | 64 | 36 | 0 | 113 | 126 | 21 | 7 | 113 | 57 |
| Binary | 11010011 | 110100 | 11110 | 0 | 1001011 | 1010110 | 10001 | 111 | 1001011 | 101111 |
Color Harmonies of #D3341E
Complementary color
Monochromatic Colors of #D3341E
Black with #D3341E
Text Example
Text Example
White with #D3341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3341E; }
p { color: rgb(211,52,30); }
H1.HeaderClassName
{
color: #D3341E;
}
.AnyTagClassName
{
color: #D3341E;
}
</style>
background-color css
<style>
a { background-color: #D3341E; }
a { background-color: rgb(211,52,30); }
div.DivClassName
{
background-color: #D3341E;
}
.BgClassName
{
background-color: #D3341E;
}
</style>
border-color css
<style>
span { border-color: #D3341E; }
span { border-color: rgb(211,52,30); }
td.TdClassName
{
border-color: #D3341E;
}
.TagClassName
{
border-color: #D3341E;
}
</style>