Html Css Color HEX #D33D22 Harley Davidson Orange
📋 copy color: '#D33D22'red 211 ◦ green 61 ◦ blue 34
Shades of Harley Davidson Orange #D33D22
Tints of Harley Davidson Orange #D33D22
RGB
CMYK
RGB Variations
Color information
#D33D22 (or 0xD33D22) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 22. RGB value is (211,61,34). Sum of RGB (Red+Green+Blue) = 211+61+34=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D22 is #2CC2DD. Grayscale: #676767. Windows color (decimal): -2933470 or 2244051. OLE color: 2244051.
HSL color Cylindrical-coordinate representation of color #D33D22: hue angle of 9.15º 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 #D33D22 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 34 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.17 |
| HSL | 9.15º | 0.72% | 0.48% | - |
| HSV(B) | 9.15º | 0.84% | 0.83% | - |
| XYZ | 28.82 | 17.3 | 3.33 | - |
| YUV | 102.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 34 | 0 | 0.71 | 0.84 | 0.17 | 9.15 | 0.72 | 0.48 |
| Hex | D3 | 3D | 22 | 0 | 47 | 54 | 11 | 9 | 48 | 30 |
| Octal | 323 | 75 | 42 | 0 | 107 | 124 | 21 | 11 | 110 | 60 |
| Binary | 11010011 | 111101 | 100010 | 0 | 1000111 | 1010100 | 10001 | 1001 | 1001000 | 110000 |
Color Harmonies of #D33D22
Complementary color
Monochromatic Colors of #D33D22
Black with #D33D22
Text Example
Text Example
White with #D33D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D22; }
p { color: rgb(211,61,34); }
H1.HeaderClassName
{
color: #D33D22;
}
.AnyTagClassName
{
color: #D33D22;
}
</style>
background-color css
<style>
a { background-color: #D33D22; }
a { background-color: rgb(211,61,34); }
div.DivClassName
{
background-color: #D33D22;
}
.BgClassName
{
background-color: #D33D22;
}
</style>
border-color css
<style>
span { border-color: #D33D22; }
span { border-color: rgb(211,61,34); }
td.TdClassName
{
border-color: #D33D22;
}
.TagClassName
{
border-color: #D33D22;
}
</style>