Html Css Color HEX #DD3F0F Harley Davidson Orange
📋 copy color: '#DD3F0F'red 221 ◦ green 63 ◦ blue 15
Shades of Harley Davidson Orange #DD3F0F
Tints of Harley Davidson Orange #DD3F0F
RGB
CMYK
RGB Variations
Color information
#DD3F0F (or 0xDD3F0F) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 0F. RGB value is (221,63,15). Sum of RGB (Red+Green+Blue) = 221+63+15=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F0F is #22C0F0. Grayscale: #696969. Windows color (decimal): -2277617 or 999389. OLE color: 999389.
HSL color Cylindrical-coordinate representation of color #DD3F0F: hue angle of 13.98º 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 #DD3F0F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.13 |
| HSL | 13.98º | 0.87% | 0.46% | - |
| HSV(B) | 13.98º | 0.93% | 0.87% | - |
| XYZ | 31.68 | 18.96 | 2.44 | - |
| YUV | 104.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 15 | 0 | 0.71 | 0.93 | 0.13 | 13.98 | 0.87 | 0.46 |
| Hex | DD | 3F | F | 0 | 47 | 5D | D | E | 57 | 2E |
| Octal | 335 | 77 | 17 | 0 | 107 | 135 | 15 | 16 | 127 | 56 |
| Binary | 11011101 | 111111 | 1111 | 0 | 1000111 | 1011101 | 1101 | 1110 | 1010111 | 101110 |
Color Harmonies of #DD3F0F
Complementary color
Monochromatic Colors of #DD3F0F
Black with #DD3F0F
Text Example
Text Example
White with #DD3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F0F; }
p { color: rgb(221,63,15); }
H1.HeaderClassName
{
color: #DD3F0F;
}
.AnyTagClassName
{
color: #DD3F0F;
}
</style>
background-color css
<style>
a { background-color: #DD3F0F; }
a { background-color: rgb(221,63,15); }
div.DivClassName
{
background-color: #DD3F0F;
}
.BgClassName
{
background-color: #DD3F0F;
}
</style>
border-color css
<style>
span { border-color: #DD3F0F; }
span { border-color: rgb(221,63,15); }
td.TdClassName
{
border-color: #DD3F0F;
}
.TagClassName
{
border-color: #DD3F0F;
}
</style>