Html Css Color HEX #DD3A0D Harley Davidson Orange
📋 copy color: '#DD3A0D'red 221 ◦ green 58 ◦ blue 13
Shades of Harley Davidson Orange #DD3A0D
Tints of Harley Davidson Orange #DD3A0D
RGB
CMYK
RGB Variations
Color information
#DD3A0D (or 0xDD3A0D) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 0D. RGB value is (221,58,13). Sum of RGB (Red+Green+Blue) = 221+58+13=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A0D is #22C5F2. Grayscale: #656565. Windows color (decimal): -2278899 or 867037. OLE color: 867037.
HSL color Cylindrical-coordinate representation of color #DD3A0D: hue angle of 12.98º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD3A0D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.98º | 0.89% | 0.46% | - |
| HSV(B) | 12.98º | 0.94% | 0.87% | - |
| XYZ | 31.4 | 18.43 | 2.28 | - |
| YUV | 101.61 | 78 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 13 | 0 | 0.74 | 0.94 | 0.13 | 12.98 | 0.89 | 0.46 |
| Hex | DD | 3A | D | 0 | 4A | 5E | D | D | 59 | 2E |
| Octal | 335 | 72 | 15 | 0 | 112 | 136 | 15 | 15 | 131 | 56 |
| Binary | 11011101 | 111010 | 1101 | 0 | 1001010 | 1011110 | 1101 | 1101 | 1011001 | 101110 |
Color Harmonies of #DD3A0D
Complementary color
Monochromatic Colors of #DD3A0D
Black with #DD3A0D
Text Example
Text Example
White with #DD3A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A0D; }
p { color: rgb(221,58,13); }
H1.HeaderClassName
{
color: #DD3A0D;
}
.AnyTagClassName
{
color: #DD3A0D;
}
</style>
background-color css
<style>
a { background-color: #DD3A0D; }
a { background-color: rgb(221,58,13); }
div.DivClassName
{
background-color: #DD3A0D;
}
.BgClassName
{
background-color: #DD3A0D;
}
</style>
border-color css
<style>
span { border-color: #DD3A0D; }
span { border-color: rgb(221,58,13); }
td.TdClassName
{
border-color: #DD3A0D;
}
.TagClassName
{
border-color: #DD3A0D;
}
</style>