Html Css Color HEX #DD290F Harley Davidson Orange
📋 copy color: '#DD290F'red 221 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #DD290F
Tints of Harley Davidson Orange #DD290F
RGB
CMYK
RGB Variations
Color information
#DD290F (or 0xDD290F) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 0F. RGB value is (221,41,15). Sum of RGB (Red+Green+Blue) = 221+41+15=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD290F is #22D6F0. Grayscale: #5C5C5C. Windows color (decimal): -2283249 or 993757. OLE color: 993757.
HSL color Cylindrical-coordinate representation of color #DD290F: hue angle of 7.57º 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 #DD290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.13 |
| HSL | 7.57º | 0.87% | 0.46% | - |
| HSV(B) | 7.57º | 0.93% | 0.87% | - |
| XYZ | 30.7 | 16.99 | 2.11 | - |
| YUV | 91.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 15 | 0 | 0.81 | 0.93 | 0.13 | 7.57 | 0.87 | 0.46 |
| Hex | DD | 29 | F | 0 | 51 | 5D | D | 8 | 57 | 2E |
| Octal | 335 | 51 | 17 | 0 | 121 | 135 | 15 | 10 | 127 | 56 |
| Binary | 11011101 | 101001 | 1111 | 0 | 1010001 | 1011101 | 1101 | 1000 | 1010111 | 101110 |
Color Harmonies of #DD290F
Complementary color
Monochromatic Colors of #DD290F
Black with #DD290F
Text Example
Text Example
White with #DD290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD290F; }
p { color: rgb(221,41,15); }
H1.HeaderClassName
{
color: #DD290F;
}
.AnyTagClassName
{
color: #DD290F;
}
</style>
background-color css
<style>
a { background-color: #DD290F; }
a { background-color: rgb(221,41,15); }
div.DivClassName
{
background-color: #DD290F;
}
.BgClassName
{
background-color: #DD290F;
}
</style>
border-color css
<style>
span { border-color: #DD290F; }
span { border-color: rgb(221,41,15); }
td.TdClassName
{
border-color: #DD290F;
}
.TagClassName
{
border-color: #DD290F;
}
</style>