Html Css Color HEX #DD3301 Harley Davidson Orange
📋 copy color: '#DD3301'red 221 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #DD3301
Tints of Harley Davidson Orange #DD3301
RGB
CMYK
RGB Variations
Color information
#DD3301 (or 0xDD3301) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 01. RGB value is (221,51,1). Sum of RGB (Red+Green+Blue) = 221+51+1=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3301 is #22CCFE. Grayscale: #606060. Windows color (decimal): -2280703 or 78813. OLE color: 78813.
HSL color Cylindrical-coordinate representation of color #DD3301: hue angle of 13.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3301 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.13 |
| HSL | 13.64º | 0.99% | 0.44% | - |
| HSV(B) | 13.64º | 1% | 0.87% | - |
| XYZ | 31.01 | 17.74 | 1.82 | - |
| YUV | 96.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 1 | 0 | 0.77 | 1.00 | 0.13 | 13.64 | 0.99 | 0.44 |
| Hex | DD | 33 | 1 | 0 | 4D | 64 | D | E | 63 | 2C |
| Octal | 335 | 63 | 1 | 0 | 115 | 144 | 15 | 16 | 143 | 54 |
| Binary | 11011101 | 110011 | 1 | 0 | 1001101 | 1100100 | 1101 | 1110 | 1100011 | 101100 |
Color Harmonies of #DD3301
Complementary color
Monochromatic Colors of #DD3301
Black with #DD3301
Text Example
Text Example
White with #DD3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3301; }
p { color: rgb(221,51,1); }
H1.HeaderClassName
{
color: #DD3301;
}
.AnyTagClassName
{
color: #DD3301;
}
</style>
background-color css
<style>
a { background-color: #DD3301; }
a { background-color: rgb(221,51,1); }
div.DivClassName
{
background-color: #DD3301;
}
.BgClassName
{
background-color: #DD3301;
}
</style>
border-color css
<style>
span { border-color: #DD3301; }
span { border-color: rgb(221,51,1); }
td.TdClassName
{
border-color: #DD3301;
}
.TagClassName
{
border-color: #DD3301;
}
</style>