Shades of Free Speech Red #CF1211
Tints of Free Speech Red #CF1211
RGB
CMYK
RGB Variations
Color information
#CF1211 (or 0xCF1211) is known color: Free Speech Red. HEX triplet: CF, 12 and 11. RGB value is (207,18,17). Sum of RGB (Red+Green+Blue) = 207+18+17=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1211 is #30EDEE. Grayscale: #4A4A4A. Windows color (decimal): -3206639 or 1118927. OLE color: 1118927.
HSL color Cylindrical-coordinate representation of color #CF1211: hue angle of 0.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.19 |
| HSL | 0.32º | 0.85% | 0.44% | - |
| HSV(B) | 0.32º | 0.92% | 0.81% | - |
| XYZ | 26.05 | 13.74 | 1.81 | - |
| YUV | 74.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 17 | 0 | 0.91 | 0.92 | 0.19 | 0.32 | 0.85 | 0.44 |
| Hex | CF | 12 | 11 | 0 | 5B | 5C | 13 | 0 | 55 | 2C |
| Octal | 317 | 22 | 21 | 0 | 133 | 134 | 23 | 0 | 125 | 54 |
| Binary | 11001111 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10011 | 0 | 1010101 | 101100 |
Color Harmonies of #CF1211
Complementary color
Monochromatic Colors of #CF1211
Black with #CF1211
Text Example
Text Example
White with #CF1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1211; }
p { color: rgb(207,18,17); }
H1.HeaderClassName
{
color: #CF1211;
}
.AnyTagClassName
{
color: #CF1211;
}
</style>
background-color css
<style>
a { background-color: #CF1211; }
a { background-color: rgb(207,18,17); }
div.DivClassName
{
background-color: #CF1211;
}
.BgClassName
{
background-color: #CF1211;
}
</style>
border-color css
<style>
span { border-color: #CF1211; }
span { border-color: rgb(207,18,17); }
td.TdClassName
{
border-color: #CF1211;
}
.TagClassName
{
border-color: #CF1211;
}
</style>