Html Css Color HEX #DD3501 Harley Davidson Orange
📋 copy color: '#DD3501'red 221 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #DD3501
Tints of Harley Davidson Orange #DD3501
RGB
CMYK
RGB Variations
Color information
#DD3501 (or 0xDD3501) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 01. RGB value is (221,53,1). Sum of RGB (Red+Green+Blue) = 221+53+1=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3501 is #22CAFE. Grayscale: #616161. Windows color (decimal): -2280191 or 79325. OLE color: 79325.
HSL color Cylindrical-coordinate representation of color #DD3501: hue angle of 14.18º 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 #DD3501 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.13 |
| HSL | 14.18º | 0.99% | 0.44% | - |
| HSV(B) | 14.18º | 1% | 0.87% | - |
| XYZ | 31.1 | 17.92 | 1.85 | - |
| YUV | 97.3 | 73.66 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 1 | 0 | 0.76 | 1.00 | 0.13 | 14.18 | 0.99 | 0.44 |
| Hex | DD | 35 | 1 | 0 | 4C | 64 | D | E | 63 | 2C |
| Octal | 335 | 65 | 1 | 0 | 114 | 144 | 15 | 16 | 143 | 54 |
| Binary | 11011101 | 110101 | 1 | 0 | 1001100 | 1100100 | 1101 | 1110 | 1100011 | 101100 |
Color Harmonies of #DD3501
Complementary color
Monochromatic Colors of #DD3501
Black with #DD3501
Text Example
Text Example
White with #DD3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3501; }
p { color: rgb(221,53,1); }
H1.HeaderClassName
{
color: #DD3501;
}
.AnyTagClassName
{
color: #DD3501;
}
</style>
background-color css
<style>
a { background-color: #DD3501; }
a { background-color: rgb(221,53,1); }
div.DivClassName
{
background-color: #DD3501;
}
.BgClassName
{
background-color: #DD3501;
}
</style>
border-color css
<style>
span { border-color: #DD3501; }
span { border-color: rgb(221,53,1); }
td.TdClassName
{
border-color: #DD3501;
}
.TagClassName
{
border-color: #DD3501;
}
</style>