Shades of Free Speech Red #CC0C03
Tints of Free Speech Red #CC0C03
RGB
CMYK
RGB Variations
Color information
#CC0C03 (or 0xCC0C03) is known color: Free Speech Red. HEX triplet: CC, 0C and 03. RGB value is (204,12,3). Sum of RGB (Red+Green+Blue) = 204+12+3=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0C03 is #33F3FC. Grayscale: #444444. Windows color (decimal): -3404797 or 199884. OLE color: 199884.
HSL color Cylindrical-coordinate representation of color #CC0C03: hue angle of 2.69º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0C03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.2 |
| HSL | 2.69º | 0.97% | 0.41% | - |
| HSV(B) | 2.69º | 0.99% | 0.8% | - |
| XYZ | 25.05 | 13.11 | 1.3 | - |
| YUV | 68.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 3 | 0 | 0.94 | 0.99 | 0.2 | 2.69 | 0.97 | 0.41 |
| Hex | CC | C | 3 | 0 | 5E | 63 | 14 | 3 | 61 | 29 |
| Octal | 314 | 14 | 3 | 0 | 136 | 143 | 24 | 3 | 141 | 51 |
| Binary | 11001100 | 1100 | 11 | 0 | 1011110 | 1100011 | 10100 | 11 | 1100001 | 101001 |
Color Harmonies of #CC0C03
Complementary color
Monochromatic Colors of #CC0C03
Black with #CC0C03
Text Example
Text Example
White with #CC0C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C03; }
p { color: rgb(204,12,3); }
H1.HeaderClassName
{
color: #CC0C03;
}
.AnyTagClassName
{
color: #CC0C03;
}
</style>
background-color css
<style>
a { background-color: #CC0C03; }
a { background-color: rgb(204,12,3); }
div.DivClassName
{
background-color: #CC0C03;
}
.BgClassName
{
background-color: #CC0C03;
}
</style>
border-color css
<style>
span { border-color: #CC0C03; }
span { border-color: rgb(204,12,3); }
td.TdClassName
{
border-color: #CC0C03;
}
.TagClassName
{
border-color: #CC0C03;
}
</style>