Shades of Free Speech Red #CC1613
Tints of Free Speech Red #CC1613
RGB
CMYK
RGB Variations
Color information
#CC1613 (or 0xCC1613) is known color: Free Speech Red. HEX triplet: CC, 16 and 13. RGB value is (204,22,19). Sum of RGB (Red+Green+Blue) = 204+22+19=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1613 is #33E9EC. Grayscale: #4C4C4C. Windows color (decimal): -3402221 or 1251020. OLE color: 1251020.
HSL color Cylindrical-coordinate representation of color #CC1613: hue angle of 0.97º degrees, saturation: 0.83, 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 #CC1613 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.2 |
| HSL | 0.97º | 0.83% | 0.44% | - |
| HSV(B) | 0.97º | 0.91% | 0.8% | - |
| XYZ | 25.31 | 13.46 | 1.88 | - |
| YUV | 76.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 19 | 0 | 0.89 | 0.91 | 0.2 | 0.97 | 0.83 | 0.44 |
| Hex | CC | 16 | 13 | 0 | 59 | 5B | 14 | 1 | 53 | 2C |
| Octal | 314 | 26 | 23 | 0 | 131 | 133 | 24 | 1 | 123 | 54 |
| Binary | 11001100 | 10110 | 10011 | 0 | 1011001 | 1011011 | 10100 | 1 | 1010011 | 101100 |
Color Harmonies of #CC1613
Complementary color
Monochromatic Colors of #CC1613
Black with #CC1613
Text Example
Text Example
White with #CC1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1613; }
p { color: rgb(204,22,19); }
H1.HeaderClassName
{
color: #CC1613;
}
.AnyTagClassName
{
color: #CC1613;
}
</style>
background-color css
<style>
a { background-color: #CC1613; }
a { background-color: rgb(204,22,19); }
div.DivClassName
{
background-color: #CC1613;
}
.BgClassName
{
background-color: #CC1613;
}
</style>
border-color css
<style>
span { border-color: #CC1613; }
span { border-color: rgb(204,22,19); }
td.TdClassName
{
border-color: #CC1613;
}
.TagClassName
{
border-color: #CC1613;
}
</style>