Html Css Color HEX #DD270D Harley Davidson Orange
📋 copy color: '#DD270D'red 221 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #DD270D
Tints of Harley Davidson Orange #DD270D
RGB
CMYK
RGB Variations
Color information
#DD270D (or 0xDD270D) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 0D. RGB value is (221,39,13). Sum of RGB (Red+Green+Blue) = 221+39+13=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD270D is #22D8F2. Grayscale: #5A5A5A. Windows color (decimal): -2283763 or 862173. OLE color: 862173.
HSL color Cylindrical-coordinate representation of color #DD270D: hue angle of 7.5º 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 #DD270D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.13 |
| HSL | 7.5º | 0.89% | 0.46% | - |
| HSV(B) | 7.5º | 0.94% | 0.87% | - |
| XYZ | 30.62 | 16.85 | 2.02 | - |
| YUV | 90.45 | 84.3 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 13 | 0 | 0.82 | 0.94 | 0.13 | 7.5 | 0.89 | 0.46 |
| Hex | DD | 27 | D | 0 | 52 | 5E | D | 8 | 59 | 2E |
| Octal | 335 | 47 | 15 | 0 | 122 | 136 | 15 | 10 | 131 | 56 |
| Binary | 11011101 | 100111 | 1101 | 0 | 1010010 | 1011110 | 1101 | 1000 | 1011001 | 101110 |
Color Harmonies of #DD270D
Complementary color
Monochromatic Colors of #DD270D
Black with #DD270D
Text Example
Text Example
White with #DD270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD270D; }
p { color: rgb(221,39,13); }
H1.HeaderClassName
{
color: #DD270D;
}
.AnyTagClassName
{
color: #DD270D;
}
</style>
background-color css
<style>
a { background-color: #DD270D; }
a { background-color: rgb(221,39,13); }
div.DivClassName
{
background-color: #DD270D;
}
.BgClassName
{
background-color: #DD270D;
}
</style>
border-color css
<style>
span { border-color: #DD270D; }
span { border-color: rgb(221,39,13); }
td.TdClassName
{
border-color: #DD270D;
}
.TagClassName
{
border-color: #DD270D;
}
</style>