Shades of Free Speech Red #CC1200
Tints of Free Speech Red #CC1200
RGB
CMYK
RGB Variations
Color information
#CC1200 (or 0xCC1200) is known color: Free Speech Red. HEX triplet: CC, 12 and 00. RGB value is (204,18,0). Sum of RGB (Red+Green+Blue) = 204+18+0=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1200 is #33EDFF. Grayscale: #474747. Windows color (decimal): -3403264 or 4812. OLE color: 4812.
HSL color Cylindrical-coordinate representation of color #CC1200: hue angle of 5.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC1200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.2 |
| HSL | 5.29º | 1% | 0.4% | - |
| HSV(B) | 5.29º | 1% | 0.8% | - |
| XYZ | 25.12 | 13.27 | 1.24 | - |
| YUV | 71.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 0 | 0 | 0.91 | 1 | 0.2 | 5.29 | 1 | 0.4 |
| Hex | CC | 12 | 0 | 0 | 5B | 64 | 14 | 5 | 64 | 28 |
| Octal | 314 | 22 | 0 | 0 | 133 | 144 | 24 | 5 | 144 | 50 |
| Binary | 11001100 | 10010 | 0 | 0 | 1011011 | 1100100 | 10100 | 101 | 1100100 | 101000 |
Color Harmonies of #CC1200
Complementary color
Monochromatic Colors of #CC1200
Black with #CC1200
Text Example
Text Example
White with #CC1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1200; }
p { color: rgb(204,18,0); }
H1.HeaderClassName
{
color: #CC1200;
}
.AnyTagClassName
{
color: #CC1200;
}
</style>
background-color css
<style>
a { background-color: #CC1200; }
a { background-color: rgb(204,18,0); }
div.DivClassName
{
background-color: #CC1200;
}
.BgClassName
{
background-color: #CC1200;
}
</style>
border-color css
<style>
span { border-color: #CC1200; }
span { border-color: rgb(204,18,0); }
td.TdClassName
{
border-color: #CC1200;
}
.TagClassName
{
border-color: #CC1200;
}
</style>