Html Css Color HEX #DD2800 Harley Davidson Orange
📋 copy color: '#DD2800'red 221 ◦ green 40 ◦ blue 0
Shades of Harley Davidson Orange #DD2800
Tints of Harley Davidson Orange #DD2800
RGB
CMYK
RGB Variations
Color information
#DD2800 (or 0xDD2800) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 00. RGB value is (221,40,0). Sum of RGB (Red+Green+Blue) = 221+40+0=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2800 is #22D7FF. Grayscale: #595959. Windows color (decimal): -2283520 or 10461. OLE color: 10461.
HSL color Cylindrical-coordinate representation of color #DD2800: hue angle of 10.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.13 |
| HSL | 10.86º | 1% | 0.43% | - |
| HSV(B) | 10.86º | 1% | 0.87% | - |
| XYZ | 30.58 | 16.89 | 1.65 | - |
| YUV | 89.56 | 77.47 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 0 | 0 | 0.82 | 1 | 0.13 | 10.86 | 1 | 0.43 |
| Hex | DD | 28 | 0 | 0 | 52 | 64 | D | B | 64 | 2B |
| Octal | 335 | 50 | 0 | 0 | 122 | 144 | 15 | 13 | 144 | 53 |
| Binary | 11011101 | 101000 | 0 | 0 | 1010010 | 1100100 | 1101 | 1011 | 1100100 | 101011 |
Color Harmonies of #DD2800
Complementary color
Monochromatic Colors of #DD2800
Black with #DD2800
Text Example
Text Example
White with #DD2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2800; }
p { color: rgb(221,40,0); }
H1.HeaderClassName
{
color: #DD2800;
}
.AnyTagClassName
{
color: #DD2800;
}
</style>
background-color css
<style>
a { background-color: #DD2800; }
a { background-color: rgb(221,40,0); }
div.DivClassName
{
background-color: #DD2800;
}
.BgClassName
{
background-color: #DD2800;
}
</style>
border-color css
<style>
span { border-color: #DD2800; }
span { border-color: rgb(221,40,0); }
td.TdClassName
{
border-color: #DD2800;
}
.TagClassName
{
border-color: #DD2800;
}
</style>