Shades of Free Speech Red #CC1902
Tints of Free Speech Red #CC1902
RGB
CMYK
RGB Variations
Color information
#CC1902 (or 0xCC1902) is known color: Free Speech Red. HEX triplet: CC, 19 and 02. RGB value is (204,25,2). Sum of RGB (Red+Green+Blue) = 204+25+2=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1902 is #33E6FD. Grayscale: #4C4C4C. Windows color (decimal): -3401470 or 137676. OLE color: 137676.
HSL color Cylindrical-coordinate representation of color #CC1902: hue angle of 6.83º 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 #CC1902 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.2 |
| HSL | 6.83º | 0.98% | 0.4% | - |
| HSV(B) | 6.83º | 0.99% | 0.8% | - |
| XYZ | 25.26 | 13.54 | 1.34 | - |
| YUV | 75.9 | 86.3 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 2 | 0 | 0.88 | 0.99 | 0.2 | 6.83 | 0.98 | 0.4 |
| Hex | CC | 19 | 2 | 0 | 58 | 63 | 14 | 7 | 62 | 28 |
| Octal | 314 | 31 | 2 | 0 | 130 | 143 | 24 | 7 | 142 | 50 |
| Binary | 11001100 | 11001 | 10 | 0 | 1011000 | 1100011 | 10100 | 111 | 1100010 | 101000 |
Color Harmonies of #CC1902
Complementary color
Monochromatic Colors of #CC1902
Black with #CC1902
Text Example
Text Example
White with #CC1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1902; }
p { color: rgb(204,25,2); }
H1.HeaderClassName
{
color: #CC1902;
}
.AnyTagClassName
{
color: #CC1902;
}
</style>
background-color css
<style>
a { background-color: #CC1902; }
a { background-color: rgb(204,25,2); }
div.DivClassName
{
background-color: #CC1902;
}
.BgClassName
{
background-color: #CC1902;
}
</style>
border-color css
<style>
span { border-color: #CC1902; }
span { border-color: rgb(204,25,2); }
td.TdClassName
{
border-color: #CC1902;
}
.TagClassName
{
border-color: #CC1902;
}
</style>