Html Css Color HEX #D34014 Harley Davidson Orange
📋 copy color: '#D34014'red 211 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #D34014
Tints of Harley Davidson Orange #D34014
RGB
CMYK
RGB Variations
Color information
#D34014 (or 0xD34014) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 14. RGB value is (211,64,20). Sum of RGB (Red+Green+Blue) = 211+64+20=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D34014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34014 is #2CBFEB. Grayscale: #676767. Windows color (decimal): -2932716 or 1327315. OLE color: 1327315.
HSL color Cylindrical-coordinate representation of color #D34014: hue angle of 13.82º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D34014 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.17 |
| HSL | 13.82º | 0.83% | 0.45% | - |
| HSV(B) | 13.82º | 0.91% | 0.83% | - |
| XYZ | 28.82 | 17.57 | 2.53 | - |
| YUV | 102.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 20 | 0 | 0.70 | 0.91 | 0.17 | 13.82 | 0.83 | 0.45 |
| Hex | D3 | 40 | 14 | 0 | 46 | 5B | 11 | E | 53 | 2D |
| Octal | 323 | 100 | 24 | 0 | 106 | 133 | 21 | 16 | 123 | 55 |
| Binary | 11010011 | 1000000 | 10100 | 0 | 1000110 | 1011011 | 10001 | 1110 | 1010011 | 101101 |
Color Harmonies of #D34014
Complementary color
Monochromatic Colors of #D34014
Black with #D34014
Text Example
Text Example
White with #D34014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34014; }
p { color: rgb(211,64,20); }
H1.HeaderClassName
{
color: #D34014;
}
.AnyTagClassName
{
color: #D34014;
}
</style>
background-color css
<style>
a { background-color: #D34014; }
a { background-color: rgb(211,64,20); }
div.DivClassName
{
background-color: #D34014;
}
.BgClassName
{
background-color: #D34014;
}
</style>
border-color css
<style>
span { border-color: #D34014; }
span { border-color: rgb(211,64,20); }
td.TdClassName
{
border-color: #D34014;
}
.TagClassName
{
border-color: #D34014;
}
</style>