Html Css Color HEX #DD3E10 Harley Davidson Orange
📋 copy color: '#DD3E10'red 221 ◦ green 62 ◦ blue 16
Shades of Harley Davidson Orange #DD3E10
Tints of Harley Davidson Orange #DD3E10
RGB
CMYK
RGB Variations
Color information
#DD3E10 (or 0xDD3E10) is known color: Harley Davidson Orange. HEX triplet: DD, 3E and 10. RGB value is (221,62,16). Sum of RGB (Red+Green+Blue) = 221+62+16=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3E10 is #22C1EF. Grayscale: #686868. Windows color (decimal): -2277872 or 1064669. OLE color: 1064669.
HSL color Cylindrical-coordinate representation of color #DD3E10: hue angle of 13.46º 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 #DD3E10 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 16 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.13 |
| HSL | 13.46º | 0.86% | 0.46% | - |
| HSV(B) | 13.46º | 0.93% | 0.87% | - |
| XYZ | 31.63 | 18.85 | 2.46 | - |
| YUV | 104.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 16 | 0 | 0.72 | 0.93 | 0.13 | 13.46 | 0.86 | 0.46 |
| Hex | DD | 3E | 10 | 0 | 48 | 5D | D | D | 56 | 2E |
| Octal | 335 | 76 | 20 | 0 | 110 | 135 | 15 | 15 | 126 | 56 |
| Binary | 11011101 | 111110 | 10000 | 0 | 1001000 | 1011101 | 1101 | 1101 | 1010110 | 101110 |
Color Harmonies of #DD3E10
Complementary color
Monochromatic Colors of #DD3E10
Black with #DD3E10
Text Example
Text Example
White with #DD3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E10; }
p { color: rgb(221,62,16); }
H1.HeaderClassName
{
color: #DD3E10;
}
.AnyTagClassName
{
color: #DD3E10;
}
</style>
background-color css
<style>
a { background-color: #DD3E10; }
a { background-color: rgb(221,62,16); }
div.DivClassName
{
background-color: #DD3E10;
}
.BgClassName
{
background-color: #DD3E10;
}
</style>
border-color css
<style>
span { border-color: #DD3E10; }
span { border-color: rgb(221,62,16); }
td.TdClassName
{
border-color: #DD3E10;
}
.TagClassName
{
border-color: #DD3E10;
}
</style>