Html Css Color HEX #DD421A Harley Davidson Orange
📋 copy color: '#DD421A'red 221 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #DD421A
Tints of Harley Davidson Orange #DD421A
RGB
CMYK
RGB Variations
Color information
#DD421A (or 0xDD421A) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 1A. RGB value is (221,66,26). Sum of RGB (Red+Green+Blue) = 221+66+26=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD421A is #22BDE5. Grayscale: #6C6C6C. Windows color (decimal): -2276838 or 1721053. OLE color: 1721053.
HSL color Cylindrical-coordinate representation of color #DD421A: hue angle of 12.31º 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 #DD421A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.13 |
| HSL | 12.31º | 0.79% | 0.48% | - |
| HSV(B) | 12.31º | 0.88% | 0.87% | - |
| XYZ | 31.95 | 19.34 | 3.03 | - |
| YUV | 107.79 | 81.85 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 26 | 0 | 0.70 | 0.88 | 0.13 | 12.31 | 0.79 | 0.48 |
| Hex | DD | 42 | 1A | 0 | 46 | 58 | D | C | 4F | 30 |
| Octal | 335 | 102 | 32 | 0 | 106 | 130 | 15 | 14 | 117 | 60 |
| Binary | 11011101 | 1000010 | 11010 | 0 | 1000110 | 1011000 | 1101 | 1100 | 1001111 | 110000 |
Color Harmonies of #DD421A
Complementary color
Monochromatic Colors of #DD421A
Black with #DD421A
Text Example
Text Example
White with #DD421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD421A; }
p { color: rgb(221,66,26); }
H1.HeaderClassName
{
color: #DD421A;
}
.AnyTagClassName
{
color: #DD421A;
}
</style>
background-color css
<style>
a { background-color: #DD421A; }
a { background-color: rgb(221,66,26); }
div.DivClassName
{
background-color: #DD421A;
}
.BgClassName
{
background-color: #DD421A;
}
</style>
border-color css
<style>
span { border-color: #DD421A; }
span { border-color: rgb(221,66,26); }
td.TdClassName
{
border-color: #DD421A;
}
.TagClassName
{
border-color: #DD421A;
}
</style>