Html Css Color HEX #DD221A Harley Davidson Orange
📋 copy color: '#DD221A'red 221 ◦ green 34 ◦ blue 26
Shades of Harley Davidson Orange #DD221A
Tints of Harley Davidson Orange #DD221A
RGB
CMYK
RGB Variations
Color information
#DD221A (or 0xDD221A) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 1A. RGB value is (221,34,26). Sum of RGB (Red+Green+Blue) = 221+34+26=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD221A is #22DDE5. Grayscale: #595959. Windows color (decimal): -2285030 or 1712861. OLE color: 1712861.
HSL color Cylindrical-coordinate representation of color #DD221A: hue angle of 2.46º 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 #DD221A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.13 |
| HSL | 2.46º | 0.79% | 0.48% | - |
| HSV(B) | 2.46º | 0.88% | 0.87% | - |
| XYZ | 30.58 | 16.59 | 2.57 | - |
| YUV | 89 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 26 | 0 | 0.85 | 0.88 | 0.13 | 2.46 | 0.79 | 0.48 |
| Hex | DD | 22 | 1A | 0 | 55 | 58 | D | 2 | 4F | 30 |
| Octal | 335 | 42 | 32 | 0 | 125 | 130 | 15 | 2 | 117 | 60 |
| Binary | 11011101 | 100010 | 11010 | 0 | 1010101 | 1011000 | 1101 | 10 | 1001111 | 110000 |
Color Harmonies of #DD221A
Complementary color
Monochromatic Colors of #DD221A
Black with #DD221A
Text Example
Text Example
White with #DD221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD221A; }
p { color: rgb(221,34,26); }
H1.HeaderClassName
{
color: #DD221A;
}
.AnyTagClassName
{
color: #DD221A;
}
</style>
background-color css
<style>
a { background-color: #DD221A; }
a { background-color: rgb(221,34,26); }
div.DivClassName
{
background-color: #DD221A;
}
.BgClassName
{
background-color: #DD221A;
}
</style>
border-color css
<style>
span { border-color: #DD221A; }
span { border-color: rgb(221,34,26); }
td.TdClassName
{
border-color: #DD221A;
}
.TagClassName
{
border-color: #DD221A;
}
</style>