Html Css Color HEX #DD2808 Harley Davidson Orange
📋 copy color: '#DD2808'red 221 ◦ green 40 ◦ blue 8
Shades of Harley Davidson Orange #DD2808
Tints of Harley Davidson Orange #DD2808
RGB
CMYK
RGB Variations
Color information
#DD2808 (or 0xDD2808) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 08. RGB value is (221,40,8). Sum of RGB (Red+Green+Blue) = 221+40+8=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2808 is #22D7F7. Grayscale: #5A5A5A. Windows color (decimal): -2283512 or 534749. OLE color: 534749.
HSL color Cylindrical-coordinate representation of color #DD2808: hue angle of 9.01º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD2808 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.13 |
| HSL | 9.01º | 0.93% | 0.45% | - |
| HSV(B) | 9.01º | 0.96% | 0.87% | - |
| XYZ | 30.62 | 16.91 | 1.88 | - |
| YUV | 90.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 8 | 0 | 0.82 | 0.96 | 0.13 | 9.01 | 0.93 | 0.45 |
| Hex | DD | 28 | 8 | 0 | 52 | 60 | D | 9 | 5D | 2D |
| Octal | 335 | 50 | 10 | 0 | 122 | 140 | 15 | 11 | 135 | 55 |
| Binary | 11011101 | 101000 | 1000 | 0 | 1010010 | 1100000 | 1101 | 1001 | 1011101 | 101101 |
Color Harmonies of #DD2808
Complementary color
Monochromatic Colors of #DD2808
Black with #DD2808
Text Example
Text Example
White with #DD2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2808; }
p { color: rgb(221,40,8); }
H1.HeaderClassName
{
color: #DD2808;
}
.AnyTagClassName
{
color: #DD2808;
}
</style>
background-color css
<style>
a { background-color: #DD2808; }
a { background-color: rgb(221,40,8); }
div.DivClassName
{
background-color: #DD2808;
}
.BgClassName
{
background-color: #DD2808;
}
</style>
border-color css
<style>
span { border-color: #DD2808; }
span { border-color: rgb(221,40,8); }
td.TdClassName
{
border-color: #DD2808;
}
.TagClassName
{
border-color: #DD2808;
}
</style>