Html Css Color HEX #DD421B Harley Davidson Orange
📋 copy color: '#DD421B'red 221 ◦ green 66 ◦ blue 27
Shades of Harley Davidson Orange #DD421B
Tints of Harley Davidson Orange #DD421B
RGB
CMYK
RGB Variations
Color information
#DD421B (or 0xDD421B) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 1B. RGB value is (221,66,27). Sum of RGB (Red+Green+Blue) = 221+66+27=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421B is #22BDE4. Grayscale: #6C6C6C. Windows color (decimal): -2276837 or 1786589. OLE color: 1786589.
HSL color Cylindrical-coordinate representation of color #DD421B: hue angle of 12.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD421B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.13 |
| HSL | 12.06º | 0.78% | 0.49% | - |
| HSV(B) | 12.06º | 0.88% | 0.87% | - |
| XYZ | 31.96 | 19.35 | 3.09 | - |
| YUV | 107.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 27 | 0 | 0.70 | 0.88 | 0.13 | 12.06 | 0.78 | 0.49 |
| Hex | DD | 42 | 1B | 0 | 46 | 58 | D | C | 4E | 31 |
| Octal | 335 | 102 | 33 | 0 | 106 | 130 | 15 | 14 | 116 | 61 |
| Binary | 11011101 | 1000010 | 11011 | 0 | 1000110 | 1011000 | 1101 | 1100 | 1001110 | 110001 |
Color Harmonies of #DD421B
Complementary color
Monochromatic Colors of #DD421B
Black with #DD421B
Text Example
Text Example
White with #DD421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD421B; }
p { color: rgb(221,66,27); }
H1.HeaderClassName
{
color: #DD421B;
}
.AnyTagClassName
{
color: #DD421B;
}
</style>
background-color css
<style>
a { background-color: #DD421B; }
a { background-color: rgb(221,66,27); }
div.DivClassName
{
background-color: #DD421B;
}
.BgClassName
{
background-color: #DD421B;
}
</style>
border-color css
<style>
span { border-color: #DD421B; }
span { border-color: rgb(221,66,27); }
td.TdClassName
{
border-color: #DD421B;
}
.TagClassName
{
border-color: #DD421B;
}
</style>