Shades of Free Speech Red #CC0F04
Tints of Free Speech Red #CC0F04
RGB
CMYK
RGB Variations
Color information
#CC0F04 (or 0xCC0F04) is known color: Free Speech Red. HEX triplet: CC, 0F and 04. RGB value is (204,15,4). Sum of RGB (Red+Green+Blue) = 204+15+4=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F04 is #33F0FB. Grayscale: #464646. Windows color (decimal): -3404028 or 266188. OLE color: 266188.
HSL color Cylindrical-coordinate representation of color #CC0F04: hue angle of 3.3º degrees, saturation: 0.96, 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 #CC0F04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.2 |
| HSL | 3.3º | 0.96% | 0.41% | - |
| HSV(B) | 3.3º | 0.98% | 0.8% | - |
| XYZ | 25.09 | 13.19 | 1.34 | - |
| YUV | 70.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 4 | 0 | 0.93 | 0.98 | 0.2 | 3.3 | 0.96 | 0.41 |
| Hex | CC | F | 4 | 0 | 5D | 62 | 14 | 3 | 60 | 29 |
| Octal | 314 | 17 | 4 | 0 | 135 | 142 | 24 | 3 | 140 | 51 |
| Binary | 11001100 | 1111 | 100 | 0 | 1011101 | 1100010 | 10100 | 11 | 1100000 | 101001 |
Color Harmonies of #CC0F04
Complementary color
Monochromatic Colors of #CC0F04
Black with #CC0F04
Text Example
Text Example
White with #CC0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F04; }
p { color: rgb(204,15,4); }
H1.HeaderClassName
{
color: #CC0F04;
}
.AnyTagClassName
{
color: #CC0F04;
}
</style>
background-color css
<style>
a { background-color: #CC0F04; }
a { background-color: rgb(204,15,4); }
div.DivClassName
{
background-color: #CC0F04;
}
.BgClassName
{
background-color: #CC0F04;
}
</style>
border-color css
<style>
span { border-color: #CC0F04; }
span { border-color: rgb(204,15,4); }
td.TdClassName
{
border-color: #CC0F04;
}
.TagClassName
{
border-color: #CC0F04;
}
</style>