Shades of Free Speech Red #CC1107
Tints of Free Speech Red #CC1107
RGB
CMYK
RGB Variations
Color information
#CC1107 (or 0xCC1107) is known color: Free Speech Red. HEX triplet: CC, 11 and 07. RGB value is (204,17,7). Sum of RGB (Red+Green+Blue) = 204+17+7=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1107 is #33EEF8. Grayscale: #474747. Windows color (decimal): -3403513 or 463308. OLE color: 463308.
HSL color Cylindrical-coordinate representation of color #CC1107: hue angle of 3.05º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC1107 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.2 |
| HSL | 3.05º | 0.93% | 0.41% | - |
| HSV(B) | 3.05º | 0.97% | 0.8% | - |
| XYZ | 25.14 | 13.25 | 1.43 | - |
| YUV | 71.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 7 | 0 | 0.92 | 0.97 | 0.2 | 3.05 | 0.93 | 0.41 |
| Hex | CC | 11 | 7 | 0 | 5C | 61 | 14 | 3 | 5D | 29 |
| Octal | 314 | 21 | 7 | 0 | 134 | 141 | 24 | 3 | 135 | 51 |
| Binary | 11001100 | 10001 | 111 | 0 | 1011100 | 1100001 | 10100 | 11 | 1011101 | 101001 |
Color Harmonies of #CC1107
Complementary color
Monochromatic Colors of #CC1107
Black with #CC1107
Text Example
Text Example
White with #CC1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1107; }
p { color: rgb(204,17,7); }
H1.HeaderClassName
{
color: #CC1107;
}
.AnyTagClassName
{
color: #CC1107;
}
</style>
background-color css
<style>
a { background-color: #CC1107; }
a { background-color: rgb(204,17,7); }
div.DivClassName
{
background-color: #CC1107;
}
.BgClassName
{
background-color: #CC1107;
}
</style>
border-color css
<style>
span { border-color: #CC1107; }
span { border-color: rgb(204,17,7); }
td.TdClassName
{
border-color: #CC1107;
}
.TagClassName
{
border-color: #CC1107;
}
</style>