Html Css Color HEX #D3340C Harley Davidson Orange
📋 copy color: '#D3340C'red 211 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #D3340C
Tints of Harley Davidson Orange #D3340C
RGB
CMYK
RGB Variations
Color information
#D3340C (or 0xD3340C) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 0C. RGB value is (211,52,12). Sum of RGB (Red+Green+Blue) = 211+52+12=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3340C is #2CCBF3. Grayscale: #5F5F5F. Windows color (decimal): -2935796 or 799955. OLE color: 799955.
HSL color Cylindrical-coordinate representation of color #D3340C: hue angle of 12.06º degrees, saturation: 0.89, 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 #D3340C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.17 |
| HSL | 12.06º | 0.89% | 0.44% | - |
| HSV(B) | 12.06º | 0.94% | 0.83% | - |
| XYZ | 28.16 | 16.33 | 2.02 | - |
| YUV | 94.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 12 | 0 | 0.75 | 0.94 | 0.17 | 12.06 | 0.89 | 0.44 |
| Hex | D3 | 34 | C | 0 | 4B | 5E | 11 | C | 59 | 2C |
| Octal | 323 | 64 | 14 | 0 | 113 | 136 | 21 | 14 | 131 | 54 |
| Binary | 11010011 | 110100 | 1100 | 0 | 1001011 | 1011110 | 10001 | 1100 | 1011001 | 101100 |
Color Harmonies of #D3340C
Complementary color
Monochromatic Colors of #D3340C
Black with #D3340C
Text Example
Text Example
White with #D3340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3340C; }
p { color: rgb(211,52,12); }
H1.HeaderClassName
{
color: #D3340C;
}
.AnyTagClassName
{
color: #D3340C;
}
</style>
background-color css
<style>
a { background-color: #D3340C; }
a { background-color: rgb(211,52,12); }
div.DivClassName
{
background-color: #D3340C;
}
.BgClassName
{
background-color: #D3340C;
}
</style>
border-color css
<style>
span { border-color: #D3340C; }
span { border-color: rgb(211,52,12); }
td.TdClassName
{
border-color: #D3340C;
}
.TagClassName
{
border-color: #D3340C;
}
</style>