Html Css Color HEX #DC220B Harley Davidson Orange
📋 copy color: '#DC220B'red 220 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #DC220B
Tints of Harley Davidson Orange #DC220B
RGB
CMYK
RGB Variations
Color information
#DC220B (or 0xDC220B) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 0B. RGB value is (220,34,11). Sum of RGB (Red+Green+Blue) = 220+34+11=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC220B is #23DDF4. Grayscale: #575757. Windows color (decimal): -2350581 or 729820. OLE color: 729820.
HSL color Cylindrical-coordinate representation of color #DC220B: hue angle of 6.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC220B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.14 |
| HSL | 6.6º | 0.9% | 0.45% | - |
| HSV(B) | 6.6º | 0.95% | 0.86% | - |
| XYZ | 30.15 | 16.38 | 1.89 | - |
| YUV | 86.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 11 | 0 | 0.85 | 0.95 | 0.14 | 6.6 | 0.9 | 0.45 |
| Hex | DC | 22 | B | 0 | 55 | 5F | E | 7 | 5A | 2D |
| Octal | 334 | 42 | 13 | 0 | 125 | 137 | 16 | 7 | 132 | 55 |
| Binary | 11011100 | 100010 | 1011 | 0 | 1010101 | 1011111 | 1110 | 111 | 1011010 | 101101 |
Color Harmonies of #DC220B
Complementary color
Monochromatic Colors of #DC220B
Black with #DC220B
Text Example
Text Example
White with #DC220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC220B; }
p { color: rgb(220,34,11); }
H1.HeaderClassName
{
color: #DC220B;
}
.AnyTagClassName
{
color: #DC220B;
}
</style>
background-color css
<style>
a { background-color: #DC220B; }
a { background-color: rgb(220,34,11); }
div.DivClassName
{
background-color: #DC220B;
}
.BgClassName
{
background-color: #DC220B;
}
</style>
border-color css
<style>
span { border-color: #DC220B; }
span { border-color: rgb(220,34,11); }
td.TdClassName
{
border-color: #DC220B;
}
.TagClassName
{
border-color: #DC220B;
}
</style>