Html Css Color HEX #DD2B02 Harley Davidson Orange
📋 copy color: '#DD2B02'red 221 ◦ green 43 ◦ blue 2
Shades of Harley Davidson Orange #DD2B02
Tints of Harley Davidson Orange #DD2B02
RGB
CMYK
RGB Variations
Color information
#DD2B02 (or 0xDD2B02) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 02. RGB value is (221,43,2). Sum of RGB (Red+Green+Blue) = 221+43+2=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B02 is #22D4FD. Grayscale: #5B5B5B. Windows color (decimal): -2282750 or 142301. OLE color: 142301.
HSL color Cylindrical-coordinate representation of color #DD2B02: hue angle of 11.23º 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 #DD2B02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.13 |
| HSL | 11.23º | 0.98% | 0.44% | - |
| HSV(B) | 11.23º | 0.99% | 0.87% | - |
| XYZ | 30.69 | 17.1 | 1.74 | - |
| YUV | 91.55 | 77.47 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 2 | 0 | 0.81 | 0.99 | 0.13 | 11.23 | 0.98 | 0.44 |
| Hex | DD | 2B | 2 | 0 | 51 | 63 | D | B | 62 | 2C |
| Octal | 335 | 53 | 2 | 0 | 121 | 143 | 15 | 13 | 142 | 54 |
| Binary | 11011101 | 101011 | 10 | 0 | 1010001 | 1100011 | 1101 | 1011 | 1100010 | 101100 |
Color Harmonies of #DD2B02
Complementary color
Monochromatic Colors of #DD2B02
Black with #DD2B02
Text Example
Text Example
White with #DD2B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B02; }
p { color: rgb(221,43,2); }
H1.HeaderClassName
{
color: #DD2B02;
}
.AnyTagClassName
{
color: #DD2B02;
}
</style>
background-color css
<style>
a { background-color: #DD2B02; }
a { background-color: rgb(221,43,2); }
div.DivClassName
{
background-color: #DD2B02;
}
.BgClassName
{
background-color: #DD2B02;
}
</style>
border-color css
<style>
span { border-color: #DD2B02; }
span { border-color: rgb(221,43,2); }
td.TdClassName
{
border-color: #DD2B02;
}
.TagClassName
{
border-color: #DD2B02;
}
</style>