Html Css Color HEX #CC2006 Harley Davidson Orange
📋 copy color: '#CC2006'red 204 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #CC2006
Tints of Harley Davidson Orange #CC2006
RGB
CMYK
RGB Variations
Color information
#CC2006 (or 0xCC2006) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 06. RGB value is (204,32,6). Sum of RGB (Red+Green+Blue) = 204+32+6=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2006 is #33DFF9. Grayscale: #505050. Windows color (decimal): -3399674 or 401612. OLE color: 401612.
HSL color Cylindrical-coordinate representation of color #CC2006: hue angle of 7.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC2006 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 6 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.2 |
| HSL | 7.88º | 0.94% | 0.41% | - |
| HSV(B) | 7.88º | 0.97% | 0.8% | - |
| XYZ | 25.45 | 13.88 | 1.51 | - |
| YUV | 80.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 6 | 0 | 0.84 | 0.97 | 0.2 | 7.88 | 0.94 | 0.41 |
| Hex | CC | 20 | 6 | 0 | 54 | 61 | 14 | 8 | 5E | 29 |
| Octal | 314 | 40 | 6 | 0 | 124 | 141 | 24 | 10 | 136 | 51 |
| Binary | 11001100 | 100000 | 110 | 0 | 1010100 | 1100001 | 10100 | 1000 | 1011110 | 101001 |
Color Harmonies of #CC2006
Complementary color
Monochromatic Colors of #CC2006
Black with #CC2006
Text Example
Text Example
White with #CC2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2006; }
p { color: rgb(204,32,6); }
H1.HeaderClassName
{
color: #CC2006;
}
.AnyTagClassName
{
color: #CC2006;
}
</style>
background-color css
<style>
a { background-color: #CC2006; }
a { background-color: rgb(204,32,6); }
div.DivClassName
{
background-color: #CC2006;
}
.BgClassName
{
background-color: #CC2006;
}
</style>
border-color css
<style>
span { border-color: #CC2006; }
span { border-color: rgb(204,32,6); }
td.TdClassName
{
border-color: #CC2006;
}
.TagClassName
{
border-color: #CC2006;
}
</style>