Html Css Color HEX #DD370D Harley Davidson Orange
📋 copy color: '#DD370D'red 221 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #DD370D
Tints of Harley Davidson Orange #DD370D
RGB
CMYK
RGB Variations
Color information
#DD370D (or 0xDD370D) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 0D. RGB value is (221,55,13). Sum of RGB (Red+Green+Blue) = 221+55+13=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD370D is #22C8F2. Grayscale: #646464. Windows color (decimal): -2279667 or 866269. OLE color: 866269.
HSL color Cylindrical-coordinate representation of color #DD370D: hue angle of 12.12º 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 #DD370D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 12.12º | 0.89% | 0.46% | - |
| HSV(B) | 12.12º | 0.94% | 0.87% | - |
| XYZ | 31.26 | 18.13 | 2.23 | - |
| YUV | 99.85 | 79 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 13 | 0 | 0.75 | 0.94 | 0.13 | 12.12 | 0.89 | 0.46 |
| Hex | DD | 37 | D | 0 | 4B | 5E | D | C | 59 | 2E |
| Octal | 335 | 67 | 15 | 0 | 113 | 136 | 15 | 14 | 131 | 56 |
| Binary | 11011101 | 110111 | 1101 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011001 | 101110 |
Color Harmonies of #DD370D
Complementary color
Monochromatic Colors of #DD370D
Black with #DD370D
Text Example
Text Example
White with #DD370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD370D; }
p { color: rgb(221,55,13); }
H1.HeaderClassName
{
color: #DD370D;
}
.AnyTagClassName
{
color: #DD370D;
}
</style>
background-color css
<style>
a { background-color: #DD370D; }
a { background-color: rgb(221,55,13); }
div.DivClassName
{
background-color: #DD370D;
}
.BgClassName
{
background-color: #DD370D;
}
</style>
border-color css
<style>
span { border-color: #DD370D; }
span { border-color: rgb(221,55,13); }
td.TdClassName
{
border-color: #DD370D;
}
.TagClassName
{
border-color: #DD370D;
}
</style>