Shades of Free Speech Red #CC1110
Tints of Free Speech Red #CC1110
RGB
CMYK
RGB Variations
Color information
#CC1110 (or 0xCC1110) is known color: Free Speech Red. HEX triplet: CC, 11 and 10. RGB value is (204,17,16). Sum of RGB (Red+Green+Blue) = 204+17+16=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1110 is #33EEEF. Grayscale: #484848. Windows color (decimal): -3403504 or 1053132. OLE color: 1053132.
HSL color Cylindrical-coordinate representation of color #CC1110: 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 #CC1110 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.2 |
| HSL | 0.32º | 0.85% | 0.43% | - |
| HSV(B) | 0.32º | 0.92% | 0.8% | - |
| XYZ | 25.2 | 13.28 | 1.72 | - |
| YUV | 72.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 16 | 0 | 0.92 | 0.92 | 0.2 | 0.32 | 0.85 | 0.43 |
| Hex | CC | 11 | 10 | 0 | 5C | 5C | 14 | 0 | 55 | 2B |
| Octal | 314 | 21 | 20 | 0 | 134 | 134 | 24 | 0 | 125 | 53 |
| Binary | 11001100 | 10001 | 10000 | 0 | 1011100 | 1011100 | 10100 | 0 | 1010101 | 101011 |
Color Harmonies of #CC1110
Complementary color
Monochromatic Colors of #CC1110
Black with #CC1110
Text Example
Text Example
White with #CC1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1110; }
p { color: rgb(204,17,16); }
H1.HeaderClassName
{
color: #CC1110;
}
.AnyTagClassName
{
color: #CC1110;
}
</style>
background-color css
<style>
a { background-color: #CC1110; }
a { background-color: rgb(204,17,16); }
div.DivClassName
{
background-color: #CC1110;
}
.BgClassName
{
background-color: #CC1110;
}
</style>
border-color css
<style>
span { border-color: #CC1110; }
span { border-color: rgb(204,17,16); }
td.TdClassName
{
border-color: #CC1110;
}
.TagClassName
{
border-color: #CC1110;
}
</style>