Shades of Free Speech Red #CC1211
Tints of Free Speech Red #CC1211
RGB
CMYK
RGB Variations
Color information
#CC1211 (or 0xCC1211) is known color: Free Speech Red. HEX triplet: CC, 12 and 11. RGB value is (204,18,17). Sum of RGB (Red+Green+Blue) = 204+18+17=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1211 is #33EDEE. Grayscale: #494949. Windows color (decimal): -3403247 or 1118924. OLE color: 1118924.
HSL color Cylindrical-coordinate representation of color #CC1211: hue angle of 0.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.2 |
| HSL | 0.32º | 0.85% | 0.43% | - |
| HSV(B) | 0.32º | 0.92% | 0.8% | - |
| XYZ | 25.22 | 13.31 | 1.77 | - |
| YUV | 73.5 | 96.12 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 17 | 0 | 0.91 | 0.92 | 0.2 | 0.32 | 0.85 | 0.43 |
| Hex | CC | 12 | 11 | 0 | 5B | 5C | 14 | 0 | 55 | 2B |
| Octal | 314 | 22 | 21 | 0 | 133 | 134 | 24 | 0 | 125 | 53 |
| Binary | 11001100 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10100 | 0 | 1010101 | 101011 |
Color Harmonies of #CC1211
Complementary color
Monochromatic Colors of #CC1211
Black with #CC1211
Text Example
Text Example
White with #CC1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1211; }
p { color: rgb(204,18,17); }
H1.HeaderClassName
{
color: #CC1211;
}
.AnyTagClassName
{
color: #CC1211;
}
</style>
background-color css
<style>
a { background-color: #CC1211; }
a { background-color: rgb(204,18,17); }
div.DivClassName
{
background-color: #CC1211;
}
.BgClassName
{
background-color: #CC1211;
}
</style>
border-color css
<style>
span { border-color: #CC1211; }
span { border-color: rgb(204,18,17); }
td.TdClassName
{
border-color: #CC1211;
}
.TagClassName
{
border-color: #CC1211;
}
</style>