Html Css Color HEX #DD2802 Harley Davidson Orange
📋 copy color: '#DD2802'red 221 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #DD2802
Tints of Harley Davidson Orange #DD2802
RGB
CMYK
RGB Variations
Color information
#DD2802 (or 0xDD2802) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 02. RGB value is (221,40,2). Sum of RGB (Red+Green+Blue) = 221+40+2=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2802 is #22D7FD. Grayscale: #5A5A5A. Windows color (decimal): -2283518 or 141533. OLE color: 141533.
HSL color Cylindrical-coordinate representation of color #DD2802: hue angle of 10.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD2802 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.13 |
| HSL | 10.41º | 0.98% | 0.44% | - |
| HSV(B) | 10.41º | 0.99% | 0.87% | - |
| XYZ | 30.59 | 16.89 | 1.71 | - |
| YUV | 89.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 2 | 0 | 0.82 | 0.99 | 0.13 | 10.41 | 0.98 | 0.44 |
| Hex | DD | 28 | 2 | 0 | 52 | 63 | D | A | 62 | 2C |
| Octal | 335 | 50 | 2 | 0 | 122 | 143 | 15 | 12 | 142 | 54 |
| Binary | 11011101 | 101000 | 10 | 0 | 1010010 | 1100011 | 1101 | 1010 | 1100010 | 101100 |
Color Harmonies of #DD2802
Complementary color
Monochromatic Colors of #DD2802
Black with #DD2802
Text Example
Text Example
White with #DD2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2802; }
p { color: rgb(221,40,2); }
H1.HeaderClassName
{
color: #DD2802;
}
.AnyTagClassName
{
color: #DD2802;
}
</style>
background-color css
<style>
a { background-color: #DD2802; }
a { background-color: rgb(221,40,2); }
div.DivClassName
{
background-color: #DD2802;
}
.BgClassName
{
background-color: #DD2802;
}
</style>
border-color css
<style>
span { border-color: #DD2802; }
span { border-color: rgb(221,40,2); }
td.TdClassName
{
border-color: #DD2802;
}
.TagClassName
{
border-color: #DD2802;
}
</style>