Html Css Color HEX #DD3713 Harley Davidson Orange
📋 copy color: '#DD3713'red 221 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #DD3713
Tints of Harley Davidson Orange #DD3713
RGB
CMYK
RGB Variations
Color information
#DD3713 (or 0xDD3713) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 13. RGB value is (221,55,19). Sum of RGB (Red+Green+Blue) = 221+55+19=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3713 is #22C8EC. Grayscale: #646464. Windows color (decimal): -2279661 or 1259485. OLE color: 1259485.
HSL color Cylindrical-coordinate representation of color #DD3713: hue angle of 10.69º degrees, saturation: 0.84, 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 #DD3713 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.13 |
| HSL | 10.69º | 0.84% | 0.47% | - |
| HSV(B) | 10.69º | 0.91% | 0.87% | - |
| XYZ | 31.3 | 18.15 | 2.47 | - |
| YUV | 100.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 19 | 0 | 0.75 | 0.91 | 0.13 | 10.69 | 0.84 | 0.47 |
| Hex | DD | 37 | 13 | 0 | 4B | 5B | D | B | 54 | 2F |
| Octal | 335 | 67 | 23 | 0 | 113 | 133 | 15 | 13 | 124 | 57 |
| Binary | 11011101 | 110111 | 10011 | 0 | 1001011 | 1011011 | 1101 | 1011 | 1010100 | 101111 |
Color Harmonies of #DD3713
Complementary color
Monochromatic Colors of #DD3713
Black with #DD3713
Text Example
Text Example
White with #DD3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3713; }
p { color: rgb(221,55,19); }
H1.HeaderClassName
{
color: #DD3713;
}
.AnyTagClassName
{
color: #DD3713;
}
</style>
background-color css
<style>
a { background-color: #DD3713; }
a { background-color: rgb(221,55,19); }
div.DivClassName
{
background-color: #DD3713;
}
.BgClassName
{
background-color: #DD3713;
}
</style>
border-color css
<style>
span { border-color: #DD3713; }
span { border-color: rgb(221,55,19); }
td.TdClassName
{
border-color: #DD3713;
}
.TagClassName
{
border-color: #DD3713;
}
</style>