Html Css Color HEX #D33C05 Harley Davidson Orange
📋 copy color: '#D33C05'red 211 ◦ green 60 ◦ blue 5
Shades of Harley Davidson Orange #D33C05
Tints of Harley Davidson Orange #D33C05
RGB
CMYK
RGB Variations
Color information
#D33C05 (or 0xD33C05) is known color: Harley Davidson Orange. HEX triplet: D3, 3C and 05. RGB value is (211,60,5). Sum of RGB (Red+Green+Blue) = 211+60+5=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33C05 is #2CC3FA. Grayscale: #636363. Windows color (decimal): -2933755 or 343251. OLE color: 343251.
HSL color Cylindrical-coordinate representation of color #D33C05: hue angle of 16.02º 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 #D33C05 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.17 |
| HSL | 16.02º | 0.95% | 0.42% | - |
| HSV(B) | 16.02º | 0.98% | 0.83% | - |
| XYZ | 28.51 | 17.09 | 1.94 | - |
| YUV | 98.88 | 75.03 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 5 | 0 | 0.72 | 0.98 | 0.17 | 16.02 | 0.95 | 0.42 |
| Hex | D3 | 3C | 5 | 0 | 48 | 62 | 11 | 10 | 5F | 2A |
| Octal | 323 | 74 | 5 | 0 | 110 | 142 | 21 | 20 | 137 | 52 |
| Binary | 11010011 | 111100 | 101 | 0 | 1001000 | 1100010 | 10001 | 10000 | 1011111 | 101010 |
Color Harmonies of #D33C05
Complementary color
Monochromatic Colors of #D33C05
Black with #D33C05
Text Example
Text Example
White with #D33C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C05; }
p { color: rgb(211,60,5); }
H1.HeaderClassName
{
color: #D33C05;
}
.AnyTagClassName
{
color: #D33C05;
}
</style>
background-color css
<style>
a { background-color: #D33C05; }
a { background-color: rgb(211,60,5); }
div.DivClassName
{
background-color: #D33C05;
}
.BgClassName
{
background-color: #D33C05;
}
</style>
border-color css
<style>
span { border-color: #D33C05; }
span { border-color: rgb(211,60,5); }
td.TdClassName
{
border-color: #D33C05;
}
.TagClassName
{
border-color: #D33C05;
}
</style>