Shades of Free Speech Red #CC1602
Tints of Free Speech Red #CC1602
RGB
CMYK
RGB Variations
Color information
#CC1602 (or 0xCC1602) is known color: Free Speech Red. HEX triplet: CC, 16 and 02. RGB value is (204,22,2). Sum of RGB (Red+Green+Blue) = 204+22+2=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1602 is #33E9FD. Grayscale: #4A4A4A. Windows color (decimal): -3402238 or 136908. OLE color: 136908.
HSL color Cylindrical-coordinate representation of color #CC1602: hue angle of 5.94º 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 #CC1602 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.2 |
| HSL | 5.94º | 0.98% | 0.4% | - |
| HSV(B) | 5.94º | 0.99% | 0.8% | - |
| XYZ | 25.2 | 13.42 | 1.32 | - |
| YUV | 74.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 2 | 0 | 0.89 | 0.99 | 0.2 | 5.94 | 0.98 | 0.4 |
| Hex | CC | 16 | 2 | 0 | 59 | 63 | 14 | 6 | 62 | 28 |
| Octal | 314 | 26 | 2 | 0 | 131 | 143 | 24 | 6 | 142 | 50 |
| Binary | 11001100 | 10110 | 10 | 0 | 1011001 | 1100011 | 10100 | 110 | 1100010 | 101000 |
Color Harmonies of #CC1602
Complementary color
Monochromatic Colors of #CC1602
Black with #CC1602
Text Example
Text Example
White with #CC1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1602; }
p { color: rgb(204,22,2); }
H1.HeaderClassName
{
color: #CC1602;
}
.AnyTagClassName
{
color: #CC1602;
}
</style>
background-color css
<style>
a { background-color: #CC1602; }
a { background-color: rgb(204,22,2); }
div.DivClassName
{
background-color: #CC1602;
}
.BgClassName
{
background-color: #CC1602;
}
</style>
border-color css
<style>
span { border-color: #CC1602; }
span { border-color: rgb(204,22,2); }
td.TdClassName
{
border-color: #CC1602;
}
.TagClassName
{
border-color: #CC1602;
}
</style>