Html Css Color HEX #DD410D Harley Davidson Orange
📋 copy color: '#DD410D'red 221 ◦ green 65 ◦ blue 13
Shades of Harley Davidson Orange #DD410D
Tints of Harley Davidson Orange #DD410D
RGB
CMYK
RGB Variations
Color information
#DD410D (or 0xDD410D) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 0D. RGB value is (221,65,13). Sum of RGB (Red+Green+Blue) = 221+65+13=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD410D is #22BEF2. Grayscale: #6A6A6A. Windows color (decimal): -2277107 or 868829. OLE color: 868829.
HSL color Cylindrical-coordinate representation of color #DD410D: hue angle of 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 #DD410D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 15º | 0.89% | 0.46% | - |
| HSV(B) | 15º | 0.94% | 0.87% | - |
| XYZ | 31.78 | 19.18 | 2.41 | - |
| YUV | 105.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 13 | 0 | 0.71 | 0.94 | 0.13 | 15 | 0.89 | 0.46 |
| Hex | DD | 41 | D | 0 | 47 | 5E | D | F | 59 | 2E |
| Octal | 335 | 101 | 15 | 0 | 107 | 136 | 15 | 17 | 131 | 56 |
| Binary | 11011101 | 1000001 | 1101 | 0 | 1000111 | 1011110 | 1101 | 1111 | 1011001 | 101110 |
Color Harmonies of #DD410D
Complementary color
Monochromatic Colors of #DD410D
Black with #DD410D
Text Example
Text Example
White with #DD410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD410D; }
p { color: rgb(221,65,13); }
H1.HeaderClassName
{
color: #DD410D;
}
.AnyTagClassName
{
color: #DD410D;
}
</style>
background-color css
<style>
a { background-color: #DD410D; }
a { background-color: rgb(221,65,13); }
div.DivClassName
{
background-color: #DD410D;
}
.BgClassName
{
background-color: #DD410D;
}
</style>
border-color css
<style>
span { border-color: #DD410D; }
span { border-color: rgb(221,65,13); }
td.TdClassName
{
border-color: #DD410D;
}
.TagClassName
{
border-color: #DD410D;
}
</style>