Html Css Color HEX #D33B14 Harley Davidson Orange
📋 copy color: '#D33B14'red 211 ◦ green 59 ◦ blue 20
Shades of Harley Davidson Orange #D33B14
Tints of Harley Davidson Orange #D33B14
RGB
CMYK
RGB Variations
Color information
#D33B14 (or 0xD33B14) is known color: Harley Davidson Orange. HEX triplet: D3, 3B and 14. RGB value is (211,59,20). Sum of RGB (Red+Green+Blue) = 211+59+20=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33B14 is #2CC4EB. Grayscale: #646464. Windows color (decimal): -2933996 or 1326035. OLE color: 1326035.
HSL color Cylindrical-coordinate representation of color #D33B14: hue angle of 12.25º 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 #D33B14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.17 |
| HSL | 12.25º | 0.83% | 0.45% | - |
| HSV(B) | 12.25º | 0.91% | 0.83% | - |
| XYZ | 28.55 | 17.03 | 2.44 | - |
| YUV | 100 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 20 | 0 | 0.72 | 0.91 | 0.17 | 12.25 | 0.83 | 0.45 |
| Hex | D3 | 3B | 14 | 0 | 48 | 5B | 11 | C | 53 | 2D |
| Octal | 323 | 73 | 24 | 0 | 110 | 133 | 21 | 14 | 123 | 55 |
| Binary | 11010011 | 111011 | 10100 | 0 | 1001000 | 1011011 | 10001 | 1100 | 1010011 | 101101 |
Color Harmonies of #D33B14
Complementary color
Monochromatic Colors of #D33B14
Black with #D33B14
Text Example
Text Example
White with #D33B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B14; }
p { color: rgb(211,59,20); }
H1.HeaderClassName
{
color: #D33B14;
}
.AnyTagClassName
{
color: #D33B14;
}
</style>
background-color css
<style>
a { background-color: #D33B14; }
a { background-color: rgb(211,59,20); }
div.DivClassName
{
background-color: #D33B14;
}
.BgClassName
{
background-color: #D33B14;
}
</style>
border-color css
<style>
span { border-color: #D33B14; }
span { border-color: rgb(211,59,20); }
td.TdClassName
{
border-color: #D33B14;
}
.TagClassName
{
border-color: #D33B14;
}
</style>