Html Css Color HEX #DD220C Harley Davidson Orange
📋 copy color: '#DD220C'red 221 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #DD220C
Tints of Harley Davidson Orange #DD220C
RGB
CMYK
RGB Variations
Color information
#DD220C (or 0xDD220C) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 0C. RGB value is (221,34,12). Sum of RGB (Red+Green+Blue) = 221+34+12=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD220C is #22DDF3. Grayscale: #575757. Windows color (decimal): -2285044 or 795357. OLE color: 795357.
HSL color Cylindrical-coordinate representation of color #DD220C: hue angle of 6.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD220C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 6.32º | 0.9% | 0.46% | - |
| HSV(B) | 6.32º | 0.95% | 0.87% | - |
| XYZ | 30.46 | 16.54 | 1.94 | - |
| YUV | 87.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 12 | 0 | 0.85 | 0.95 | 0.13 | 6.32 | 0.9 | 0.46 |
| Hex | DD | 22 | C | 0 | 55 | 5F | D | 6 | 5A | 2E |
| Octal | 335 | 42 | 14 | 0 | 125 | 137 | 15 | 6 | 132 | 56 |
| Binary | 11011101 | 100010 | 1100 | 0 | 1010101 | 1011111 | 1101 | 110 | 1011010 | 101110 |
Color Harmonies of #DD220C
Complementary color
Monochromatic Colors of #DD220C
Black with #DD220C
Text Example
Text Example
White with #DD220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD220C; }
p { color: rgb(221,34,12); }
H1.HeaderClassName
{
color: #DD220C;
}
.AnyTagClassName
{
color: #DD220C;
}
</style>
background-color css
<style>
a { background-color: #DD220C; }
a { background-color: rgb(221,34,12); }
div.DivClassName
{
background-color: #DD220C;
}
.BgClassName
{
background-color: #DD220C;
}
</style>
border-color css
<style>
span { border-color: #DD220C; }
span { border-color: rgb(221,34,12); }
td.TdClassName
{
border-color: #DD220C;
}
.TagClassName
{
border-color: #DD220C;
}
</style>