Html Css Color HEX #DD210B Harley Davidson Orange
📋 copy color: '#DD210B'red 221 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #DD210B
Tints of Harley Davidson Orange #DD210B
RGB
CMYK
RGB Variations
Color information
#DD210B (or 0xDD210B) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 0B. RGB value is (221,33,11). Sum of RGB (Red+Green+Blue) = 221+33+11=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD210B is #22DEF4. Grayscale: #565656. Windows color (decimal): -2285301 or 729565. OLE color: 729565.
HSL color Cylindrical-coordinate representation of color #DD210B: hue angle of 6.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD210B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 6.29º | 0.91% | 0.45% | - |
| HSV(B) | 6.29º | 0.95% | 0.87% | - |
| XYZ | 30.42 | 16.48 | 1.89 | - |
| YUV | 86.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 11 | 0 | 0.85 | 0.95 | 0.13 | 6.29 | 0.91 | 0.45 |
| Hex | DD | 21 | B | 0 | 55 | 5F | D | 6 | 5B | 2D |
| Octal | 335 | 41 | 13 | 0 | 125 | 137 | 15 | 6 | 133 | 55 |
| Binary | 11011101 | 100001 | 1011 | 0 | 1010101 | 1011111 | 1101 | 110 | 1011011 | 101101 |
Color Harmonies of #DD210B
Complementary color
Monochromatic Colors of #DD210B
Black with #DD210B
Text Example
Text Example
White with #DD210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD210B; }
p { color: rgb(221,33,11); }
H1.HeaderClassName
{
color: #DD210B;
}
.AnyTagClassName
{
color: #DD210B;
}
</style>
background-color css
<style>
a { background-color: #DD210B; }
a { background-color: rgb(221,33,11); }
div.DivClassName
{
background-color: #DD210B;
}
.BgClassName
{
background-color: #DD210B;
}
</style>
border-color css
<style>
span { border-color: #DD210B; }
span { border-color: rgb(221,33,11); }
td.TdClassName
{
border-color: #DD210B;
}
.TagClassName
{
border-color: #DD210B;
}
</style>