Html Css Color HEX #DD3A0A Harley Davidson Orange
📋 copy color: '#DD3A0A'red 221 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #DD3A0A
Tints of Harley Davidson Orange #DD3A0A
RGB
CMYK
RGB Variations
Color information
#DD3A0A (or 0xDD3A0A) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 0A. RGB value is (221,58,10). Sum of RGB (Red+Green+Blue) = 221+58+10=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A0A is #22C5F5. Grayscale: #656565. Windows color (decimal): -2278902 or 670429. OLE color: 670429.
HSL color Cylindrical-coordinate representation of color #DD3A0A: hue angle of 13.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD3A0A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.13 |
| HSL | 13.65º | 0.91% | 0.45% | - |
| HSV(B) | 13.65º | 0.95% | 0.87% | - |
| XYZ | 31.39 | 18.42 | 2.19 | - |
| YUV | 101.27 | 76.5 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 10 | 0 | 0.74 | 0.95 | 0.13 | 13.65 | 0.91 | 0.45 |
| Hex | DD | 3A | A | 0 | 4A | 5F | D | E | 5B | 2D |
| Octal | 335 | 72 | 12 | 0 | 112 | 137 | 15 | 16 | 133 | 55 |
| Binary | 11011101 | 111010 | 1010 | 0 | 1001010 | 1011111 | 1101 | 1110 | 1011011 | 101101 |
Color Harmonies of #DD3A0A
Complementary color
Monochromatic Colors of #DD3A0A
Black with #DD3A0A
Text Example
Text Example
White with #DD3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A0A; }
p { color: rgb(221,58,10); }
H1.HeaderClassName
{
color: #DD3A0A;
}
.AnyTagClassName
{
color: #DD3A0A;
}
</style>
background-color css
<style>
a { background-color: #DD3A0A; }
a { background-color: rgb(221,58,10); }
div.DivClassName
{
background-color: #DD3A0A;
}
.BgClassName
{
background-color: #DD3A0A;
}
</style>
border-color css
<style>
span { border-color: #DD3A0A; }
span { border-color: rgb(221,58,10); }
td.TdClassName
{
border-color: #DD3A0A;
}
.TagClassName
{
border-color: #DD3A0A;
}
</style>