Shades of Free Speech Red #CF1411
Tints of Free Speech Red #CF1411
RGB
CMYK
RGB Variations
Color information
#CF1411 (or 0xCF1411) is known color: Free Speech Red. HEX triplet: CF, 14 and 11. RGB value is (207,20,17). Sum of RGB (Red+Green+Blue) = 207+20+17=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1411 is #30EBEE. Grayscale: #4B4B4B. Windows color (decimal): -3206127 or 1119439. OLE color: 1119439.
HSL color Cylindrical-coordinate representation of color #CF1411: hue angle of 0.95º 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 #CF1411 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.19 |
| HSL | 0.95º | 0.85% | 0.44% | - |
| HSV(B) | 0.95º | 0.92% | 0.81% | - |
| XYZ | 26.08 | 13.81 | 1.82 | - |
| YUV | 75.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 17 | 0 | 0.90 | 0.92 | 0.19 | 0.95 | 0.85 | 0.44 |
| Hex | CF | 14 | 11 | 0 | 5A | 5C | 13 | 1 | 55 | 2C |
| Octal | 317 | 24 | 21 | 0 | 132 | 134 | 23 | 1 | 125 | 54 |
| Binary | 11001111 | 10100 | 10001 | 0 | 1011010 | 1011100 | 10011 | 1 | 1010101 | 101100 |
Color Harmonies of #CF1411
Complementary color
Monochromatic Colors of #CF1411
Black with #CF1411
Text Example
Text Example
White with #CF1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1411; }
p { color: rgb(207,20,17); }
H1.HeaderClassName
{
color: #CF1411;
}
.AnyTagClassName
{
color: #CF1411;
}
</style>
background-color css
<style>
a { background-color: #CF1411; }
a { background-color: rgb(207,20,17); }
div.DivClassName
{
background-color: #CF1411;
}
.BgClassName
{
background-color: #CF1411;
}
</style>
border-color css
<style>
span { border-color: #CF1411; }
span { border-color: rgb(207,20,17); }
td.TdClassName
{
border-color: #CF1411;
}
.TagClassName
{
border-color: #CF1411;
}
</style>