Html Css Color HEX #DD410B Harley Davidson Orange
📋 copy color: '#DD410B'red 221 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #DD410B
Tints of Harley Davidson Orange #DD410B
RGB
CMYK
RGB Variations
Color information
#DD410B (or 0xDD410B) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 0B. RGB value is (221,65,11). Sum of RGB (Red+Green+Blue) = 221+65+11=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD410B is #22BEF4. Grayscale: #696969. Windows color (decimal): -2277109 or 737757. OLE color: 737757.
HSL color Cylindrical-coordinate representation of color #DD410B: hue angle of 15.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD410B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 15.43º | 0.91% | 0.45% | - |
| HSV(B) | 15.43º | 0.95% | 0.87% | - |
| XYZ | 31.77 | 19.18 | 2.34 | - |
| YUV | 105.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 11 | 0 | 0.71 | 0.95 | 0.13 | 15.43 | 0.91 | 0.45 |
| Hex | DD | 41 | B | 0 | 47 | 5F | D | F | 5B | 2D |
| Octal | 335 | 101 | 13 | 0 | 107 | 137 | 15 | 17 | 133 | 55 |
| Binary | 11011101 | 1000001 | 1011 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011011 | 101101 |
Color Harmonies of #DD410B
Complementary color
Monochromatic Colors of #DD410B
Black with #DD410B
Text Example
Text Example
White with #DD410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD410B; }
p { color: rgb(221,65,11); }
H1.HeaderClassName
{
color: #DD410B;
}
.AnyTagClassName
{
color: #DD410B;
}
</style>
background-color css
<style>
a { background-color: #DD410B; }
a { background-color: rgb(221,65,11); }
div.DivClassName
{
background-color: #DD410B;
}
.BgClassName
{
background-color: #DD410B;
}
</style>
border-color css
<style>
span { border-color: #DD410B; }
span { border-color: rgb(221,65,11); }
td.TdClassName
{
border-color: #DD410B;
}
.TagClassName
{
border-color: #DD410B;
}
</style>