Html Css Color HEX #DD291C Harley Davidson Orange
📋 copy color: '#DD291C'red 221 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #DD291C
Tints of Harley Davidson Orange #DD291C
RGB
CMYK
RGB Variations
Color information
#DD291C (or 0xDD291C) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 1C. RGB value is (221,41,28). Sum of RGB (Red+Green+Blue) = 221+41+28=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD291C is #22D6E3. Grayscale: #5D5D5D. Windows color (decimal): -2283236 or 1845725. OLE color: 1845725.
HSL color Cylindrical-coordinate representation of color #DD291C: hue angle of 4.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD291C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.13 |
| HSL | 4.04º | 0.78% | 0.49% | - |
| HSV(B) | 4.04º | 0.87% | 0.87% | - |
| XYZ | 30.82 | 17.04 | 2.76 | - |
| YUV | 93.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 28 | 0 | 0.81 | 0.87 | 0.13 | 4.04 | 0.78 | 0.49 |
| Hex | DD | 29 | 1C | 0 | 51 | 57 | D | 4 | 4E | 31 |
| Octal | 335 | 51 | 34 | 0 | 121 | 127 | 15 | 4 | 116 | 61 |
| Binary | 11011101 | 101001 | 11100 | 0 | 1010001 | 1010111 | 1101 | 100 | 1001110 | 110001 |
Color Harmonies of #DD291C
Complementary color
Monochromatic Colors of #DD291C
Black with #DD291C
Text Example
Text Example
White with #DD291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD291C; }
p { color: rgb(221,41,28); }
H1.HeaderClassName
{
color: #DD291C;
}
.AnyTagClassName
{
color: #DD291C;
}
</style>
background-color css
<style>
a { background-color: #DD291C; }
a { background-color: rgb(221,41,28); }
div.DivClassName
{
background-color: #DD291C;
}
.BgClassName
{
background-color: #DD291C;
}
</style>
border-color css
<style>
span { border-color: #DD291C; }
span { border-color: rgb(221,41,28); }
td.TdClassName
{
border-color: #DD291C;
}
.TagClassName
{
border-color: #DD291C;
}
</style>