Html Css Color HEX #CC2C20 Harley Davidson Orange
📋 copy color: '#CC2C20'red 204 ◦ green 44 ◦ blue 32
Shades of Harley Davidson Orange #CC2C20
Tints of Harley Davidson Orange #CC2C20
RGB
CMYK
RGB Variations
Color information
#CC2C20 (or 0xCC2C20) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 20. RGB value is (204,44,32). Sum of RGB (Red+Green+Blue) = 204+44+32=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C20 is #33D3DF. Grayscale: #5A5A5A. Windows color (decimal): -3396576 or 2108620. OLE color: 2108620.
HSL color Cylindrical-coordinate representation of color #CC2C20: hue angle of 4.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2C20 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 32 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.2 |
| HSL | 4.19º | 0.73% | 0.46% | - |
| HSV(B) | 4.19º | 0.84% | 0.8% | - |
| XYZ | 26.06 | 14.74 | 2.84 | - |
| YUV | 90.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 32 | 0 | 0.78 | 0.84 | 0.2 | 4.19 | 0.73 | 0.46 |
| Hex | CC | 2C | 20 | 0 | 4E | 54 | 14 | 4 | 49 | 2E |
| Octal | 314 | 54 | 40 | 0 | 116 | 124 | 24 | 4 | 111 | 56 |
| Binary | 11001100 | 101100 | 100000 | 0 | 1001110 | 1010100 | 10100 | 100 | 1001001 | 101110 |
Color Harmonies of #CC2C20
Complementary color
Monochromatic Colors of #CC2C20
Black with #CC2C20
Text Example
Text Example
White with #CC2C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C20; }
p { color: rgb(204,44,32); }
H1.HeaderClassName
{
color: #CC2C20;
}
.AnyTagClassName
{
color: #CC2C20;
}
</style>
background-color css
<style>
a { background-color: #CC2C20; }
a { background-color: rgb(204,44,32); }
div.DivClassName
{
background-color: #CC2C20;
}
.BgClassName
{
background-color: #CC2C20;
}
</style>
border-color css
<style>
span { border-color: #CC2C20; }
span { border-color: rgb(204,44,32); }
td.TdClassName
{
border-color: #CC2C20;
}
.TagClassName
{
border-color: #CC2C20;
}
</style>