Html Css Color HEX #DD370E Harley Davidson Orange
📋 copy color: '#DD370E'red 221 ◦ green 55 ◦ blue 14
Shades of Harley Davidson Orange #DD370E
Tints of Harley Davidson Orange #DD370E
RGB
CMYK
RGB Variations
Color information
#DD370E (or 0xDD370E) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 0E. RGB value is (221,55,14). Sum of RGB (Red+Green+Blue) = 221+55+14=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD370E is #22C8F1. Grayscale: #646464. Windows color (decimal): -2279666 or 931805. OLE color: 931805.
HSL color Cylindrical-coordinate representation of color #DD370E: hue angle of 11.88º 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 #DD370E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 11.88º | 0.88% | 0.46% | - |
| HSV(B) | 11.88º | 0.94% | 0.87% | - |
| XYZ | 31.26 | 18.14 | 2.27 | - |
| YUV | 99.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 14 | 0 | 0.75 | 0.94 | 0.13 | 11.88 | 0.88 | 0.46 |
| Hex | DD | 37 | E | 0 | 4B | 5E | D | C | 58 | 2E |
| Octal | 335 | 67 | 16 | 0 | 113 | 136 | 15 | 14 | 130 | 56 |
| Binary | 11011101 | 110111 | 1110 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011000 | 101110 |
Color Harmonies of #DD370E
Complementary color
Monochromatic Colors of #DD370E
Black with #DD370E
Text Example
Text Example
White with #DD370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD370E; }
p { color: rgb(221,55,14); }
H1.HeaderClassName
{
color: #DD370E;
}
.AnyTagClassName
{
color: #DD370E;
}
</style>
background-color css
<style>
a { background-color: #DD370E; }
a { background-color: rgb(221,55,14); }
div.DivClassName
{
background-color: #DD370E;
}
.BgClassName
{
background-color: #DD370E;
}
</style>
border-color css
<style>
span { border-color: #DD370E; }
span { border-color: rgb(221,55,14); }
td.TdClassName
{
border-color: #DD370E;
}
.TagClassName
{
border-color: #DD370E;
}
</style>