Html Css Color HEX #DD3A0F Harley Davidson Orange
📋 copy color: '#DD3A0F'red 221 ◦ green 58 ◦ blue 15
Shades of Harley Davidson Orange #DD3A0F
Tints of Harley Davidson Orange #DD3A0F
RGB
CMYK
RGB Variations
Color information
#DD3A0F (or 0xDD3A0F) is known color: Harley Davidson Orange. HEX triplet: DD, 3A and 0F. RGB value is (221,58,15). Sum of RGB (Red+Green+Blue) = 221+58+15=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3A0F is #22C5F0. Grayscale: #666666. Windows color (decimal): -2278897 or 998109. OLE color: 998109.
HSL color Cylindrical-coordinate representation of color #DD3A0F: hue angle of 12.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD3A0F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.13 |
| HSL | 12.52º | 0.87% | 0.46% | - |
| HSV(B) | 12.52º | 0.93% | 0.87% | - |
| XYZ | 31.42 | 18.43 | 2.35 | - |
| YUV | 101.84 | 79 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 15 | 0 | 0.74 | 0.93 | 0.13 | 12.52 | 0.87 | 0.46 |
| Hex | DD | 3A | F | 0 | 4A | 5D | D | D | 57 | 2E |
| Octal | 335 | 72 | 17 | 0 | 112 | 135 | 15 | 15 | 127 | 56 |
| Binary | 11011101 | 111010 | 1111 | 0 | 1001010 | 1011101 | 1101 | 1101 | 1010111 | 101110 |
Color Harmonies of #DD3A0F
Complementary color
Monochromatic Colors of #DD3A0F
Black with #DD3A0F
Text Example
Text Example
White with #DD3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A0F; }
p { color: rgb(221,58,15); }
H1.HeaderClassName
{
color: #DD3A0F;
}
.AnyTagClassName
{
color: #DD3A0F;
}
</style>
background-color css
<style>
a { background-color: #DD3A0F; }
a { background-color: rgb(221,58,15); }
div.DivClassName
{
background-color: #DD3A0F;
}
.BgClassName
{
background-color: #DD3A0F;
}
</style>
border-color css
<style>
span { border-color: #DD3A0F; }
span { border-color: rgb(221,58,15); }
td.TdClassName
{
border-color: #DD3A0F;
}
.TagClassName
{
border-color: #DD3A0F;
}
</style>