Shades of Free Speech Red #CC1511
Tints of Free Speech Red #CC1511
RGB
CMYK
RGB Variations
Color information
#CC1511 (or 0xCC1511) is known color: Free Speech Red. HEX triplet: CC, 15 and 11. RGB value is (204,21,17). Sum of RGB (Red+Green+Blue) = 204+21+17=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1511 is #33EAEE. Grayscale: #4B4B4B. Windows color (decimal): -3402479 or 1119692. OLE color: 1119692.
HSL color Cylindrical-coordinate representation of color #CC1511: hue angle of 1.28º 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 #CC1511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.2 |
| HSL | 1.28º | 0.85% | 0.43% | - |
| HSV(B) | 1.28º | 0.92% | 0.8% | - |
| XYZ | 25.27 | 13.41 | 1.79 | - |
| YUV | 75.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 17 | 0 | 0.90 | 0.92 | 0.2 | 1.28 | 0.85 | 0.43 |
| Hex | CC | 15 | 11 | 0 | 5A | 5C | 14 | 1 | 55 | 2B |
| Octal | 314 | 25 | 21 | 0 | 132 | 134 | 24 | 1 | 125 | 53 |
| Binary | 11001100 | 10101 | 10001 | 0 | 1011010 | 1011100 | 10100 | 1 | 1010101 | 101011 |
Color Harmonies of #CC1511
Complementary color
Monochromatic Colors of #CC1511
Black with #CC1511
Text Example
Text Example
White with #CC1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1511; }
p { color: rgb(204,21,17); }
H1.HeaderClassName
{
color: #CC1511;
}
.AnyTagClassName
{
color: #CC1511;
}
</style>
background-color css
<style>
a { background-color: #CC1511; }
a { background-color: rgb(204,21,17); }
div.DivClassName
{
background-color: #CC1511;
}
.BgClassName
{
background-color: #CC1511;
}
</style>
border-color css
<style>
span { border-color: #CC1511; }
span { border-color: rgb(204,21,17); }
td.TdClassName
{
border-color: #CC1511;
}
.TagClassName
{
border-color: #CC1511;
}
</style>