Shades of Free Speech Red #CC1312
Tints of Free Speech Red #CC1312
RGB
CMYK
RGB Variations
Color information
#CC1312 (or 0xCC1312) is known color: Free Speech Red. HEX triplet: CC, 13 and 12. RGB value is (204,19,18). Sum of RGB (Red+Green+Blue) = 204+19+18=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1312 is #33ECED. Grayscale: #4A4A4A. Windows color (decimal): -3402990 or 1184716. OLE color: 1184716.
HSL color Cylindrical-coordinate representation of color #CC1312: hue angle of 0.32º 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 #CC1312 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.2 |
| HSL | 0.32º | 0.84% | 0.44% | - |
| HSV(B) | 0.32º | 0.91% | 0.8% | - |
| XYZ | 25.24 | 13.35 | 1.82 | - |
| YUV | 74.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 18 | 0 | 0.91 | 0.91 | 0.2 | 0.32 | 0.84 | 0.44 |
| Hex | CC | 13 | 12 | 0 | 5B | 5B | 14 | 0 | 54 | 2C |
| Octal | 314 | 23 | 22 | 0 | 133 | 133 | 24 | 0 | 124 | 54 |
| Binary | 11001100 | 10011 | 10010 | 0 | 1011011 | 1011011 | 10100 | 0 | 1010100 | 101100 |
Color Harmonies of #CC1312
Complementary color
Monochromatic Colors of #CC1312
Black with #CC1312
Text Example
Text Example
White with #CC1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1312; }
p { color: rgb(204,19,18); }
H1.HeaderClassName
{
color: #CC1312;
}
.AnyTagClassName
{
color: #CC1312;
}
</style>
background-color css
<style>
a { background-color: #CC1312; }
a { background-color: rgb(204,19,18); }
div.DivClassName
{
background-color: #CC1312;
}
.BgClassName
{
background-color: #CC1312;
}
</style>
border-color css
<style>
span { border-color: #CC1312; }
span { border-color: rgb(204,19,18); }
td.TdClassName
{
border-color: #CC1312;
}
.TagClassName
{
border-color: #CC1312;
}
</style>