Shades of Free Speech Red #CC1701
Tints of Free Speech Red #CC1701
RGB
CMYK
RGB Variations
Color information
#CC1701 (or 0xCC1701) is known color: Free Speech Red. HEX triplet: CC, 17 and 01. RGB value is (204,23,1). Sum of RGB (Red+Green+Blue) = 204+23+1=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1701 is #33E8FE. Grayscale: #4A4A4A. Windows color (decimal): -3401983 or 71628. OLE color: 71628.
HSL color Cylindrical-coordinate representation of color #CC1701: hue angle of 6.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC1701 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.2 |
| HSL | 6.5º | 0.99% | 0.4% | - |
| HSV(B) | 6.5º | 1% | 0.8% | - |
| XYZ | 25.21 | 13.45 | 1.3 | - |
| YUV | 74.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 1 | 0 | 0.89 | 1.00 | 0.2 | 6.5 | 0.99 | 0.4 |
| Hex | CC | 17 | 1 | 0 | 59 | 64 | 14 | 7 | 63 | 28 |
| Octal | 314 | 27 | 1 | 0 | 131 | 144 | 24 | 7 | 143 | 50 |
| Binary | 11001100 | 10111 | 1 | 0 | 1011001 | 1100100 | 10100 | 111 | 1100011 | 101000 |
Color Harmonies of #CC1701
Complementary color
Monochromatic Colors of #CC1701
Black with #CC1701
Text Example
Text Example
White with #CC1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1701; }
p { color: rgb(204,23,1); }
H1.HeaderClassName
{
color: #CC1701;
}
.AnyTagClassName
{
color: #CC1701;
}
</style>
background-color css
<style>
a { background-color: #CC1701; }
a { background-color: rgb(204,23,1); }
div.DivClassName
{
background-color: #CC1701;
}
.BgClassName
{
background-color: #CC1701;
}
</style>
border-color css
<style>
span { border-color: #CC1701; }
span { border-color: rgb(204,23,1); }
td.TdClassName
{
border-color: #CC1701;
}
.TagClassName
{
border-color: #CC1701;
}
</style>