Shades of Free Speech Red #CC1102
Tints of Free Speech Red #CC1102
RGB
CMYK
RGB Variations
Color information
#CC1102 (or 0xCC1102) is known color: Free Speech Red. HEX triplet: CC, 11 and 02. RGB value is (204,17,2). Sum of RGB (Red+Green+Blue) = 204+17+2=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1102 is #33EEFD. Grayscale: #474747. Windows color (decimal): -3403518 or 135628. OLE color: 135628.
HSL color Cylindrical-coordinate representation of color #CC1102: hue angle of 4.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC1102 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.2 |
| HSL | 4.46º | 0.98% | 0.4% | - |
| HSV(B) | 4.46º | 0.99% | 0.8% | - |
| XYZ | 25.11 | 13.24 | 1.29 | - |
| YUV | 71.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 2 | 0 | 0.92 | 0.99 | 0.2 | 4.46 | 0.98 | 0.4 |
| Hex | CC | 11 | 2 | 0 | 5C | 63 | 14 | 4 | 62 | 28 |
| Octal | 314 | 21 | 2 | 0 | 134 | 143 | 24 | 4 | 142 | 50 |
| Binary | 11001100 | 10001 | 10 | 0 | 1011100 | 1100011 | 10100 | 100 | 1100010 | 101000 |
Color Harmonies of #CC1102
Complementary color
Monochromatic Colors of #CC1102
Black with #CC1102
Text Example
Text Example
White with #CC1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1102; }
p { color: rgb(204,17,2); }
H1.HeaderClassName
{
color: #CC1102;
}
.AnyTagClassName
{
color: #CC1102;
}
</style>
background-color css
<style>
a { background-color: #CC1102; }
a { background-color: rgb(204,17,2); }
div.DivClassName
{
background-color: #CC1102;
}
.BgClassName
{
background-color: #CC1102;
}
</style>
border-color css
<style>
span { border-color: #CC1102; }
span { border-color: rgb(204,17,2); }
td.TdClassName
{
border-color: #CC1102;
}
.TagClassName
{
border-color: #CC1102;
}
</style>