Html Css Color HEX #DD3613 Harley Davidson Orange
📋 copy color: '#DD3613'red 221 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #DD3613
Tints of Harley Davidson Orange #DD3613
RGB
CMYK
RGB Variations
Color information
#DD3613 (or 0xDD3613) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 13. RGB value is (221,54,19). Sum of RGB (Red+Green+Blue) = 221+54+19=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3613 is #22C9EC. Grayscale: #646464. Windows color (decimal): -2279917 or 1259229. OLE color: 1259229.
HSL color Cylindrical-coordinate representation of color #DD3613: hue angle of 10.4º 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 #DD3613 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.13 |
| HSL | 10.4º | 0.84% | 0.47% | - |
| HSV(B) | 10.4º | 0.91% | 0.87% | - |
| XYZ | 31.26 | 18.06 | 2.45 | - |
| YUV | 99.94 | 82.33 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 19 | 0 | 0.76 | 0.91 | 0.13 | 10.4 | 0.84 | 0.47 |
| Hex | DD | 36 | 13 | 0 | 4C | 5B | D | A | 54 | 2F |
| Octal | 335 | 66 | 23 | 0 | 114 | 133 | 15 | 12 | 124 | 57 |
| Binary | 11011101 | 110110 | 10011 | 0 | 1001100 | 1011011 | 1101 | 1010 | 1010100 | 101111 |
Color Harmonies of #DD3613
Complementary color
Monochromatic Colors of #DD3613
Black with #DD3613
Text Example
Text Example
White with #DD3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3613; }
p { color: rgb(221,54,19); }
H1.HeaderClassName
{
color: #DD3613;
}
.AnyTagClassName
{
color: #DD3613;
}
</style>
background-color css
<style>
a { background-color: #DD3613; }
a { background-color: rgb(221,54,19); }
div.DivClassName
{
background-color: #DD3613;
}
.BgClassName
{
background-color: #DD3613;
}
</style>
border-color css
<style>
span { border-color: #DD3613; }
span { border-color: rgb(221,54,19); }
td.TdClassName
{
border-color: #DD3613;
}
.TagClassName
{
border-color: #DD3613;
}
</style>