Shades of Free Speech Red #CC1411
Tints of Free Speech Red #CC1411
RGB
CMYK
RGB Variations
Color information
#CC1411 (or 0xCC1411) is known color: Free Speech Red. HEX triplet: CC, 14 and 11. RGB value is (204,20,17). Sum of RGB (Red+Green+Blue) = 204+20+17=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1411 is #33EBEE. Grayscale: #4A4A4A. Windows color (decimal): -3402735 or 1119436. OLE color: 1119436.
HSL color Cylindrical-coordinate representation of color #CC1411: hue angle of 0.96º 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 #CC1411 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.2 |
| HSL | 0.96º | 0.85% | 0.43% | - |
| HSV(B) | 0.96º | 0.92% | 0.8% | - |
| XYZ | 25.25 | 13.38 | 1.78 | - |
| YUV | 74.67 | 95.46 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 17 | 0 | 0.90 | 0.92 | 0.2 | 0.96 | 0.85 | 0.43 |
| Hex | CC | 14 | 11 | 0 | 5A | 5C | 14 | 1 | 55 | 2B |
| Octal | 314 | 24 | 21 | 0 | 132 | 134 | 24 | 1 | 125 | 53 |
| Binary | 11001100 | 10100 | 10001 | 0 | 1011010 | 1011100 | 10100 | 1 | 1010101 | 101011 |
Color Harmonies of #CC1411
Complementary color
Monochromatic Colors of #CC1411
Black with #CC1411
Text Example
Text Example
White with #CC1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1411; }
p { color: rgb(204,20,17); }
H1.HeaderClassName
{
color: #CC1411;
}
.AnyTagClassName
{
color: #CC1411;
}
</style>
background-color css
<style>
a { background-color: #CC1411; }
a { background-color: rgb(204,20,17); }
div.DivClassName
{
background-color: #CC1411;
}
.BgClassName
{
background-color: #CC1411;
}
</style>
border-color css
<style>
span { border-color: #CC1411; }
span { border-color: rgb(204,20,17); }
td.TdClassName
{
border-color: #CC1411;
}
.TagClassName
{
border-color: #CC1411;
}
</style>