Html Css Color HEX #DD220F Harley Davidson Orange
📋 copy color: '#DD220F'red 221 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #DD220F
Tints of Harley Davidson Orange #DD220F
RGB
CMYK
RGB Variations
Color information
#DD220F (or 0xDD220F) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 0F. RGB value is (221,34,15). Sum of RGB (Red+Green+Blue) = 221+34+15=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD220F is #22DDF0. Grayscale: #585858. Windows color (decimal): -2285041 or 991965. OLE color: 991965.
HSL color Cylindrical-coordinate representation of color #DD220F: hue angle of 5.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD220F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 15 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.13 |
| HSL | 5.53º | 0.87% | 0.46% | - |
| HSV(B) | 5.53º | 0.93% | 0.87% | - |
| XYZ | 30.48 | 16.55 | 2.04 | - |
| YUV | 87.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 15 | 0 | 0.85 | 0.93 | 0.13 | 5.53 | 0.87 | 0.46 |
| Hex | DD | 22 | F | 0 | 55 | 5D | D | 6 | 57 | 2E |
| Octal | 335 | 42 | 17 | 0 | 125 | 135 | 15 | 6 | 127 | 56 |
| Binary | 11011101 | 100010 | 1111 | 0 | 1010101 | 1011101 | 1101 | 110 | 1010111 | 101110 |
Color Harmonies of #DD220F
Complementary color
Monochromatic Colors of #DD220F
Black with #DD220F
Text Example
Text Example
White with #DD220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD220F; }
p { color: rgb(221,34,15); }
H1.HeaderClassName
{
color: #DD220F;
}
.AnyTagClassName
{
color: #DD220F;
}
</style>
background-color css
<style>
a { background-color: #DD220F; }
a { background-color: rgb(221,34,15); }
div.DivClassName
{
background-color: #DD220F;
}
.BgClassName
{
background-color: #DD220F;
}
</style>
border-color css
<style>
span { border-color: #DD220F; }
span { border-color: rgb(221,34,15); }
td.TdClassName
{
border-color: #DD220F;
}
.TagClassName
{
border-color: #DD220F;
}
</style>