Html Css Color HEX #DD3A0E Harley Davidson Orange
📋 copy color: '#DD3A0E'red 221 ◦ green 58 ◦ blue 14
Shades of Harley Davidson Orange #DD3A0E
Tints of Harley Davidson Orange #DD3A0E
RGB
CMYK
RGB Variations
Color information
#DD3A0E (or 0xDD3A0E) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 0E. RGB value is (221,58,14). Sum of RGB (Red+Green+Blue) = 221+58+14=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A0E is #22C5F1. Grayscale: #666666. Windows color (decimal): -2278898 or 932573. OLE color: 932573.
HSL color Cylindrical-coordinate representation of color #DD3A0E: hue angle of 12.75º degrees, saturation: 0.88, 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 #DD3A0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.75º | 0.88% | 0.46% | - |
| HSV(B) | 12.75º | 0.94% | 0.87% | - |
| XYZ | 31.41 | 18.43 | 2.32 | - |
| YUV | 101.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 14 | 0 | 0.74 | 0.94 | 0.13 | 12.75 | 0.88 | 0.46 |
| Hex | DD | 3A | E | 0 | 4A | 5E | D | D | 58 | 2E |
| Octal | 335 | 72 | 16 | 0 | 112 | 136 | 15 | 15 | 130 | 56 |
| Binary | 11011101 | 111010 | 1110 | 0 | 1001010 | 1011110 | 1101 | 1101 | 1011000 | 101110 |
Color Harmonies of #DD3A0E
Complementary color
Monochromatic Colors of #DD3A0E
Black with #DD3A0E
Text Example
Text Example
White with #DD3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A0E; }
p { color: rgb(221,58,14); }
H1.HeaderClassName
{
color: #DD3A0E;
}
.AnyTagClassName
{
color: #DD3A0E;
}
</style>
background-color css
<style>
a { background-color: #DD3A0E; }
a { background-color: rgb(221,58,14); }
div.DivClassName
{
background-color: #DD3A0E;
}
.BgClassName
{
background-color: #DD3A0E;
}
</style>
border-color css
<style>
span { border-color: #DD3A0E; }
span { border-color: rgb(221,58,14); }
td.TdClassName
{
border-color: #DD3A0E;
}
.TagClassName
{
border-color: #DD3A0E;
}
</style>