Shades of Free Speech Red #CC1002
Tints of Free Speech Red #CC1002
RGB
CMYK
RGB Variations
Color information
#CC1002 (or 0xCC1002) is known color: Free Speech Red. HEX triplet: CC, 10 and 02. RGB value is (204,16,2). Sum of RGB (Red+Green+Blue) = 204+16+2=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1002 is #33EFFD. Grayscale: #464646. Windows color (decimal): -3403774 or 135372. OLE color: 135372.
HSL color Cylindrical-coordinate representation of color #CC1002: hue angle of 4.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC1002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.2 |
| HSL | 4.16º | 0.98% | 0.4% | - |
| HSV(B) | 4.16º | 0.99% | 0.8% | - |
| XYZ | 25.1 | 13.21 | 1.28 | - |
| YUV | 70.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 2 | 0 | 0.92 | 0.99 | 0.2 | 4.16 | 0.98 | 0.4 |
| Hex | CC | 10 | 2 | 0 | 5C | 63 | 14 | 4 | 62 | 28 |
| Octal | 314 | 20 | 2 | 0 | 134 | 143 | 24 | 4 | 142 | 50 |
| Binary | 11001100 | 10000 | 10 | 0 | 1011100 | 1100011 | 10100 | 100 | 1100010 | 101000 |
Color Harmonies of #CC1002
Complementary color
Monochromatic Colors of #CC1002
Black with #CC1002
Text Example
Text Example
White with #CC1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1002; }
p { color: rgb(204,16,2); }
H1.HeaderClassName
{
color: #CC1002;
}
.AnyTagClassName
{
color: #CC1002;
}
</style>
background-color css
<style>
a { background-color: #CC1002; }
a { background-color: rgb(204,16,2); }
div.DivClassName
{
background-color: #CC1002;
}
.BgClassName
{
background-color: #CC1002;
}
</style>
border-color css
<style>
span { border-color: #CC1002; }
span { border-color: rgb(204,16,2); }
td.TdClassName
{
border-color: #CC1002;
}
.TagClassName
{
border-color: #CC1002;
}
</style>