Shades of Free Speech Red #CC170D
Tints of Free Speech Red #CC170D
RGB
CMYK
RGB Variations
Color information
#CC170D (or 0xCC170D) is known color: Free Speech Red. HEX triplet: CC, 17 and 0D. RGB value is (204,23,13). Sum of RGB (Red+Green+Blue) = 204+23+13=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC170D is #33E8F2. Grayscale: #4C4C4C. Windows color (decimal): -3401971 or 858060. OLE color: 858060.
HSL color Cylindrical-coordinate representation of color #CC170D: hue angle of 3.14º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.2 |
| HSL | 3.14º | 0.88% | 0.43% | - |
| HSV(B) | 3.14º | 0.94% | 0.8% | - |
| XYZ | 25.28 | 13.48 | 1.65 | - |
| YUV | 75.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 13 | 0 | 0.89 | 0.94 | 0.2 | 3.14 | 0.88 | 0.43 |
| Hex | CC | 17 | D | 0 | 59 | 5E | 14 | 3 | 58 | 2B |
| Octal | 314 | 27 | 15 | 0 | 131 | 136 | 24 | 3 | 130 | 53 |
| Binary | 11001100 | 10111 | 1101 | 0 | 1011001 | 1011110 | 10100 | 11 | 1011000 | 101011 |
Color Harmonies of #CC170D
Complementary color
Monochromatic Colors of #CC170D
Black with #CC170D
Text Example
Text Example
White with #CC170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC170D; }
p { color: rgb(204,23,13); }
H1.HeaderClassName
{
color: #CC170D;
}
.AnyTagClassName
{
color: #CC170D;
}
</style>
background-color css
<style>
a { background-color: #CC170D; }
a { background-color: rgb(204,23,13); }
div.DivClassName
{
background-color: #CC170D;
}
.BgClassName
{
background-color: #CC170D;
}
</style>
border-color css
<style>
span { border-color: #CC170D; }
span { border-color: rgb(204,23,13); }
td.TdClassName
{
border-color: #CC170D;
}
.TagClassName
{
border-color: #CC170D;
}
</style>