Html Css Color HEX #DD450D Harley Davidson Orange
📋 copy color: '#DD450D'red 221 ◦ green 69 ◦ blue 13
Shades of Harley Davidson Orange #DD450D
Tints of Harley Davidson Orange #DD450D
RGB
CMYK
RGB Variations
Color information
#DD450D (or 0xDD450D) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 0D. RGB value is (221,69,13). Sum of RGB (Red+Green+Blue) = 221+69+13=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD450D is #22BAF2. Grayscale: #6C6C6C. Windows color (decimal): -2276083 or 869853. OLE color: 869853.
HSL color Cylindrical-coordinate representation of color #DD450D: hue angle of 16.15º 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 #DD450D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.13 |
| HSL | 16.15º | 0.89% | 0.46% | - |
| HSV(B) | 16.15º | 0.94% | 0.87% | - |
| XYZ | 32.02 | 19.66 | 2.49 | - |
| YUV | 108.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 13 | 0 | 0.69 | 0.94 | 0.13 | 16.15 | 0.89 | 0.46 |
| Hex | DD | 45 | D | 0 | 45 | 5E | D | 10 | 59 | 2E |
| Octal | 335 | 105 | 15 | 0 | 105 | 136 | 15 | 20 | 131 | 56 |
| Binary | 11011101 | 1000101 | 1101 | 0 | 1000101 | 1011110 | 1101 | 10000 | 1011001 | 101110 |
Color Harmonies of #DD450D
Complementary color
Monochromatic Colors of #DD450D
Black with #DD450D
Text Example
Text Example
White with #DD450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD450D; }
p { color: rgb(221,69,13); }
H1.HeaderClassName
{
color: #DD450D;
}
.AnyTagClassName
{
color: #DD450D;
}
</style>
background-color css
<style>
a { background-color: #DD450D; }
a { background-color: rgb(221,69,13); }
div.DivClassName
{
background-color: #DD450D;
}
.BgClassName
{
background-color: #DD450D;
}
</style>
border-color css
<style>
span { border-color: #DD450D; }
span { border-color: rgb(221,69,13); }
td.TdClassName
{
border-color: #DD450D;
}
.TagClassName
{
border-color: #DD450D;
}
</style>