Html Css Color HEX #DD2700 Harley Davidson Orange
📋 copy color: '#DD2700'red 221 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #DD2700
Tints of Harley Davidson Orange #DD2700
RGB
CMYK
RGB Variations
Color information
#DD2700 (or 0xDD2700) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 00. RGB value is (221,39,0). Sum of RGB (Red+Green+Blue) = 221+39+0=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2700 is #22D8FF. Grayscale: #595959. Windows color (decimal): -2283776 or 10205. OLE color: 10205.
HSL color Cylindrical-coordinate representation of color #DD2700: hue angle of 10.59º 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 #DD2700 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.13 |
| HSL | 10.59º | 1% | 0.43% | - |
| HSV(B) | 10.59º | 1% | 0.87% | - |
| XYZ | 30.54 | 16.82 | 1.64 | - |
| YUV | 88.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 0 | 0 | 0.82 | 1 | 0.13 | 10.59 | 1 | 0.43 |
| Hex | DD | 27 | 0 | 0 | 52 | 64 | D | B | 64 | 2B |
| Octal | 335 | 47 | 0 | 0 | 122 | 144 | 15 | 13 | 144 | 53 |
| Binary | 11011101 | 100111 | 0 | 0 | 1010010 | 1100100 | 1101 | 1011 | 1100100 | 101011 |
Color Harmonies of #DD2700
Complementary color
Monochromatic Colors of #DD2700
Black with #DD2700
Text Example
Text Example
White with #DD2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2700; }
p { color: rgb(221,39,0); }
H1.HeaderClassName
{
color: #DD2700;
}
.AnyTagClassName
{
color: #DD2700;
}
</style>
background-color css
<style>
a { background-color: #DD2700; }
a { background-color: rgb(221,39,0); }
div.DivClassName
{
background-color: #DD2700;
}
.BgClassName
{
background-color: #DD2700;
}
</style>
border-color css
<style>
span { border-color: #DD2700; }
span { border-color: rgb(221,39,0); }
td.TdClassName
{
border-color: #DD2700;
}
.TagClassName
{
border-color: #DD2700;
}
</style>