Shades of Free Speech Red #CC1212
Tints of Free Speech Red #CC1212
RGB
CMYK
RGB Variations
Color information
#CC1212 (or 0xCC1212) is known color: Free Speech Red. HEX triplet: CC, 12 and 12. RGB value is (204,18,18). Sum of RGB (Red+Green+Blue) = 204+18+18=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1212 is #33EDED. Grayscale: #494949. Windows color (decimal): -3403246 or 1184460. OLE color: 1184460.
HSL color Cylindrical-coordinate representation of color #CC1212: hue angle of 0º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1212 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.2 |
| HSL | 0º | 0.84% | 0.44% | - |
| HSV(B) | 0º | 0.91% | 0.8% | - |
| XYZ | 25.23 | 13.31 | 1.81 | - |
| YUV | 73.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 18 | 0 | 0.91 | 0.91 | 0.2 | 0 | 0.84 | 0.44 |
| Hex | CC | 12 | 12 | 0 | 5B | 5B | 14 | 0 | 54 | 2C |
| Octal | 314 | 22 | 22 | 0 | 133 | 133 | 24 | 0 | 124 | 54 |
| Binary | 11001100 | 10010 | 10010 | 0 | 1011011 | 1011011 | 10100 | 0 | 1010100 | 101100 |
Color Harmonies of #CC1212
Complementary color
Monochromatic Colors of #CC1212
Black with #CC1212
Text Example
Text Example
White with #CC1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1212; }
p { color: rgb(204,18,18); }
H1.HeaderClassName
{
color: #CC1212;
}
.AnyTagClassName
{
color: #CC1212;
}
</style>
background-color css
<style>
a { background-color: #CC1212; }
a { background-color: rgb(204,18,18); }
div.DivClassName
{
background-color: #CC1212;
}
.BgClassName
{
background-color: #CC1212;
}
</style>
border-color css
<style>
span { border-color: #CC1212; }
span { border-color: rgb(204,18,18); }
td.TdClassName
{
border-color: #CC1212;
}
.TagClassName
{
border-color: #CC1212;
}
</style>