Html Css Color HEX #DD280D Harley Davidson Orange
📋 copy color: '#DD280D'red 221 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #DD280D
Tints of Harley Davidson Orange #DD280D
RGB
CMYK
RGB Variations
Color information
#DD280D (or 0xDD280D) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 0D. RGB value is (221,40,13). Sum of RGB (Red+Green+Blue) = 221+40+13=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD280D is #22D7F2. Grayscale: #5B5B5B. Windows color (decimal): -2283507 or 862429. OLE color: 862429.
HSL color Cylindrical-coordinate representation of color #DD280D: hue angle of 7.79º 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 #DD280D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.13 |
| HSL | 7.79º | 0.89% | 0.46% | - |
| HSV(B) | 7.79º | 0.94% | 0.87% | - |
| XYZ | 30.65 | 16.92 | 2.03 | - |
| YUV | 91.04 | 83.97 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 13 | 0 | 0.82 | 0.94 | 0.13 | 7.79 | 0.89 | 0.46 |
| Hex | DD | 28 | D | 0 | 52 | 5E | D | 8 | 59 | 2E |
| Octal | 335 | 50 | 15 | 0 | 122 | 136 | 15 | 10 | 131 | 56 |
| Binary | 11011101 | 101000 | 1101 | 0 | 1010010 | 1011110 | 1101 | 1000 | 1011001 | 101110 |
Color Harmonies of #DD280D
Complementary color
Monochromatic Colors of #DD280D
Black with #DD280D
Text Example
Text Example
White with #DD280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD280D; }
p { color: rgb(221,40,13); }
H1.HeaderClassName
{
color: #DD280D;
}
.AnyTagClassName
{
color: #DD280D;
}
</style>
background-color css
<style>
a { background-color: #DD280D; }
a { background-color: rgb(221,40,13); }
div.DivClassName
{
background-color: #DD280D;
}
.BgClassName
{
background-color: #DD280D;
}
</style>
border-color css
<style>
span { border-color: #DD280D; }
span { border-color: rgb(221,40,13); }
td.TdClassName
{
border-color: #DD280D;
}
.TagClassName
{
border-color: #DD280D;
}
</style>