Shades of Free Speech Red #CF1412
Tints of Free Speech Red #CF1412
RGB
CMYK
RGB Variations
Color information
#CF1412 (or 0xCF1412) is known color: Free Speech Red. HEX triplet: CF, 14 and 12. RGB value is (207,20,18). Sum of RGB (Red+Green+Blue) = 207+20+18=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1412 is #30EBED. Grayscale: #4B4B4B. Windows color (decimal): -3206126 or 1184975. OLE color: 1184975.
HSL color Cylindrical-coordinate representation of color #CF1412: hue angle of 0.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1412 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 18 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.19 |
| HSL | 0.63º | 0.84% | 0.44% | - |
| HSV(B) | 0.63º | 0.91% | 0.81% | - |
| XYZ | 26.09 | 13.81 | 1.86 | - |
| YUV | 75.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 18 | 0 | 0.90 | 0.91 | 0.19 | 0.63 | 0.84 | 0.44 |
| Hex | CF | 14 | 12 | 0 | 5A | 5B | 13 | 1 | 54 | 2C |
| Octal | 317 | 24 | 22 | 0 | 132 | 133 | 23 | 1 | 124 | 54 |
| Binary | 11001111 | 10100 | 10010 | 0 | 1011010 | 1011011 | 10011 | 1 | 1010100 | 101100 |
Color Harmonies of #CF1412
Complementary color
Monochromatic Colors of #CF1412
Black with #CF1412
Text Example
Text Example
White with #CF1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1412; }
p { color: rgb(207,20,18); }
H1.HeaderClassName
{
color: #CF1412;
}
.AnyTagClassName
{
color: #CF1412;
}
</style>
background-color css
<style>
a { background-color: #CF1412; }
a { background-color: rgb(207,20,18); }
div.DivClassName
{
background-color: #CF1412;
}
.BgClassName
{
background-color: #CF1412;
}
</style>
border-color css
<style>
span { border-color: #CF1412; }
span { border-color: rgb(207,20,18); }
td.TdClassName
{
border-color: #CF1412;
}
.TagClassName
{
border-color: #CF1412;
}
</style>