Shades of Free Speech Red #CF1109
Tints of Free Speech Red #CF1109
RGB
CMYK
RGB Variations
Color information
#CF1109 (or 0xCF1109) is known color: Free Speech Red. HEX triplet: CF, 11 and 09. RGB value is (207,17,9). Sum of RGB (Red+Green+Blue) = 207+17+9=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1109 is #30EEF6. Grayscale: #494949. Windows color (decimal): -3206903 or 594383. OLE color: 594383.
HSL color Cylindrical-coordinate representation of color #CF1109: hue angle of 2.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF1109 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.19 |
| HSL | 2.42º | 0.92% | 0.42% | - |
| HSV(B) | 2.42º | 0.96% | 0.81% | - |
| XYZ | 25.98 | 13.69 | 1.53 | - |
| YUV | 72.9 | 91.95 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 9 | 0 | 0.92 | 0.96 | 0.19 | 2.42 | 0.92 | 0.42 |
| Hex | CF | 11 | 9 | 0 | 5C | 60 | 13 | 2 | 5C | 2A |
| Octal | 317 | 21 | 11 | 0 | 134 | 140 | 23 | 2 | 134 | 52 |
| Binary | 11001111 | 10001 | 1001 | 0 | 1011100 | 1100000 | 10011 | 10 | 1011100 | 101010 |
Color Harmonies of #CF1109
Complementary color
Monochromatic Colors of #CF1109
Black with #CF1109
Text Example
Text Example
White with #CF1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1109; }
p { color: rgb(207,17,9); }
H1.HeaderClassName
{
color: #CF1109;
}
.AnyTagClassName
{
color: #CF1109;
}
</style>
background-color css
<style>
a { background-color: #CF1109; }
a { background-color: rgb(207,17,9); }
div.DivClassName
{
background-color: #CF1109;
}
.BgClassName
{
background-color: #CF1109;
}
</style>
border-color css
<style>
span { border-color: #CF1109; }
span { border-color: rgb(207,17,9); }
td.TdClassName
{
border-color: #CF1109;
}
.TagClassName
{
border-color: #CF1109;
}
</style>