Html Css Color HEX #DD221B Harley Davidson Orange
📋 copy color: '#DD221B'red 221 ◦ green 34 ◦ blue 27
Shades of Harley Davidson Orange #DD221B
Tints of Harley Davidson Orange #DD221B
RGB
CMYK
RGB Variations
Color information
#DD221B (or 0xDD221B) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 1B. RGB value is (221,34,27). Sum of RGB (Red+Green+Blue) = 221+34+27=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD221B is #22DDE4. Grayscale: #595959. Windows color (decimal): -2285029 or 1778397. OLE color: 1778397.
HSL color Cylindrical-coordinate representation of color #DD221B: hue angle of 2.16º 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 #DD221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 34 | 27 | - |
CMYK | 0 | 0.85 | 0.88 | 0.13 |
HSL | 2.16º | 0.78% | 0.49% | - |
HSV(B) | 2.16º | 0.88% | 0.87% | - |
XYZ | 30.59 | 16.6 | 2.63 | - |
YUV | 89.12 | 92.95 | 222.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 34 | 27 | 0 | 0.85 | 0.88 | 0.13 | 2.16 | 0.78 | 0.49 |
Hex | DD | 22 | 1B | 0 | 55 | 58 | D | 2 | 4E | 31 |
Octal | 335 | 42 | 33 | 0 | 125 | 130 | 15 | 2 | 116 | 61 |
Binary | 11011101 | 100010 | 11011 | 0 | 1010101 | 1011000 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DD221B
Complementary color
Monochromatic Colors of #DD221B
Black with #DD221B
Text Example
Text Example
White with #DD221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD221B; }
p { color: rgb(221,34,27); }
H1.HeaderClassName
{
color: #DD221B;
}
.AnyTagClassName
{
color: #DD221B;
}
</style>
background-color css
<style>
a { background-color: #DD221B; }
a { background-color: rgb(221,34,27); }
div.DivClassName
{
background-color: #DD221B;
}
.BgClassName
{
background-color: #DD221B;
}
</style>
border-color css
<style>
span { border-color: #DD221B; }
span { border-color: rgb(221,34,27); }
td.TdClassName
{
border-color: #DD221B;
}
.TagClassName
{
border-color: #DD221B;
}
</style>