Html Css Color HEX #D33B05 Harley Davidson Orange
📋 copy color: '#D33B05'red 211 ◦ green 59 ◦ blue 5
Shades of Harley Davidson Orange #D33B05
Tints of Harley Davidson Orange #D33B05
RGB
CMYK
RGB Variations
Color information
#D33B05 (or 0xD33B05) is known color: Harley Davidson Orange. HEX triplet: D3, 3B and 05. RGB value is (211,59,5). Sum of RGB (Red+Green+Blue) = 211+59+5=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33B05 is #2CC4FA. Grayscale: #626262. Windows color (decimal): -2934011 or 342995. OLE color: 342995.
HSL color Cylindrical-coordinate representation of color #D33B05: hue angle of 15.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D33B05 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.17 |
| HSL | 15.73º | 0.95% | 0.42% | - |
| HSV(B) | 15.73º | 0.98% | 0.83% | - |
| XYZ | 28.46 | 16.99 | 1.92 | - |
| YUV | 98.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 5 | 0 | 0.72 | 0.98 | 0.17 | 15.73 | 0.95 | 0.42 |
| Hex | D3 | 3B | 5 | 0 | 48 | 62 | 11 | 10 | 5F | 2A |
| Octal | 323 | 73 | 5 | 0 | 110 | 142 | 21 | 20 | 137 | 52 |
| Binary | 11010011 | 111011 | 101 | 0 | 1001000 | 1100010 | 10001 | 10000 | 1011111 | 101010 |
Color Harmonies of #D33B05
Complementary color
Monochromatic Colors of #D33B05
Black with #D33B05
Text Example
Text Example
White with #D33B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B05; }
p { color: rgb(211,59,5); }
H1.HeaderClassName
{
color: #D33B05;
}
.AnyTagClassName
{
color: #D33B05;
}
</style>
background-color css
<style>
a { background-color: #D33B05; }
a { background-color: rgb(211,59,5); }
div.DivClassName
{
background-color: #D33B05;
}
.BgClassName
{
background-color: #D33B05;
}
</style>
border-color css
<style>
span { border-color: #D33B05; }
span { border-color: rgb(211,59,5); }
td.TdClassName
{
border-color: #D33B05;
}
.TagClassName
{
border-color: #D33B05;
}
</style>