Html Css Color HEX #DD4512 Harley Davidson Orange
📋 copy color: '#DD4512'red 221 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #DD4512
Tints of Harley Davidson Orange #DD4512
RGB
CMYK
RGB Variations
Color information
#DD4512 (or 0xDD4512) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 12. RGB value is (221,69,18). Sum of RGB (Red+Green+Blue) = 221+69+18=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4512 is #22BAED. Grayscale: #6C6C6C. Windows color (decimal): -2276078 or 1197533. OLE color: 1197533.
HSL color Cylindrical-coordinate representation of color #DD4512: hue angle of 15.07º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD4512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.13 |
| HSL | 15.07º | 0.85% | 0.47% | - |
| HSV(B) | 15.07º | 0.92% | 0.87% | - |
| XYZ | 32.06 | 19.67 | 2.68 | - |
| YUV | 108.63 | 76.86 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 18 | 0 | 0.69 | 0.92 | 0.13 | 15.07 | 0.85 | 0.47 |
| Hex | DD | 45 | 12 | 0 | 45 | 5C | D | F | 55 | 2F |
| Octal | 335 | 105 | 22 | 0 | 105 | 134 | 15 | 17 | 125 | 57 |
| Binary | 11011101 | 1000101 | 10010 | 0 | 1000101 | 1011100 | 1101 | 1111 | 1010101 | 101111 |
Color Harmonies of #DD4512
Complementary color
Monochromatic Colors of #DD4512
Black with #DD4512
Text Example
Text Example
White with #DD4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4512; }
p { color: rgb(221,69,18); }
H1.HeaderClassName
{
color: #DD4512;
}
.AnyTagClassName
{
color: #DD4512;
}
</style>
background-color css
<style>
a { background-color: #DD4512; }
a { background-color: rgb(221,69,18); }
div.DivClassName
{
background-color: #DD4512;
}
.BgClassName
{
background-color: #DD4512;
}
</style>
border-color css
<style>
span { border-color: #DD4512; }
span { border-color: rgb(221,69,18); }
td.TdClassName
{
border-color: #DD4512;
}
.TagClassName
{
border-color: #DD4512;
}
</style>