Shades of Free Speech Red #CC100D
Tints of Free Speech Red #CC100D
RGB
CMYK
RGB Variations
Color information
#CC100D (or 0xCC100D) is known color: Free Speech Red. HEX triplet: CC, 10 and 0D. RGB value is (204,16,13). Sum of RGB (Red+Green+Blue) = 204+16+13=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC100D is #33EFF2. Grayscale: #484848. Windows color (decimal): -3403763 or 856268. OLE color: 856268.
HSL color Cylindrical-coordinate representation of color #CC100D: hue angle of 0.94º 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 #CC100D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.2 |
| HSL | 0.94º | 0.88% | 0.43% | - |
| HSV(B) | 0.94º | 0.94% | 0.8% | - |
| XYZ | 25.16 | 13.24 | 1.61 | - |
| YUV | 71.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 13 | 0 | 0.92 | 0.94 | 0.2 | 0.94 | 0.88 | 0.43 |
| Hex | CC | 10 | D | 0 | 5C | 5E | 14 | 1 | 58 | 2B |
| Octal | 314 | 20 | 15 | 0 | 134 | 136 | 24 | 1 | 130 | 53 |
| Binary | 11001100 | 10000 | 1101 | 0 | 1011100 | 1011110 | 10100 | 1 | 1011000 | 101011 |
Color Harmonies of #CC100D
Complementary color
Monochromatic Colors of #CC100D
Black with #CC100D
Text Example
Text Example
White with #CC100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC100D; }
p { color: rgb(204,16,13); }
H1.HeaderClassName
{
color: #CC100D;
}
.AnyTagClassName
{
color: #CC100D;
}
</style>
background-color css
<style>
a { background-color: #CC100D; }
a { background-color: rgb(204,16,13); }
div.DivClassName
{
background-color: #CC100D;
}
.BgClassName
{
background-color: #CC100D;
}
</style>
border-color css
<style>
span { border-color: #CC100D; }
span { border-color: rgb(204,16,13); }
td.TdClassName
{
border-color: #CC100D;
}
.TagClassName
{
border-color: #CC100D;
}
</style>