Shades of Free Speech Red #CF1111
Tints of Free Speech Red #CF1111
RGB
CMYK
RGB Variations
Color information
#CF1111 (or 0xCF1111) is known color: Free Speech Red. HEX triplet: CF, 11 and 11. RGB value is (207,17,17). Sum of RGB (Red+Green+Blue) = 207+17+17=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1111 is #30EEEE. Grayscale: #4A4A4A. Windows color (decimal): -3206895 or 1118671. OLE color: 1118671.
HSL color Cylindrical-coordinate representation of color #CF1111: hue angle of 0º 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 #CF1111 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 17 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.19 |
| HSL | 0º | 0.85% | 0.44% | - |
| HSV(B) | 0º | 0.92% | 0.81% | - |
| XYZ | 26.03 | 13.71 | 1.8 | - |
| YUV | 73.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 17 | 0 | 0.92 | 0.92 | 0.19 | 0 | 0.85 | 0.44 |
| Hex | CF | 11 | 11 | 0 | 5C | 5C | 13 | 0 | 55 | 2C |
| Octal | 317 | 21 | 21 | 0 | 134 | 134 | 23 | 0 | 125 | 54 |
| Binary | 11001111 | 10001 | 10001 | 0 | 1011100 | 1011100 | 10011 | 0 | 1010101 | 101100 |
Color Harmonies of #CF1111
Complementary color
Monochromatic Colors of #CF1111
Black with #CF1111
Text Example
Text Example
White with #CF1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1111; }
p { color: rgb(207,17,17); }
H1.HeaderClassName
{
color: #CF1111;
}
.AnyTagClassName
{
color: #CF1111;
}
</style>
background-color css
<style>
a { background-color: #CF1111; }
a { background-color: rgb(207,17,17); }
div.DivClassName
{
background-color: #CF1111;
}
.BgClassName
{
background-color: #CF1111;
}
</style>
border-color css
<style>
span { border-color: #CF1111; }
span { border-color: rgb(207,17,17); }
td.TdClassName
{
border-color: #CF1111;
}
.TagClassName
{
border-color: #CF1111;
}
</style>