Shades of Free Speech Red #CC0A07
Tints of Free Speech Red #CC0A07
RGB
CMYK
RGB Variations
Color information
#CC0A07 (or 0xCC0A07) is known color: Free Speech Red. HEX triplet: CC, 0A and 07. RGB value is (204,10,7). Sum of RGB (Red+Green+Blue) = 204+10+7=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A07 is #33F5F8. Grayscale: #434343. Windows color (decimal): -3405305 or 461516. OLE color: 461516.
HSL color Cylindrical-coordinate representation of color #CC0A07: hue angle of 0.91º degrees, saturation: 0.93, 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 #CC0A07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.2 |
| HSL | 0.91º | 0.93% | 0.41% | - |
| HSV(B) | 0.91º | 0.97% | 0.8% | - |
| XYZ | 25.05 | 13.07 | 1.4 | - |
| YUV | 67.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 7 | 0 | 0.95 | 0.97 | 0.2 | 0.91 | 0.93 | 0.41 |
| Hex | CC | A | 7 | 0 | 5F | 61 | 14 | 1 | 5D | 29 |
| Octal | 314 | 12 | 7 | 0 | 137 | 141 | 24 | 1 | 135 | 51 |
| Binary | 11001100 | 1010 | 111 | 0 | 1011111 | 1100001 | 10100 | 1 | 1011101 | 101001 |
Color Harmonies of #CC0A07
Complementary color
Monochromatic Colors of #CC0A07
Black with #CC0A07
Text Example
Text Example
White with #CC0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A07; }
p { color: rgb(204,10,7); }
H1.HeaderClassName
{
color: #CC0A07;
}
.AnyTagClassName
{
color: #CC0A07;
}
</style>
background-color css
<style>
a { background-color: #CC0A07; }
a { background-color: rgb(204,10,7); }
div.DivClassName
{
background-color: #CC0A07;
}
.BgClassName
{
background-color: #CC0A07;
}
</style>
border-color css
<style>
span { border-color: #CC0A07; }
span { border-color: rgb(204,10,7); }
td.TdClassName
{
border-color: #CC0A07;
}
.TagClassName
{
border-color: #CC0A07;
}
</style>