Shades of Free Speech Red #CC1006
Tints of Free Speech Red #CC1006
RGB
CMYK
RGB Variations
Color information
#CC1006 (or 0xCC1006) is known color: Free Speech Red. HEX triplet: CC, 10 and 06. RGB value is (204,16,6). Sum of RGB (Red+Green+Blue) = 204+16+6=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1006 is #33EFF9. Grayscale: #474747. Windows color (decimal): -3403770 or 397516. OLE color: 397516.
HSL color Cylindrical-coordinate representation of color #CC1006: hue angle of 3.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC1006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.2 |
| HSL | 3.03º | 0.94% | 0.41% | - |
| HSV(B) | 3.03º | 0.97% | 0.8% | - |
| XYZ | 25.12 | 13.22 | 1.4 | - |
| YUV | 71.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 6 | 0 | 0.92 | 0.97 | 0.2 | 3.03 | 0.94 | 0.41 |
| Hex | CC | 10 | 6 | 0 | 5C | 61 | 14 | 3 | 5E | 29 |
| Octal | 314 | 20 | 6 | 0 | 134 | 141 | 24 | 3 | 136 | 51 |
| Binary | 11001100 | 10000 | 110 | 0 | 1011100 | 1100001 | 10100 | 11 | 1011110 | 101001 |
Color Harmonies of #CC1006
Complementary color
Monochromatic Colors of #CC1006
Black with #CC1006
Text Example
Text Example
White with #CC1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1006; }
p { color: rgb(204,16,6); }
H1.HeaderClassName
{
color: #CC1006;
}
.AnyTagClassName
{
color: #CC1006;
}
</style>
background-color css
<style>
a { background-color: #CC1006; }
a { background-color: rgb(204,16,6); }
div.DivClassName
{
background-color: #CC1006;
}
.BgClassName
{
background-color: #CC1006;
}
</style>
border-color css
<style>
span { border-color: #CC1006; }
span { border-color: rgb(204,16,6); }
td.TdClassName
{
border-color: #CC1006;
}
.TagClassName
{
border-color: #CC1006;
}
</style>