Shades of Free Speech Red #CC1900
Tints of Free Speech Red #CC1900
RGB
CMYK
RGB Variations
Color information
#CC1900 (or 0xCC1900) is known color: Free Speech Red. HEX triplet: CC, 19 and 00. RGB value is (204,25,0). Sum of RGB (Red+Green+Blue) = 204+25+0=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1900 is #33E6FF. Grayscale: #4B4B4B. Windows color (decimal): -3401472 or 6604. OLE color: 6604.
HSL color Cylindrical-coordinate representation of color #CC1900: hue angle of 7.35º 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 #CC1900 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.2 |
| HSL | 7.35º | 1% | 0.4% | - |
| HSV(B) | 7.35º | 1% | 0.8% | - |
| XYZ | 25.25 | 13.53 | 1.28 | - |
| YUV | 75.67 | 85.3 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 0 | 0 | 0.88 | 1 | 0.2 | 7.35 | 1 | 0.4 |
| Hex | CC | 19 | 0 | 0 | 58 | 64 | 14 | 7 | 64 | 28 |
| Octal | 314 | 31 | 0 | 0 | 130 | 144 | 24 | 7 | 144 | 50 |
| Binary | 11001100 | 11001 | 0 | 0 | 1011000 | 1100100 | 10100 | 111 | 1100100 | 101000 |
Color Harmonies of #CC1900
Complementary color
Monochromatic Colors of #CC1900
Black with #CC1900
Text Example
Text Example
White with #CC1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1900; }
p { color: rgb(204,25,0); }
H1.HeaderClassName
{
color: #CC1900;
}
.AnyTagClassName
{
color: #CC1900;
}
</style>
background-color css
<style>
a { background-color: #CC1900; }
a { background-color: rgb(204,25,0); }
div.DivClassName
{
background-color: #CC1900;
}
.BgClassName
{
background-color: #CC1900;
}
</style>
border-color css
<style>
span { border-color: #CC1900; }
span { border-color: rgb(204,25,0); }
td.TdClassName
{
border-color: #CC1900;
}
.TagClassName
{
border-color: #CC1900;
}
</style>