Shades of Free Speech Red #CF1101
Tints of Free Speech Red #CF1101
RGB
CMYK
RGB Variations
Color information
#CF1101 (or 0xCF1101) is known color: Free Speech Red. HEX triplet: CF, 11 and 01. RGB value is (207,17,1). Sum of RGB (Red+Green+Blue) = 207+17+1=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1101 is #30EEFE. Grayscale: #484848. Windows color (decimal): -3206911 or 70095. OLE color: 70095.
HSL color Cylindrical-coordinate representation of color #CF1101: hue angle of 4.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.19 |
| HSL | 4.66º | 0.99% | 0.41% | - |
| HSV(B) | 4.66º | 1% | 0.81% | - |
| XYZ | 25.94 | 13.67 | 1.3 | - |
| YUV | 71.99 | 87.95 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 1 | 0 | 0.92 | 1.00 | 0.19 | 4.66 | 0.99 | 0.41 |
| Hex | CF | 11 | 1 | 0 | 5C | 64 | 13 | 5 | 63 | 29 |
| Octal | 317 | 21 | 1 | 0 | 134 | 144 | 23 | 5 | 143 | 51 |
| Binary | 11001111 | 10001 | 1 | 0 | 1011100 | 1100100 | 10011 | 101 | 1100011 | 101001 |
Color Harmonies of #CF1101
Complementary color
Monochromatic Colors of #CF1101
Black with #CF1101
Text Example
Text Example
White with #CF1101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1101; }
p { color: rgb(207,17,1); }
H1.HeaderClassName
{
color: #CF1101;
}
.AnyTagClassName
{
color: #CF1101;
}
</style>
background-color css
<style>
a { background-color: #CF1101; }
a { background-color: rgb(207,17,1); }
div.DivClassName
{
background-color: #CF1101;
}
.BgClassName
{
background-color: #CF1101;
}
</style>
border-color css
<style>
span { border-color: #CF1101; }
span { border-color: rgb(207,17,1); }
td.TdClassName
{
border-color: #CF1101;
}
.TagClassName
{
border-color: #CF1101;
}
</style>