Html Css Color HEX #DD3000 Harley Davidson Orange
📋 copy color: '#DD3000'red 221 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #DD3000
Tints of Harley Davidson Orange #DD3000
RGB
CMYK
RGB Variations
Color information
#DD3000 (or 0xDD3000) is known color: Harley Davidson Orange. HEX triplet: DD, 30 and 00. RGB value is (221,48,0). Sum of RGB (Red+Green+Blue) = 221+48+0=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3000 is #22CFFF. Grayscale: #5E5E5E. Windows color (decimal): -2281472 or 12509. OLE color: 12509.
HSL color Cylindrical-coordinate representation of color #DD3000: hue angle of 13.03º 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 #DD3000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.13 |
| HSL | 13.03º | 1% | 0.43% | - |
| HSV(B) | 13.03º | 1% | 0.87% | - |
| XYZ | 30.88 | 17.49 | 1.75 | - |
| YUV | 94.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 0 | 0 | 0.78 | 1 | 0.13 | 13.03 | 1 | 0.43 |
| Hex | DD | 30 | 0 | 0 | 4E | 64 | D | D | 64 | 2B |
| Octal | 335 | 60 | 0 | 0 | 116 | 144 | 15 | 15 | 144 | 53 |
| Binary | 11011101 | 110000 | 0 | 0 | 1001110 | 1100100 | 1101 | 1101 | 1100100 | 101011 |
Color Harmonies of #DD3000
Complementary color
Monochromatic Colors of #DD3000
Black with #DD3000
Text Example
Text Example
White with #DD3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3000; }
p { color: rgb(221,48,0); }
H1.HeaderClassName
{
color: #DD3000;
}
.AnyTagClassName
{
color: #DD3000;
}
</style>
background-color css
<style>
a { background-color: #DD3000; }
a { background-color: rgb(221,48,0); }
div.DivClassName
{
background-color: #DD3000;
}
.BgClassName
{
background-color: #DD3000;
}
</style>
border-color css
<style>
span { border-color: #DD3000; }
span { border-color: rgb(221,48,0); }
td.TdClassName
{
border-color: #DD3000;
}
.TagClassName
{
border-color: #DD3000;
}
</style>