Shades of Free Speech Red #CC1100
Tints of Free Speech Red #CC1100
RGB
CMYK
RGB Variations
Color information
#CC1100 (or 0xCC1100) is known color: Free Speech Red. HEX triplet: CC, 11 and 00. RGB value is (204,17,0). Sum of RGB (Red+Green+Blue) = 204+17+0=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1100 is #33EEFF. Grayscale: #474747. Windows color (decimal): -3403520 or 4556. OLE color: 4556.
HSL color Cylindrical-coordinate representation of color #CC1100: hue angle of 5º 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 #CC1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.2 |
| HSL | 5º | 1% | 0.4% | - |
| HSV(B) | 5º | 1% | 0.8% | - |
| XYZ | 25.1 | 13.24 | 1.23 | - |
| YUV | 70.98 | 87.95 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 0 | 0 | 0.92 | 1 | 0.2 | 5 | 1 | 0.4 |
| Hex | CC | 11 | 0 | 0 | 5C | 64 | 14 | 5 | 64 | 28 |
| Octal | 314 | 21 | 0 | 0 | 134 | 144 | 24 | 5 | 144 | 50 |
| Binary | 11001100 | 10001 | 0 | 0 | 1011100 | 1100100 | 10100 | 101 | 1100100 | 101000 |
Color Harmonies of #CC1100
Complementary color
Monochromatic Colors of #CC1100
Black with #CC1100
Text Example
Text Example
White with #CC1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1100; }
p { color: rgb(204,17,0); }
H1.HeaderClassName
{
color: #CC1100;
}
.AnyTagClassName
{
color: #CC1100;
}
</style>
background-color css
<style>
a { background-color: #CC1100; }
a { background-color: rgb(204,17,0); }
div.DivClassName
{
background-color: #CC1100;
}
.BgClassName
{
background-color: #CC1100;
}
</style>
border-color css
<style>
span { border-color: #CC1100; }
span { border-color: rgb(204,17,0); }
td.TdClassName
{
border-color: #CC1100;
}
.TagClassName
{
border-color: #CC1100;
}
</style>