Html Css Color HEX #DD420D Harley Davidson Orange
📋 copy color: '#DD420D'red 221 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #DD420D
Tints of Harley Davidson Orange #DD420D
RGB
CMYK
RGB Variations
Color information
#DD420D (or 0xDD420D) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 0D. RGB value is (221,66,13). Sum of RGB (Red+Green+Blue) = 221+66+13=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD420D is #22BDF2. Grayscale: #6A6A6A. Windows color (decimal): -2276851 or 869085. OLE color: 869085.
HSL color Cylindrical-coordinate representation of color #DD420D: hue angle of 15.29º 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 #DD420D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.13 |
| HSL | 15.29º | 0.89% | 0.46% | - |
| HSV(B) | 15.29º | 0.94% | 0.87% | - |
| XYZ | 31.84 | 19.3 | 2.43 | - |
| YUV | 106.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 13 | 0 | 0.70 | 0.94 | 0.13 | 15.29 | 0.89 | 0.46 |
| Hex | DD | 42 | D | 0 | 46 | 5E | D | F | 59 | 2E |
| Octal | 335 | 102 | 15 | 0 | 106 | 136 | 15 | 17 | 131 | 56 |
| Binary | 11011101 | 1000010 | 1101 | 0 | 1000110 | 1011110 | 1101 | 1111 | 1011001 | 101110 |
Color Harmonies of #DD420D
Complementary color
Monochromatic Colors of #DD420D
Black with #DD420D
Text Example
Text Example
White with #DD420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD420D; }
p { color: rgb(221,66,13); }
H1.HeaderClassName
{
color: #DD420D;
}
.AnyTagClassName
{
color: #DD420D;
}
</style>
background-color css
<style>
a { background-color: #DD420D; }
a { background-color: rgb(221,66,13); }
div.DivClassName
{
background-color: #DD420D;
}
.BgClassName
{
background-color: #DD420D;
}
</style>
border-color css
<style>
span { border-color: #DD420D; }
span { border-color: rgb(221,66,13); }
td.TdClassName
{
border-color: #DD420D;
}
.TagClassName
{
border-color: #DD420D;
}
</style>