Html Css Color HEX #DD3A08 Harley Davidson Orange
📋 copy color: '#DD3A08'red 221 ◦ green 58 ◦ blue 8
Shades of Harley Davidson Orange #DD3A08
Tints of Harley Davidson Orange #DD3A08
RGB
CMYK
RGB Variations
Color information
#DD3A08 (or 0xDD3A08) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 08. RGB value is (221,58,8). Sum of RGB (Red+Green+Blue) = 221+58+8=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A08 is #22C5F7. Grayscale: #656565. Windows color (decimal): -2278904 or 539357. OLE color: 539357.
HSL color Cylindrical-coordinate representation of color #DD3A08: hue angle of 14.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD3A08 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 14.08º | 0.93% | 0.45% | - |
| HSV(B) | 14.08º | 0.96% | 0.87% | - |
| XYZ | 31.38 | 18.42 | 2.13 | - |
| YUV | 101.04 | 75.5 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 8 | 0 | 0.74 | 0.96 | 0.13 | 14.08 | 0.93 | 0.45 |
| Hex | DD | 3A | 8 | 0 | 4A | 60 | D | E | 5D | 2D |
| Octal | 335 | 72 | 10 | 0 | 112 | 140 | 15 | 16 | 135 | 55 |
| Binary | 11011101 | 111010 | 1000 | 0 | 1001010 | 1100000 | 1101 | 1110 | 1011101 | 101101 |
Color Harmonies of #DD3A08
Complementary color
Monochromatic Colors of #DD3A08
Black with #DD3A08
Text Example
Text Example
White with #DD3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A08; }
p { color: rgb(221,58,8); }
H1.HeaderClassName
{
color: #DD3A08;
}
.AnyTagClassName
{
color: #DD3A08;
}
</style>
background-color css
<style>
a { background-color: #DD3A08; }
a { background-color: rgb(221,58,8); }
div.DivClassName
{
background-color: #DD3A08;
}
.BgClassName
{
background-color: #DD3A08;
}
</style>
border-color css
<style>
span { border-color: #DD3A08; }
span { border-color: rgb(221,58,8); }
td.TdClassName
{
border-color: #DD3A08;
}
.TagClassName
{
border-color: #DD3A08;
}
</style>