Html Css Color HEX #DD3410 Harley Davidson Orange
📋 copy color: '#DD3410'red 221 ◦ green 52 ◦ blue 16
Shades of Harley Davidson Orange #DD3410
Tints of Harley Davidson Orange #DD3410
RGB
CMYK
RGB Variations
Color information
#DD3410 (or 0xDD3410) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 10. RGB value is (221,52,16). Sum of RGB (Red+Green+Blue) = 221+52+16=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3410 is #22CBEF. Grayscale: #626262. Windows color (decimal): -2280432 or 1062109. OLE color: 1062109.
HSL color Cylindrical-coordinate representation of color #DD3410: hue angle of 10.54º 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 #DD3410 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.13 |
| HSL | 10.54º | 0.86% | 0.46% | - |
| HSV(B) | 10.54º | 0.93% | 0.87% | - |
| XYZ | 31.14 | 17.87 | 2.3 | - |
| YUV | 98.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 16 | 0 | 0.76 | 0.93 | 0.13 | 10.54 | 0.86 | 0.46 |
| Hex | DD | 34 | 10 | 0 | 4C | 5D | D | B | 56 | 2E |
| Octal | 335 | 64 | 20 | 0 | 114 | 135 | 15 | 13 | 126 | 56 |
| Binary | 11011101 | 110100 | 10000 | 0 | 1001100 | 1011101 | 1101 | 1011 | 1010110 | 101110 |
Color Harmonies of #DD3410
Complementary color
Monochromatic Colors of #DD3410
Black with #DD3410
Text Example
Text Example
White with #DD3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3410; }
p { color: rgb(221,52,16); }
H1.HeaderClassName
{
color: #DD3410;
}
.AnyTagClassName
{
color: #DD3410;
}
</style>
background-color css
<style>
a { background-color: #DD3410; }
a { background-color: rgb(221,52,16); }
div.DivClassName
{
background-color: #DD3410;
}
.BgClassName
{
background-color: #DD3410;
}
</style>
border-color css
<style>
span { border-color: #DD3410; }
span { border-color: rgb(221,52,16); }
td.TdClassName
{
border-color: #DD3410;
}
.TagClassName
{
border-color: #DD3410;
}
</style>