Html Css Color HEX #CC2100 Harley Davidson Orange
📋 copy color: '#CC2100'red 204 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #CC2100
Tints of Harley Davidson Orange #CC2100
RGB
CMYK
RGB Variations
Color information
#CC2100 (or 0xCC2100) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 00. RGB value is (204,33,0). Sum of RGB (Red+Green+Blue) = 204+33+0=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2100 is #33DEFF. Grayscale: #505050. Windows color (decimal): -3399424 or 8652. OLE color: 8652.
HSL color Cylindrical-coordinate representation of color #CC2100: hue angle of 9.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2100 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.2 |
| HSL | 9.71º | 1% | 0.4% | - |
| HSV(B) | 9.71º | 1% | 0.8% | - |
| XYZ | 25.45 | 13.93 | 1.35 | - |
| YUV | 80.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 0 | 0 | 0.84 | 1 | 0.2 | 9.71 | 1 | 0.4 |
| Hex | CC | 21 | 0 | 0 | 54 | 64 | 14 | A | 64 | 28 |
| Octal | 314 | 41 | 0 | 0 | 124 | 144 | 24 | 12 | 144 | 50 |
| Binary | 11001100 | 100001 | 0 | 0 | 1010100 | 1100100 | 10100 | 1010 | 1100100 | 101000 |
Color Harmonies of #CC2100
Complementary color
Monochromatic Colors of #CC2100
Black with #CC2100
Text Example
Text Example
White with #CC2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2100; }
p { color: rgb(204,33,0); }
H1.HeaderClassName
{
color: #CC2100;
}
.AnyTagClassName
{
color: #CC2100;
}
</style>
background-color css
<style>
a { background-color: #CC2100; }
a { background-color: rgb(204,33,0); }
div.DivClassName
{
background-color: #CC2100;
}
.BgClassName
{
background-color: #CC2100;
}
</style>
border-color css
<style>
span { border-color: #CC2100; }
span { border-color: rgb(204,33,0); }
td.TdClassName
{
border-color: #CC2100;
}
.TagClassName
{
border-color: #CC2100;
}
</style>