Html Css Color HEX #DD2402 Harley Davidson Orange
📋 copy color: '#DD2402'red 221 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #DD2402
Tints of Harley Davidson Orange #DD2402
RGB
CMYK
RGB Variations
Color information
#DD2402 (or 0xDD2402) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 02. RGB value is (221,36,2). Sum of RGB (Red+Green+Blue) = 221+36+2=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2402 is #22DBFD. Grayscale: #575757. Windows color (decimal): -2284542 or 140509. OLE color: 140509.
HSL color Cylindrical-coordinate representation of color #DD2402: hue angle of 9.32º 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 #DD2402 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.13 |
| HSL | 9.32º | 0.98% | 0.44% | - |
| HSV(B) | 9.32º | 0.99% | 0.87% | - |
| XYZ | 30.46 | 16.64 | 1.66 | - |
| YUV | 87.44 | 79.79 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 2 | 0 | 0.84 | 0.99 | 0.13 | 9.32 | 0.98 | 0.44 |
| Hex | DD | 24 | 2 | 0 | 54 | 63 | D | 9 | 62 | 2C |
| Octal | 335 | 44 | 2 | 0 | 124 | 143 | 15 | 11 | 142 | 54 |
| Binary | 11011101 | 100100 | 10 | 0 | 1010100 | 1100011 | 1101 | 1001 | 1100010 | 101100 |
Color Harmonies of #DD2402
Complementary color
Monochromatic Colors of #DD2402
Black with #DD2402
Text Example
Text Example
White with #DD2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2402; }
p { color: rgb(221,36,2); }
H1.HeaderClassName
{
color: #DD2402;
}
.AnyTagClassName
{
color: #DD2402;
}
</style>
background-color css
<style>
a { background-color: #DD2402; }
a { background-color: rgb(221,36,2); }
div.DivClassName
{
background-color: #DD2402;
}
.BgClassName
{
background-color: #DD2402;
}
</style>
border-color css
<style>
span { border-color: #DD2402; }
span { border-color: rgb(221,36,2); }
td.TdClassName
{
border-color: #DD2402;
}
.TagClassName
{
border-color: #DD2402;
}
</style>