Html Css Color HEX #DD4210 Harley Davidson Orange
📋 copy color: '#DD4210'red 221 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #DD4210
Tints of Harley Davidson Orange #DD4210
RGB
CMYK
RGB Variations
Color information
#DD4210 (or 0xDD4210) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 10. RGB value is (221,66,16). Sum of RGB (Red+Green+Blue) = 221+66+16=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4210 is #22BDEF. Grayscale: #6B6B6B. Windows color (decimal): -2276848 or 1065693. OLE color: 1065693.
HSL color Cylindrical-coordinate representation of color #DD4210: hue angle of 14.63º 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 #DD4210 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.13 |
| HSL | 14.63º | 0.86% | 0.46% | - |
| HSV(B) | 14.63º | 0.93% | 0.87% | - |
| XYZ | 31.86 | 19.31 | 2.54 | - |
| YUV | 106.65 | 76.85 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 16 | 0 | 0.70 | 0.93 | 0.13 | 14.63 | 0.86 | 0.46 |
| Hex | DD | 42 | 10 | 0 | 46 | 5D | D | F | 56 | 2E |
| Octal | 335 | 102 | 20 | 0 | 106 | 135 | 15 | 17 | 126 | 56 |
| Binary | 11011101 | 1000010 | 10000 | 0 | 1000110 | 1011101 | 1101 | 1111 | 1010110 | 101110 |
Color Harmonies of #DD4210
Complementary color
Monochromatic Colors of #DD4210
Black with #DD4210
Text Example
Text Example
White with #DD4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4210; }
p { color: rgb(221,66,16); }
H1.HeaderClassName
{
color: #DD4210;
}
.AnyTagClassName
{
color: #DD4210;
}
</style>
background-color css
<style>
a { background-color: #DD4210; }
a { background-color: rgb(221,66,16); }
div.DivClassName
{
background-color: #DD4210;
}
.BgClassName
{
background-color: #DD4210;
}
</style>
border-color css
<style>
span { border-color: #DD4210; }
span { border-color: rgb(221,66,16); }
td.TdClassName
{
border-color: #DD4210;
}
.TagClassName
{
border-color: #DD4210;
}
</style>