Html Css Color HEX #DD3C12 Harley Davidson Orange
📋 copy color: '#DD3C12'red 221 ◦ green 60 ◦ blue 18
Shades of Harley Davidson Orange #DD3C12
Tints of Harley Davidson Orange #DD3C12
RGB
CMYK
RGB Variations
Color information
#DD3C12 (or 0xDD3C12) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 12. RGB value is (221,60,18). Sum of RGB (Red+Green+Blue) = 221+60+18=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C12 is #22C3ED. Grayscale: #676767. Windows color (decimal): -2278382 or 1195229. OLE color: 1195229.
HSL color Cylindrical-coordinate representation of color #DD3C12: hue angle of 12.41º 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 #DD3C12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.13 |
| HSL | 12.41º | 0.85% | 0.47% | - |
| HSV(B) | 12.41º | 0.92% | 0.87% | - |
| XYZ | 31.54 | 18.65 | 2.51 | - |
| YUV | 103.35 | 79.84 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 18 | 0 | 0.73 | 0.92 | 0.13 | 12.41 | 0.85 | 0.47 |
| Hex | DD | 3C | 12 | 0 | 49 | 5C | D | C | 55 | 2F |
| Octal | 335 | 74 | 22 | 0 | 111 | 134 | 15 | 14 | 125 | 57 |
| Binary | 11011101 | 111100 | 10010 | 0 | 1001001 | 1011100 | 1101 | 1100 | 1010101 | 101111 |
Color Harmonies of #DD3C12
Complementary color
Monochromatic Colors of #DD3C12
Black with #DD3C12
Text Example
Text Example
White with #DD3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C12; }
p { color: rgb(221,60,18); }
H1.HeaderClassName
{
color: #DD3C12;
}
.AnyTagClassName
{
color: #DD3C12;
}
</style>
background-color css
<style>
a { background-color: #DD3C12; }
a { background-color: rgb(221,60,18); }
div.DivClassName
{
background-color: #DD3C12;
}
.BgClassName
{
background-color: #DD3C12;
}
</style>
border-color css
<style>
span { border-color: #DD3C12; }
span { border-color: rgb(221,60,18); }
td.TdClassName
{
border-color: #DD3C12;
}
.TagClassName
{
border-color: #DD3C12;
}
</style>