Shades of Free Speech Red #CC1004
Tints of Free Speech Red #CC1004
RGB
CMYK
RGB Variations
Color information
#CC1004 (or 0xCC1004) is known color: Free Speech Red. HEX triplet: CC, 10 and 04. RGB value is (204,16,4). Sum of RGB (Red+Green+Blue) = 204+16+4=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1004 is #33EFFB. Grayscale: #474747. Windows color (decimal): -3403772 or 266444. OLE color: 266444.
HSL color Cylindrical-coordinate representation of color #CC1004: hue angle of 3.6º 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 #CC1004 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.2 |
| HSL | 3.6º | 0.96% | 0.41% | - |
| HSV(B) | 3.6º | 0.98% | 0.8% | - |
| XYZ | 25.11 | 13.22 | 1.34 | - |
| YUV | 70.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 4 | 0 | 0.92 | 0.98 | 0.2 | 3.6 | 0.96 | 0.41 |
| Hex | CC | 10 | 4 | 0 | 5C | 62 | 14 | 4 | 60 | 29 |
| Octal | 314 | 20 | 4 | 0 | 134 | 142 | 24 | 4 | 140 | 51 |
| Binary | 11001100 | 10000 | 100 | 0 | 1011100 | 1100010 | 10100 | 100 | 1100000 | 101001 |
Color Harmonies of #CC1004
Complementary color
Monochromatic Colors of #CC1004
Black with #CC1004
Text Example
Text Example
White with #CC1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1004; }
p { color: rgb(204,16,4); }
H1.HeaderClassName
{
color: #CC1004;
}
.AnyTagClassName
{
color: #CC1004;
}
</style>
background-color css
<style>
a { background-color: #CC1004; }
a { background-color: rgb(204,16,4); }
div.DivClassName
{
background-color: #CC1004;
}
.BgClassName
{
background-color: #CC1004;
}
</style>
border-color css
<style>
span { border-color: #CC1004; }
span { border-color: rgb(204,16,4); }
td.TdClassName
{
border-color: #CC1004;
}
.TagClassName
{
border-color: #CC1004;
}
</style>