Html Css Color HEX #DD2901 Harley Davidson Orange
📋 copy color: '#DD2901'red 221 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #DD2901
Tints of Harley Davidson Orange #DD2901
RGB
CMYK
RGB Variations
Color information
#DD2901 (or 0xDD2901) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 01. RGB value is (221,41,1). Sum of RGB (Red+Green+Blue) = 221+41+1=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2901 is #22D6FE. Grayscale: #5A5A5A. Windows color (decimal): -2283263 or 76253. OLE color: 76253.
HSL color Cylindrical-coordinate representation of color #DD2901: hue angle of 10.91º 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 #DD2901 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.13 |
| HSL | 10.91º | 0.99% | 0.44% | - |
| HSV(B) | 10.91º | 1% | 0.87% | - |
| XYZ | 30.62 | 16.96 | 1.69 | - |
| YUV | 90.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 1 | 0 | 0.81 | 1.00 | 0.13 | 10.91 | 0.99 | 0.44 |
| Hex | DD | 29 | 1 | 0 | 51 | 64 | D | B | 63 | 2C |
| Octal | 335 | 51 | 1 | 0 | 121 | 144 | 15 | 13 | 143 | 54 |
| Binary | 11011101 | 101001 | 1 | 0 | 1010001 | 1100100 | 1101 | 1011 | 1100011 | 101100 |
Color Harmonies of #DD2901
Complementary color
Monochromatic Colors of #DD2901
Black with #DD2901
Text Example
Text Example
White with #DD2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2901; }
p { color: rgb(221,41,1); }
H1.HeaderClassName
{
color: #DD2901;
}
.AnyTagClassName
{
color: #DD2901;
}
</style>
background-color css
<style>
a { background-color: #DD2901; }
a { background-color: rgb(221,41,1); }
div.DivClassName
{
background-color: #DD2901;
}
.BgClassName
{
background-color: #DD2901;
}
</style>
border-color css
<style>
span { border-color: #DD2901; }
span { border-color: rgb(221,41,1); }
td.TdClassName
{
border-color: #DD2901;
}
.TagClassName
{
border-color: #DD2901;
}
</style>