Shades of Free Speech Red #CC170C
Tints of Free Speech Red #CC170C
RGB
CMYK
RGB Variations
Color information
#CC170C (or 0xCC170C) is known color: Free Speech Red. HEX triplet: CC, 17 and 0C. RGB value is (204,23,12). Sum of RGB (Red+Green+Blue) = 204+23+12=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC170C is #33E8F3. Grayscale: #4C4C4C. Windows color (decimal): -3401972 or 792524. OLE color: 792524.
HSL color Cylindrical-coordinate representation of color #CC170C: hue angle of 3.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.2 |
| HSL | 3.44º | 0.89% | 0.42% | - |
| HSV(B) | 3.44º | 0.94% | 0.8% | - |
| XYZ | 25.27 | 13.48 | 1.62 | - |
| YUV | 75.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 12 | 0 | 0.89 | 0.94 | 0.2 | 3.44 | 0.89 | 0.42 |
| Hex | CC | 17 | C | 0 | 59 | 5E | 14 | 3 | 59 | 2A |
| Octal | 314 | 27 | 14 | 0 | 131 | 136 | 24 | 3 | 131 | 52 |
| Binary | 11001100 | 10111 | 1100 | 0 | 1011001 | 1011110 | 10100 | 11 | 1011001 | 101010 |
Color Harmonies of #CC170C
Complementary color
Monochromatic Colors of #CC170C
Black with #CC170C
Text Example
Text Example
White with #CC170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC170C; }
p { color: rgb(204,23,12); }
H1.HeaderClassName
{
color: #CC170C;
}
.AnyTagClassName
{
color: #CC170C;
}
</style>
background-color css
<style>
a { background-color: #CC170C; }
a { background-color: rgb(204,23,12); }
div.DivClassName
{
background-color: #CC170C;
}
.BgClassName
{
background-color: #CC170C;
}
</style>
border-color css
<style>
span { border-color: #CC170C; }
span { border-color: rgb(204,23,12); }
td.TdClassName
{
border-color: #CC170C;
}
.TagClassName
{
border-color: #CC170C;
}
</style>