Html Css Color HEX #DD2102 Harley Davidson Orange
📋 copy color: '#DD2102'red 221 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #DD2102
Tints of Harley Davidson Orange #DD2102
RGB
CMYK
RGB Variations
Color information
#DD2102 (or 0xDD2102) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 02. RGB value is (221,33,2). Sum of RGB (Red+Green+Blue) = 221+33+2=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2102 is #22DEFD. Grayscale: #555555. Windows color (decimal): -2285310 or 139741. OLE color: 139741.
HSL color Cylindrical-coordinate representation of color #DD2102: hue angle of 8.49º 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 #DD2102 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.13 |
| HSL | 8.49º | 0.98% | 0.44% | - |
| HSV(B) | 8.49º | 0.99% | 0.87% | - |
| XYZ | 30.37 | 16.46 | 1.63 | - |
| YUV | 85.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 2 | 0 | 0.85 | 0.99 | 0.13 | 8.49 | 0.98 | 0.44 |
| Hex | DD | 21 | 2 | 0 | 55 | 63 | D | 8 | 62 | 2C |
| Octal | 335 | 41 | 2 | 0 | 125 | 143 | 15 | 10 | 142 | 54 |
| Binary | 11011101 | 100001 | 10 | 0 | 1010101 | 1100011 | 1101 | 1000 | 1100010 | 101100 |
Color Harmonies of #DD2102
Complementary color
Monochromatic Colors of #DD2102
Black with #DD2102
Text Example
Text Example
White with #DD2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2102; }
p { color: rgb(221,33,2); }
H1.HeaderClassName
{
color: #DD2102;
}
.AnyTagClassName
{
color: #DD2102;
}
</style>
background-color css
<style>
a { background-color: #DD2102; }
a { background-color: rgb(221,33,2); }
div.DivClassName
{
background-color: #DD2102;
}
.BgClassName
{
background-color: #DD2102;
}
</style>
border-color css
<style>
span { border-color: #DD2102; }
span { border-color: rgb(221,33,2); }
td.TdClassName
{
border-color: #DD2102;
}
.TagClassName
{
border-color: #DD2102;
}
</style>