Html Css Color HEX #D3340D Harley Davidson Orange
📋 copy color: '#D3340D'red 211 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #D3340D
Tints of Harley Davidson Orange #D3340D
RGB
CMYK
RGB Variations
Color information
#D3340D (or 0xD3340D) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 0D. RGB value is (211,52,13). Sum of RGB (Red+Green+Blue) = 211+52+13=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3340D is #2CCBF2. Grayscale: #5F5F5F. Windows color (decimal): -2935795 or 865491. OLE color: 865491.
HSL color Cylindrical-coordinate representation of color #D3340D: hue angle of 11.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3340D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.17 |
| HSL | 11.82º | 0.88% | 0.44% | - |
| HSV(B) | 11.82º | 0.94% | 0.83% | - |
| XYZ | 28.16 | 16.33 | 2.05 | - |
| YUV | 95.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 13 | 0 | 0.75 | 0.94 | 0.17 | 11.82 | 0.88 | 0.44 |
| Hex | D3 | 34 | D | 0 | 4B | 5E | 11 | C | 58 | 2C |
| Octal | 323 | 64 | 15 | 0 | 113 | 136 | 21 | 14 | 130 | 54 |
| Binary | 11010011 | 110100 | 1101 | 0 | 1001011 | 1011110 | 10001 | 1100 | 1011000 | 101100 |
Color Harmonies of #D3340D
Complementary color
Monochromatic Colors of #D3340D
Black with #D3340D
Text Example
Text Example
White with #D3340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3340D; }
p { color: rgb(211,52,13); }
H1.HeaderClassName
{
color: #D3340D;
}
.AnyTagClassName
{
color: #D3340D;
}
</style>
background-color css
<style>
a { background-color: #D3340D; }
a { background-color: rgb(211,52,13); }
div.DivClassName
{
background-color: #D3340D;
}
.BgClassName
{
background-color: #D3340D;
}
</style>
border-color css
<style>
span { border-color: #D3340D; }
span { border-color: rgb(211,52,13); }
td.TdClassName
{
border-color: #D3340D;
}
.TagClassName
{
border-color: #D3340D;
}
</style>