Html Css Color HEX #DD190D Harley Davidson Orange
📋 copy color: '#DD190D'red 221 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #DD190D
Tints of Harley Davidson Orange #DD190D
RGB
CMYK
RGB Variations
Color information
#DD190D (or 0xDD190D) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 0D. RGB value is (221,25,13). Sum of RGB (Red+Green+Blue) = 221+25+13=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD190D is #22E6F2. Grayscale: #525252. Windows color (decimal): -2287347 or 858589. OLE color: 858589.
HSL color Cylindrical-coordinate representation of color #DD190D: hue angle of 3.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD190D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.13 |
| HSL | 3.46º | 0.89% | 0.46% | - |
| HSV(B) | 3.46º | 0.94% | 0.87% | - |
| XYZ | 30.24 | 16.1 | 1.89 | - |
| YUV | 82.24 | 88.93 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 13 | 0 | 0.89 | 0.94 | 0.13 | 3.46 | 0.89 | 0.46 |
| Hex | DD | 19 | D | 0 | 59 | 5E | D | 3 | 59 | 2E |
| Octal | 335 | 31 | 15 | 0 | 131 | 136 | 15 | 3 | 131 | 56 |
| Binary | 11011101 | 11001 | 1101 | 0 | 1011001 | 1011110 | 1101 | 11 | 1011001 | 101110 |
Color Harmonies of #DD190D
Complementary color
Monochromatic Colors of #DD190D
Black with #DD190D
Text Example
Text Example
White with #DD190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD190D; }
p { color: rgb(221,25,13); }
H1.HeaderClassName
{
color: #DD190D;
}
.AnyTagClassName
{
color: #DD190D;
}
</style>
background-color css
<style>
a { background-color: #DD190D; }
a { background-color: rgb(221,25,13); }
div.DivClassName
{
background-color: #DD190D;
}
.BgClassName
{
background-color: #DD190D;
}
</style>
border-color css
<style>
span { border-color: #DD190D; }
span { border-color: rgb(221,25,13); }
td.TdClassName
{
border-color: #DD190D;
}
.TagClassName
{
border-color: #DD190D;
}
</style>