Shades of Free Speech Red #CC1001
Tints of Free Speech Red #CC1001
RGB
CMYK
RGB Variations
Color information
#CC1001 (or 0xCC1001) is known color: Free Speech Red. HEX triplet: CC, 10 and 01. RGB value is (204,16,1). Sum of RGB (Red+Green+Blue) = 204+16+1=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1001 is #33EFFE. Grayscale: #464646. Windows color (decimal): -3403775 or 69836. OLE color: 69836.
HSL color Cylindrical-coordinate representation of color #CC1001: hue angle of 4.43º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC1001 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.2 |
| HSL | 4.43º | 0.99% | 0.4% | - |
| HSV(B) | 4.43º | 1% | 0.8% | - |
| XYZ | 25.09 | 13.21 | 1.26 | - |
| YUV | 70.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 1 | 0 | 0.92 | 1.00 | 0.2 | 4.43 | 0.99 | 0.4 |
| Hex | CC | 10 | 1 | 0 | 5C | 64 | 14 | 4 | 63 | 28 |
| Octal | 314 | 20 | 1 | 0 | 134 | 144 | 24 | 4 | 143 | 50 |
| Binary | 11001100 | 10000 | 1 | 0 | 1011100 | 1100100 | 10100 | 100 | 1100011 | 101000 |
Color Harmonies of #CC1001
Complementary color
Monochromatic Colors of #CC1001
Black with #CC1001
Text Example
Text Example
White with #CC1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1001; }
p { color: rgb(204,16,1); }
H1.HeaderClassName
{
color: #CC1001;
}
.AnyTagClassName
{
color: #CC1001;
}
</style>
background-color css
<style>
a { background-color: #CC1001; }
a { background-color: rgb(204,16,1); }
div.DivClassName
{
background-color: #CC1001;
}
.BgClassName
{
background-color: #CC1001;
}
</style>
border-color css
<style>
span { border-color: #CC1001; }
span { border-color: rgb(204,16,1); }
td.TdClassName
{
border-color: #CC1001;
}
.TagClassName
{
border-color: #CC1001;
}
</style>