Html Css Color HEX #D33622 Harley Davidson Orange
📋 copy color: '#D33622'red 211 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #D33622
Tints of Harley Davidson Orange #D33622
RGB
CMYK
RGB Variations
Color information
#D33622 (or 0xD33622) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 22. RGB value is (211,54,34). Sum of RGB (Red+Green+Blue) = 211+54+34=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D33622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33622 is #2CC9DD. Grayscale: #626262. Windows color (decimal): -2935262 or 2242259. OLE color: 2242259.
HSL color Cylindrical-coordinate representation of color #D33622: hue angle of 6.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33622 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 34 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.17 |
| HSL | 6.78º | 0.72% | 0.48% | - |
| HSV(B) | 6.78º | 0.84% | 0.83% | - |
| XYZ | 28.47 | 16.6 | 3.22 | - |
| YUV | 98.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 34 | 0 | 0.74 | 0.84 | 0.17 | 6.78 | 0.72 | 0.48 |
| Hex | D3 | 36 | 22 | 0 | 4A | 54 | 11 | 7 | 48 | 30 |
| Octal | 323 | 66 | 42 | 0 | 112 | 124 | 21 | 7 | 110 | 60 |
| Binary | 11010011 | 110110 | 100010 | 0 | 1001010 | 1010100 | 10001 | 111 | 1001000 | 110000 |
Color Harmonies of #D33622
Complementary color
Monochromatic Colors of #D33622
Black with #D33622
Text Example
Text Example
White with #D33622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33622; }
p { color: rgb(211,54,34); }
H1.HeaderClassName
{
color: #D33622;
}
.AnyTagClassName
{
color: #D33622;
}
</style>
background-color css
<style>
a { background-color: #D33622; }
a { background-color: rgb(211,54,34); }
div.DivClassName
{
background-color: #D33622;
}
.BgClassName
{
background-color: #D33622;
}
</style>
border-color css
<style>
span { border-color: #D33622; }
span { border-color: rgb(211,54,34); }
td.TdClassName
{
border-color: #D33622;
}
.TagClassName
{
border-color: #D33622;
}
</style>