Html Css Color HEX #DC2206 Harley Davidson Orange
📋 copy color: '#DC2206'red 220 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #DC2206
Tints of Harley Davidson Orange #DC2206
RGB
CMYK
RGB Variations
Color information
#DC2206 (or 0xDC2206) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 06. RGB value is (220,34,6). Sum of RGB (Red+Green+Blue) = 220+34+6=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2206 is #23DDF9. Grayscale: #565656. Windows color (decimal): -2350586 or 402140. OLE color: 402140.
HSL color Cylindrical-coordinate representation of color #DC2206: hue angle of 7.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC2206 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.14 |
| HSL | 7.85º | 0.95% | 0.44% | - |
| HSV(B) | 7.85º | 0.97% | 0.86% | - |
| XYZ | 30.12 | 16.37 | 1.75 | - |
| YUV | 86.42 | 82.62 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 6 | 0 | 0.85 | 0.97 | 0.14 | 7.85 | 0.95 | 0.44 |
| Hex | DC | 22 | 6 | 0 | 55 | 61 | E | 8 | 5F | 2C |
| Octal | 334 | 42 | 6 | 0 | 125 | 141 | 16 | 10 | 137 | 54 |
| Binary | 11011100 | 100010 | 110 | 0 | 1010101 | 1100001 | 1110 | 1000 | 1011111 | 101100 |
Color Harmonies of #DC2206
Complementary color
Monochromatic Colors of #DC2206
Black with #DC2206
Text Example
Text Example
White with #DC2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2206; }
p { color: rgb(220,34,6); }
H1.HeaderClassName
{
color: #DC2206;
}
.AnyTagClassName
{
color: #DC2206;
}
</style>
background-color css
<style>
a { background-color: #DC2206; }
a { background-color: rgb(220,34,6); }
div.DivClassName
{
background-color: #DC2206;
}
.BgClassName
{
background-color: #DC2206;
}
</style>
border-color css
<style>
span { border-color: #DC2206; }
span { border-color: rgb(220,34,6); }
td.TdClassName
{
border-color: #DC2206;
}
.TagClassName
{
border-color: #DC2206;
}
</style>