Html Css Color HEX #D33014 Harley Davidson Orange
📋 copy color: '#D33014'red 211 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #D33014
Tints of Harley Davidson Orange #D33014
RGB
CMYK
RGB Variations
Color information
#D33014 (or 0xD33014) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 14. RGB value is (211,48,20). Sum of RGB (Red+Green+Blue) = 211+48+20=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D33014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33014 is #2CCFEB. Grayscale: #5D5D5D. Windows color (decimal): -2936812 or 1323219. OLE color: 1323219.
HSL color Cylindrical-coordinate representation of color #D33014: hue angle of 8.8º 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 #D33014 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 20 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.17 |
| HSL | 8.8º | 0.83% | 0.45% | - |
| HSV(B) | 8.8º | 0.91% | 0.83% | - |
| XYZ | 28.05 | 16.01 | 2.27 | - |
| YUV | 93.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 20 | 0 | 0.77 | 0.91 | 0.17 | 8.8 | 0.83 | 0.45 |
| Hex | D3 | 30 | 14 | 0 | 4D | 5B | 11 | 9 | 53 | 2D |
| Octal | 323 | 60 | 24 | 0 | 115 | 133 | 21 | 11 | 123 | 55 |
| Binary | 11010011 | 110000 | 10100 | 0 | 1001101 | 1011011 | 10001 | 1001 | 1010011 | 101101 |
Color Harmonies of #D33014
Complementary color
Monochromatic Colors of #D33014
Black with #D33014
Text Example
Text Example
White with #D33014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33014; }
p { color: rgb(211,48,20); }
H1.HeaderClassName
{
color: #D33014;
}
.AnyTagClassName
{
color: #D33014;
}
</style>
background-color css
<style>
a { background-color: #D33014; }
a { background-color: rgb(211,48,20); }
div.DivClassName
{
background-color: #D33014;
}
.BgClassName
{
background-color: #D33014;
}
</style>
border-color css
<style>
span { border-color: #D33014; }
span { border-color: rgb(211,48,20); }
td.TdClassName
{
border-color: #D33014;
}
.TagClassName
{
border-color: #D33014;
}
</style>