Html Css Color HEX #DD330B Harley Davidson Orange
📋 copy color: '#DD330B'red 221 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #DD330B
Tints of Harley Davidson Orange #DD330B
RGB
CMYK
RGB Variations
Color information
#DD330B (or 0xDD330B) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 0B. RGB value is (221,51,11). Sum of RGB (Red+Green+Blue) = 221+51+11=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD330B is #22CCF4. Grayscale: #616161. Windows color (decimal): -2280693 or 734173. OLE color: 734173.
HSL color Cylindrical-coordinate representation of color #DD330B: hue angle of 11.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD330B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.13 |
| HSL | 11.43º | 0.91% | 0.45% | - |
| HSV(B) | 11.43º | 0.95% | 0.87% | - |
| XYZ | 31.06 | 17.76 | 2.11 | - |
| YUV | 97.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 11 | 0 | 0.77 | 0.95 | 0.13 | 11.43 | 0.91 | 0.45 |
| Hex | DD | 33 | B | 0 | 4D | 5F | D | B | 5B | 2D |
| Octal | 335 | 63 | 13 | 0 | 115 | 137 | 15 | 13 | 133 | 55 |
| Binary | 11011101 | 110011 | 1011 | 0 | 1001101 | 1011111 | 1101 | 1011 | 1011011 | 101101 |
Color Harmonies of #DD330B
Complementary color
Monochromatic Colors of #DD330B
Black with #DD330B
Text Example
Text Example
White with #DD330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD330B; }
p { color: rgb(221,51,11); }
H1.HeaderClassName
{
color: #DD330B;
}
.AnyTagClassName
{
color: #DD330B;
}
</style>
background-color css
<style>
a { background-color: #DD330B; }
a { background-color: rgb(221,51,11); }
div.DivClassName
{
background-color: #DD330B;
}
.BgClassName
{
background-color: #DD330B;
}
</style>
border-color css
<style>
span { border-color: #DD330B; }
span { border-color: rgb(221,51,11); }
td.TdClassName
{
border-color: #DD330B;
}
.TagClassName
{
border-color: #DD330B;
}
</style>