Html Css Color HEX #DD260E Harley Davidson Orange
📋 copy color: '#DD260E'red 221 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #DD260E
Tints of Harley Davidson Orange #DD260E
RGB
CMYK
RGB Variations
Color information
#DD260E (or 0xDD260E) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 0E. RGB value is (221,38,14). Sum of RGB (Red+Green+Blue) = 221+38+14=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD260E is #22D9F1. Grayscale: #5A5A5A. Windows color (decimal): -2284018 or 927453. OLE color: 927453.
HSL color Cylindrical-coordinate representation of color #DD260E: hue angle of 6.96º degrees, saturation: 0.88, 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 #DD260E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.13 |
| HSL | 6.96º | 0.88% | 0.46% | - |
| HSV(B) | 6.96º | 0.94% | 0.87% | - |
| XYZ | 30.59 | 16.79 | 2.04 | - |
| YUV | 89.98 | 85.13 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 14 | 0 | 0.83 | 0.94 | 0.13 | 6.96 | 0.88 | 0.46 |
| Hex | DD | 26 | E | 0 | 53 | 5E | D | 7 | 58 | 2E |
| Octal | 335 | 46 | 16 | 0 | 123 | 136 | 15 | 7 | 130 | 56 |
| Binary | 11011101 | 100110 | 1110 | 0 | 1010011 | 1011110 | 1101 | 111 | 1011000 | 101110 |
Color Harmonies of #DD260E
Complementary color
Monochromatic Colors of #DD260E
Black with #DD260E
Text Example
Text Example
White with #DD260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD260E; }
p { color: rgb(221,38,14); }
H1.HeaderClassName
{
color: #DD260E;
}
.AnyTagClassName
{
color: #DD260E;
}
</style>
background-color css
<style>
a { background-color: #DD260E; }
a { background-color: rgb(221,38,14); }
div.DivClassName
{
background-color: #DD260E;
}
.BgClassName
{
background-color: #DD260E;
}
</style>
border-color css
<style>
span { border-color: #DD260E; }
span { border-color: rgb(221,38,14); }
td.TdClassName
{
border-color: #DD260E;
}
.TagClassName
{
border-color: #DD260E;
}
</style>