Shades of Free Speech Red #CC1410
Tints of Free Speech Red #CC1410
RGB
CMYK
RGB Variations
Color information
#CC1410 (or 0xCC1410) is known color: Free Speech Red. HEX triplet: CC, 14 and 10. RGB value is (204,20,16). Sum of RGB (Red+Green+Blue) = 204+20+16=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1410 is #33EBEF. Grayscale: #4A4A4A. Windows color (decimal): -3402736 or 1053900. OLE color: 1053900.
HSL color Cylindrical-coordinate representation of color #CC1410: 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 #CC1410 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 16 | - |
| 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.25 | 13.38 | 1.74 | - |
| YUV | 74.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 16 | 0 | 0.90 | 0.92 | 0.2 | 1.28 | 0.85 | 0.43 |
| Hex | CC | 14 | 10 | 0 | 5A | 5C | 14 | 1 | 55 | 2B |
| Octal | 314 | 24 | 20 | 0 | 132 | 134 | 24 | 1 | 125 | 53 |
| Binary | 11001100 | 10100 | 10000 | 0 | 1011010 | 1011100 | 10100 | 1 | 1010101 | 101011 |
Color Harmonies of #CC1410
Complementary color
Monochromatic Colors of #CC1410
Black with #CC1410
Text Example
Text Example
White with #CC1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1410; }
p { color: rgb(204,20,16); }
H1.HeaderClassName
{
color: #CC1410;
}
.AnyTagClassName
{
color: #CC1410;
}
</style>
background-color css
<style>
a { background-color: #CC1410; }
a { background-color: rgb(204,20,16); }
div.DivClassName
{
background-color: #CC1410;
}
.BgClassName
{
background-color: #CC1410;
}
</style>
border-color css
<style>
span { border-color: #CC1410; }
span { border-color: rgb(204,20,16); }
td.TdClassName
{
border-color: #CC1410;
}
.TagClassName
{
border-color: #CC1410;
}
</style>