Html Css Color HEX #DD2600 Harley Davidson Orange
📋 copy color: '#DD2600'red 221 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #DD2600
Tints of Harley Davidson Orange #DD2600
RGB
CMYK
RGB Variations
Color information
#DD2600 (or 0xDD2600) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 00. RGB value is (221,38,0). Sum of RGB (Red+Green+Blue) = 221+38+0=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2600 is #22D9FF. Grayscale: #585858. Windows color (decimal): -2284032 or 9949. OLE color: 9949.
HSL color Cylindrical-coordinate representation of color #DD2600: hue angle of 10.32º 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 #DD2600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.13 |
| HSL | 10.32º | 1% | 0.43% | - |
| HSV(B) | 10.32º | 1% | 0.87% | - |
| XYZ | 30.51 | 16.76 | 1.63 | - |
| YUV | 88.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 0 | 0 | 0.83 | 1 | 0.13 | 10.32 | 1 | 0.43 |
| Hex | DD | 26 | 0 | 0 | 53 | 64 | D | A | 64 | 2B |
| Octal | 335 | 46 | 0 | 0 | 123 | 144 | 15 | 12 | 144 | 53 |
| Binary | 11011101 | 100110 | 0 | 0 | 1010011 | 1100100 | 1101 | 1010 | 1100100 | 101011 |
Color Harmonies of #DD2600
Complementary color
Monochromatic Colors of #DD2600
Black with #DD2600
Text Example
Text Example
White with #DD2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2600; }
p { color: rgb(221,38,0); }
H1.HeaderClassName
{
color: #DD2600;
}
.AnyTagClassName
{
color: #DD2600;
}
</style>
background-color css
<style>
a { background-color: #DD2600; }
a { background-color: rgb(221,38,0); }
div.DivClassName
{
background-color: #DD2600;
}
.BgClassName
{
background-color: #DD2600;
}
</style>
border-color css
<style>
span { border-color: #DD2600; }
span { border-color: rgb(221,38,0); }
td.TdClassName
{
border-color: #DD2600;
}
.TagClassName
{
border-color: #DD2600;
}
</style>