Html Css Color HEX #D33605 Harley Davidson Orange
📋 copy color: '#D33605'red 211 ◦ green 54 ◦ blue 5
Shades of Harley Davidson Orange #D33605
Tints of Harley Davidson Orange #D33605
RGB
CMYK
RGB Variations
Color information
#D33605 (or 0xD33605) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 05. RGB value is (211,54,5). Sum of RGB (Red+Green+Blue) = 211+54+5=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D33605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33605 is #2CC9FA. Grayscale: #5F5F5F. Windows color (decimal): -2935291 or 341715. OLE color: 341715.
HSL color Cylindrical-coordinate representation of color #D33605: hue angle of 14.27º 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 #D33605 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.17 |
| HSL | 14.27º | 0.95% | 0.42% | - |
| HSV(B) | 14.27º | 0.98% | 0.83% | - |
| XYZ | 28.21 | 16.5 | 1.84 | - |
| YUV | 95.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 5 | 0 | 0.74 | 0.98 | 0.17 | 14.27 | 0.95 | 0.42 |
| Hex | D3 | 36 | 5 | 0 | 4A | 62 | 11 | E | 5F | 2A |
| Octal | 323 | 66 | 5 | 0 | 112 | 142 | 21 | 16 | 137 | 52 |
| Binary | 11010011 | 110110 | 101 | 0 | 1001010 | 1100010 | 10001 | 1110 | 1011111 | 101010 |
Color Harmonies of #D33605
Complementary color
Monochromatic Colors of #D33605
Black with #D33605
Text Example
Text Example
White with #D33605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33605; }
p { color: rgb(211,54,5); }
H1.HeaderClassName
{
color: #D33605;
}
.AnyTagClassName
{
color: #D33605;
}
</style>
background-color css
<style>
a { background-color: #D33605; }
a { background-color: rgb(211,54,5); }
div.DivClassName
{
background-color: #D33605;
}
.BgClassName
{
background-color: #D33605;
}
</style>
border-color css
<style>
span { border-color: #D33605; }
span { border-color: rgb(211,54,5); }
td.TdClassName
{
border-color: #D33605;
}
.TagClassName
{
border-color: #D33605;
}
</style>