Html Css Color HEX #DD3201 Harley Davidson Orange
📋 copy color: '#DD3201'red 221 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #DD3201
Tints of Harley Davidson Orange #DD3201
RGB
CMYK
RGB Variations
Color information
#DD3201 (or 0xDD3201) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 01. RGB value is (221,50,1). Sum of RGB (Red+Green+Blue) = 221+50+1=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3201 is #22CDFE. Grayscale: #5F5F5F. Windows color (decimal): -2280959 or 78557. OLE color: 78557.
HSL color Cylindrical-coordinate representation of color #DD3201: hue angle of 13.36º 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 #DD3201 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.13 |
| HSL | 13.36º | 0.99% | 0.44% | - |
| HSV(B) | 13.36º | 1% | 0.87% | - |
| XYZ | 30.96 | 17.66 | 1.8 | - |
| YUV | 95.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 1 | 0 | 0.77 | 1.00 | 0.13 | 13.36 | 0.99 | 0.44 |
| Hex | DD | 32 | 1 | 0 | 4D | 64 | D | D | 63 | 2C |
| Octal | 335 | 62 | 1 | 0 | 115 | 144 | 15 | 15 | 143 | 54 |
| Binary | 11011101 | 110010 | 1 | 0 | 1001101 | 1100100 | 1101 | 1101 | 1100011 | 101100 |
Color Harmonies of #DD3201
Complementary color
Monochromatic Colors of #DD3201
Black with #DD3201
Text Example
Text Example
White with #DD3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3201; }
p { color: rgb(221,50,1); }
H1.HeaderClassName
{
color: #DD3201;
}
.AnyTagClassName
{
color: #DD3201;
}
</style>
background-color css
<style>
a { background-color: #DD3201; }
a { background-color: rgb(221,50,1); }
div.DivClassName
{
background-color: #DD3201;
}
.BgClassName
{
background-color: #DD3201;
}
</style>
border-color css
<style>
span { border-color: #DD3201; }
span { border-color: rgb(221,50,1); }
td.TdClassName
{
border-color: #DD3201;
}
.TagClassName
{
border-color: #DD3201;
}
</style>