Html Css Color HEX #DD2710 Harley Davidson Orange
📋 copy color: '#DD2710'red 221 ◦ green 39 ◦ blue 16
Shades of Harley Davidson Orange #DD2710
Tints of Harley Davidson Orange #DD2710
RGB
CMYK
RGB Variations
Color information
#DD2710 (or 0xDD2710) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 10. RGB value is (221,39,16). Sum of RGB (Red+Green+Blue) = 221+39+16=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2710 is #22D8EF. Grayscale: #5B5B5B. Windows color (decimal): -2283760 or 1058781. OLE color: 1058781.
HSL color Cylindrical-coordinate representation of color #DD2710: hue angle of 6.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD2710 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.13 |
| HSL | 6.73º | 0.86% | 0.46% | - |
| HSV(B) | 6.73º | 0.93% | 0.87% | - |
| XYZ | 30.64 | 16.86 | 2.13 | - |
| YUV | 90.8 | 85.8 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 16 | 0 | 0.82 | 0.93 | 0.13 | 6.73 | 0.86 | 0.46 |
| Hex | DD | 27 | 10 | 0 | 52 | 5D | D | 7 | 56 | 2E |
| Octal | 335 | 47 | 20 | 0 | 122 | 135 | 15 | 7 | 126 | 56 |
| Binary | 11011101 | 100111 | 10000 | 0 | 1010010 | 1011101 | 1101 | 111 | 1010110 | 101110 |
Color Harmonies of #DD2710
Complementary color
Monochromatic Colors of #DD2710
Black with #DD2710
Text Example
Text Example
White with #DD2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2710; }
p { color: rgb(221,39,16); }
H1.HeaderClassName
{
color: #DD2710;
}
.AnyTagClassName
{
color: #DD2710;
}
</style>
background-color css
<style>
a { background-color: #DD2710; }
a { background-color: rgb(221,39,16); }
div.DivClassName
{
background-color: #DD2710;
}
.BgClassName
{
background-color: #DD2710;
}
</style>
border-color css
<style>
span { border-color: #DD2710; }
span { border-color: rgb(221,39,16); }
td.TdClassName
{
border-color: #DD2710;
}
.TagClassName
{
border-color: #DD2710;
}
</style>