Html Css Color HEX #CC2206 Harley Davidson Orange
📋 copy color: '#CC2206'red 204 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #CC2206
Tints of Harley Davidson Orange #CC2206
RGB
CMYK
RGB Variations
Color information
#CC2206 (or 0xCC2206) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 06. RGB value is (204,34,6). Sum of RGB (Red+Green+Blue) = 204+34+6=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2206 is #33DDF9. Grayscale: #515151. Windows color (decimal): -3399162 or 402124. OLE color: 402124.
HSL color Cylindrical-coordinate representation of color #CC2206: hue angle of 8.48º 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 #CC2206 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.2 |
| HSL | 8.48º | 0.94% | 0.41% | - |
| HSV(B) | 8.48º | 0.97% | 0.8% | - |
| XYZ | 25.51 | 13.99 | 1.53 | - |
| YUV | 81.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 6 | 0 | 0.83 | 0.97 | 0.2 | 8.48 | 0.94 | 0.41 |
| Hex | CC | 22 | 6 | 0 | 53 | 61 | 14 | 8 | 5E | 29 |
| Octal | 314 | 42 | 6 | 0 | 123 | 141 | 24 | 10 | 136 | 51 |
| Binary | 11001100 | 100010 | 110 | 0 | 1010011 | 1100001 | 10100 | 1000 | 1011110 | 101001 |
Color Harmonies of #CC2206
Complementary color
Monochromatic Colors of #CC2206
Black with #CC2206
Text Example
Text Example
White with #CC2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2206; }
p { color: rgb(204,34,6); }
H1.HeaderClassName
{
color: #CC2206;
}
.AnyTagClassName
{
color: #CC2206;
}
</style>
background-color css
<style>
a { background-color: #CC2206; }
a { background-color: rgb(204,34,6); }
div.DivClassName
{
background-color: #CC2206;
}
.BgClassName
{
background-color: #CC2206;
}
</style>
border-color css
<style>
span { border-color: #CC2206; }
span { border-color: rgb(204,34,6); }
td.TdClassName
{
border-color: #CC2206;
}
.TagClassName
{
border-color: #CC2206;
}
</style>