Html Css Color HEX #DD401A Harley Davidson Orange
📋 copy color: '#DD401A'red 221 ◦ green 64 ◦ blue 26
Shades of Harley Davidson Orange #DD401A
Tints of Harley Davidson Orange #DD401A
RGB
CMYK
RGB Variations
Color information
#DD401A (or 0xDD401A) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 1A. RGB value is (221,64,26). Sum of RGB (Red+Green+Blue) = 221+64+26=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD401A is #22BFE5. Grayscale: #6A6A6A. Windows color (decimal): -2277350 or 1720541. OLE color: 1720541.
HSL color Cylindrical-coordinate representation of color #DD401A: hue angle of 11.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD401A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 26 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.13 |
| HSL | 11.69º | 0.79% | 0.48% | - |
| HSV(B) | 11.69º | 0.88% | 0.87% | - |
| XYZ | 31.84 | 19.11 | 2.99 | - |
| YUV | 106.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 26 | 0 | 0.71 | 0.88 | 0.13 | 11.69 | 0.79 | 0.48 |
| Hex | DD | 40 | 1A | 0 | 47 | 58 | D | C | 4F | 30 |
| Octal | 335 | 100 | 32 | 0 | 107 | 130 | 15 | 14 | 117 | 60 |
| Binary | 11011101 | 1000000 | 11010 | 0 | 1000111 | 1011000 | 1101 | 1100 | 1001111 | 110000 |
Color Harmonies of #DD401A
Complementary color
Monochromatic Colors of #DD401A
Black with #DD401A
Text Example
Text Example
White with #DD401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD401A; }
p { color: rgb(221,64,26); }
H1.HeaderClassName
{
color: #DD401A;
}
.AnyTagClassName
{
color: #DD401A;
}
</style>
background-color css
<style>
a { background-color: #DD401A; }
a { background-color: rgb(221,64,26); }
div.DivClassName
{
background-color: #DD401A;
}
.BgClassName
{
background-color: #DD401A;
}
</style>
border-color css
<style>
span { border-color: #DD401A; }
span { border-color: rgb(221,64,26); }
td.TdClassName
{
border-color: #DD401A;
}
.TagClassName
{
border-color: #DD401A;
}
</style>