Shades of Free Speech Red #CC0605
Tints of Free Speech Red #CC0605
RGB
CMYK
RGB Variations
Color information
#CC0605 (or 0xCC0605) is known color: Free Speech Red. HEX triplet: CC, 06 and 05. RGB value is (204,6,5). Sum of RGB (Red+Green+Blue) = 204+6+5=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0605 is #33F9FA. Grayscale: #414141. Windows color (decimal): -3406331 or 329420. OLE color: 329420.
HSL color Cylindrical-coordinate representation of color #CC0605: hue angle of 0.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.2 |
| HSL | 0.3º | 0.95% | 0.41% | - |
| HSV(B) | 0.3º | 0.98% | 0.8% | - |
| XYZ | 24.99 | 12.98 | 1.33 | - |
| YUV | 65.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 5 | 0 | 0.97 | 0.98 | 0.2 | 0.3 | 0.95 | 0.41 |
| Hex | CC | 6 | 5 | 0 | 61 | 62 | 14 | 0 | 5F | 29 |
| Octal | 314 | 6 | 5 | 0 | 141 | 142 | 24 | 0 | 137 | 51 |
| Binary | 11001100 | 110 | 101 | 0 | 1100001 | 1100010 | 10100 | 0 | 1011111 | 101001 |
Color Harmonies of #CC0605
Complementary color
Monochromatic Colors of #CC0605
Black with #CC0605
Text Example
Text Example
White with #CC0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0605; }
p { color: rgb(204,6,5); }
H1.HeaderClassName
{
color: #CC0605;
}
.AnyTagClassName
{
color: #CC0605;
}
</style>
background-color css
<style>
a { background-color: #CC0605; }
a { background-color: rgb(204,6,5); }
div.DivClassName
{
background-color: #CC0605;
}
.BgClassName
{
background-color: #CC0605;
}
</style>
border-color css
<style>
span { border-color: #CC0605; }
span { border-color: rgb(204,6,5); }
td.TdClassName
{
border-color: #CC0605;
}
.TagClassName
{
border-color: #CC0605;
}
</style>