Html Css Color HEX #CC2008 Harley Davidson Orange
📋 copy color: '#CC2008'red 204 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #CC2008
Tints of Harley Davidson Orange #CC2008
RGB
CMYK
RGB Variations
Color information
#CC2008 (or 0xCC2008) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 08. RGB value is (204,32,8). Sum of RGB (Red+Green+Blue) = 204+32+8=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2008 is #33DFF7. Grayscale: #505050. Windows color (decimal): -3399672 or 532684. OLE color: 532684.
HSL color Cylindrical-coordinate representation of color #CC2008: hue angle of 7.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC2008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.2 |
| HSL | 7.35º | 0.92% | 0.42% | - |
| HSV(B) | 7.35º | 0.96% | 0.8% | - |
| XYZ | 25.46 | 13.89 | 1.57 | - |
| YUV | 80.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 8 | 0 | 0.84 | 0.96 | 0.2 | 7.35 | 0.92 | 0.42 |
| Hex | CC | 20 | 8 | 0 | 54 | 60 | 14 | 7 | 5C | 2A |
| Octal | 314 | 40 | 10 | 0 | 124 | 140 | 24 | 7 | 134 | 52 |
| Binary | 11001100 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10100 | 111 | 1011100 | 101010 |
Color Harmonies of #CC2008
Complementary color
Monochromatic Colors of #CC2008
Black with #CC2008
Text Example
Text Example
White with #CC2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2008; }
p { color: rgb(204,32,8); }
H1.HeaderClassName
{
color: #CC2008;
}
.AnyTagClassName
{
color: #CC2008;
}
</style>
background-color css
<style>
a { background-color: #CC2008; }
a { background-color: rgb(204,32,8); }
div.DivClassName
{
background-color: #CC2008;
}
.BgClassName
{
background-color: #CC2008;
}
</style>
border-color css
<style>
span { border-color: #CC2008; }
span { border-color: rgb(204,32,8); }
td.TdClassName
{
border-color: #CC2008;
}
.TagClassName
{
border-color: #CC2008;
}
</style>