Shades of Free Speech Red #CC0100
Tints of Free Speech Red #CC0100
RGB
CMYK
RGB Variations
Color information
#CC0100 (or 0xCC0100) is known color: Free Speech Red. HEX triplet: CC, 01 and 00. RGB value is (204,1,0). Sum of RGB (Red+Green+Blue) = 204+1+0=205 (27% of max value = 765). Red value is 204 (80.08% from 255 or 99.51% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0100 is #33FEFF. Grayscale: #3D3D3D. Windows color (decimal): -3407616 or 460. OLE color: 460.
HSL color Cylindrical-coordinate representation of color #CC0100: hue angle of 0.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.2 |
| HSL | 0.29º | 1% | 0.4% | - |
| HSV(B) | 0.29º | 1% | 0.8% | - |
| XYZ | 24.91 | 12.86 | 1.17 | - |
| YUV | 61.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 0 | 0 | 1.00 | 1 | 0.2 | 0.29 | 1 | 0.4 |
| Hex | CC | 1 | 0 | 0 | 64 | 64 | 14 | 0 | 64 | 28 |
| Octal | 314 | 1 | 0 | 0 | 144 | 144 | 24 | 0 | 144 | 50 |
| Binary | 11001100 | 1 | 0 | 0 | 1100100 | 1100100 | 10100 | 0 | 1100100 | 101000 |
Color Harmonies of #CC0100
Complementary color
Monochromatic Colors of #CC0100
Black with #CC0100
Text Example
Text Example
White with #CC0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0100; }
p { color: rgb(204,1,0); }
H1.HeaderClassName
{
color: #CC0100;
}
.AnyTagClassName
{
color: #CC0100;
}
</style>
background-color css
<style>
a { background-color: #CC0100; }
a { background-color: rgb(204,1,0); }
div.DivClassName
{
background-color: #CC0100;
}
.BgClassName
{
background-color: #CC0100;
}
</style>
border-color css
<style>
span { border-color: #CC0100; }
span { border-color: rgb(204,1,0); }
td.TdClassName
{
border-color: #CC0100;
}
.TagClassName
{
border-color: #CC0100;
}
</style>