Html Css Color HEX #DD2302 Harley Davidson Orange
📋 copy color: '#DD2302'red 221 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #DD2302
Tints of Harley Davidson Orange #DD2302
RGB
CMYK
RGB Variations
Color information
#DD2302 (or 0xDD2302) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 02. RGB value is (221,35,2). Sum of RGB (Red+Green+Blue) = 221+35+2=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2302 is #22DCFD. Grayscale: #575757. Windows color (decimal): -2284798 or 140253. OLE color: 140253.
HSL color Cylindrical-coordinate representation of color #DD2302: hue angle of 9.04º 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 #DD2302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.13 |
| HSL | 9.04º | 0.98% | 0.44% | - |
| HSV(B) | 9.04º | 0.99% | 0.87% | - |
| XYZ | 30.43 | 16.58 | 1.65 | - |
| YUV | 86.85 | 80.12 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 2 | 0 | 0.84 | 0.99 | 0.13 | 9.04 | 0.98 | 0.44 |
| Hex | DD | 23 | 2 | 0 | 54 | 63 | D | 9 | 62 | 2C |
| Octal | 335 | 43 | 2 | 0 | 124 | 143 | 15 | 11 | 142 | 54 |
| Binary | 11011101 | 100011 | 10 | 0 | 1010100 | 1100011 | 1101 | 1001 | 1100010 | 101100 |
Color Harmonies of #DD2302
Complementary color
Monochromatic Colors of #DD2302
Black with #DD2302
Text Example
Text Example
White with #DD2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2302; }
p { color: rgb(221,35,2); }
H1.HeaderClassName
{
color: #DD2302;
}
.AnyTagClassName
{
color: #DD2302;
}
</style>
background-color css
<style>
a { background-color: #DD2302; }
a { background-color: rgb(221,35,2); }
div.DivClassName
{
background-color: #DD2302;
}
.BgClassName
{
background-color: #DD2302;
}
</style>
border-color css
<style>
span { border-color: #DD2302; }
span { border-color: rgb(221,35,2); }
td.TdClassName
{
border-color: #DD2302;
}
.TagClassName
{
border-color: #DD2302;
}
</style>