Html Css Color HEX #DD3614 Harley Davidson Orange
📋 copy color: '#DD3614'red 221 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #DD3614
Tints of Harley Davidson Orange #DD3614
RGB
CMYK
RGB Variations
Color information
#DD3614 (or 0xDD3614) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 14. RGB value is (221,54,20). Sum of RGB (Red+Green+Blue) = 221+54+20=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3614 is #22C9EB. Grayscale: #646464. Windows color (decimal): -2279916 or 1324765. OLE color: 1324765.
HSL color Cylindrical-coordinate representation of color #DD3614: hue angle of 10.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD3614 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 20 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.13 |
| HSL | 10.15º | 0.83% | 0.47% | - |
| HSV(B) | 10.15º | 0.91% | 0.87% | - |
| XYZ | 31.26 | 18.06 | 2.5 | - |
| YUV | 100.06 | 82.83 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 20 | 0 | 0.76 | 0.91 | 0.13 | 10.15 | 0.83 | 0.47 |
| Hex | DD | 36 | 14 | 0 | 4C | 5B | D | A | 53 | 2F |
| Octal | 335 | 66 | 24 | 0 | 114 | 133 | 15 | 12 | 123 | 57 |
| Binary | 11011101 | 110110 | 10100 | 0 | 1001100 | 1011011 | 1101 | 1010 | 1010011 | 101111 |
Color Harmonies of #DD3614
Complementary color
Monochromatic Colors of #DD3614
Black with #DD3614
Text Example
Text Example
White with #DD3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3614; }
p { color: rgb(221,54,20); }
H1.HeaderClassName
{
color: #DD3614;
}
.AnyTagClassName
{
color: #DD3614;
}
</style>
background-color css
<style>
a { background-color: #DD3614; }
a { background-color: rgb(221,54,20); }
div.DivClassName
{
background-color: #DD3614;
}
.BgClassName
{
background-color: #DD3614;
}
</style>
border-color css
<style>
span { border-color: #DD3614; }
span { border-color: rgb(221,54,20); }
td.TdClassName
{
border-color: #DD3614;
}
.TagClassName
{
border-color: #DD3614;
}
</style>