Html Css Color HEX #DD330E Harley Davidson Orange
📋 copy color: '#DD330E'red 221 ◦ green 51 ◦ blue 14
Shades of Harley Davidson Orange #DD330E
Tints of Harley Davidson Orange #DD330E
RGB
CMYK
RGB Variations
Color information
#DD330E (or 0xDD330E) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 0E. RGB value is (221,51,14). Sum of RGB (Red+Green+Blue) = 221+51+14=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD330E is #22CCF1. Grayscale: #616161. Windows color (decimal): -2280690 or 930781. OLE color: 930781.
HSL color Cylindrical-coordinate representation of color #DD330E: hue angle of 10.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD330E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.13 |
| HSL | 10.72º | 0.88% | 0.46% | - |
| HSV(B) | 10.72º | 0.94% | 0.87% | - |
| XYZ | 31.08 | 17.77 | 2.21 | - |
| YUV | 97.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 14 | 0 | 0.77 | 0.94 | 0.13 | 10.72 | 0.88 | 0.46 |
| Hex | DD | 33 | E | 0 | 4D | 5E | D | B | 58 | 2E |
| Octal | 335 | 63 | 16 | 0 | 115 | 136 | 15 | 13 | 130 | 56 |
| Binary | 11011101 | 110011 | 1110 | 0 | 1001101 | 1011110 | 1101 | 1011 | 1011000 | 101110 |
Color Harmonies of #DD330E
Complementary color
Monochromatic Colors of #DD330E
Black with #DD330E
Text Example
Text Example
White with #DD330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD330E; }
p { color: rgb(221,51,14); }
H1.HeaderClassName
{
color: #DD330E;
}
.AnyTagClassName
{
color: #DD330E;
}
</style>
background-color css
<style>
a { background-color: #DD330E; }
a { background-color: rgb(221,51,14); }
div.DivClassName
{
background-color: #DD330E;
}
.BgClassName
{
background-color: #DD330E;
}
</style>
border-color css
<style>
span { border-color: #DD330E; }
span { border-color: rgb(221,51,14); }
td.TdClassName
{
border-color: #DD330E;
}
.TagClassName
{
border-color: #DD330E;
}
</style>