Shades of Free Speech Red #CF1615
Tints of Free Speech Red #CF1615
RGB
CMYK
RGB Variations
Color information
#CF1615 (or 0xCF1615) is known color: Free Speech Red. HEX triplet: CF, 16 and 15. RGB value is (207,22,21). Sum of RGB (Red+Green+Blue) = 207+22+21=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1615 is #30E9EA. Grayscale: #4D4D4D. Windows color (decimal): -3205611 or 1382095. OLE color: 1382095.
HSL color Cylindrical-coordinate representation of color #CF1615: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1615 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.19 |
| HSL | 0.32º | 0.82% | 0.45% | - |
| HSV(B) | 0.32º | 0.9% | 0.81% | - |
| XYZ | 26.15 | 13.89 | 2.01 | - |
| YUV | 77.2 | 96.29 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 21 | 0 | 0.89 | 0.90 | 0.19 | 0.32 | 0.82 | 0.45 |
| Hex | CF | 16 | 15 | 0 | 59 | 5A | 13 | 0 | 52 | 2D |
| Octal | 317 | 26 | 25 | 0 | 131 | 132 | 23 | 0 | 122 | 55 |
| Binary | 11001111 | 10110 | 10101 | 0 | 1011001 | 1011010 | 10011 | 0 | 1010010 | 101101 |
Color Harmonies of #CF1615
Complementary color
Monochromatic Colors of #CF1615
Black with #CF1615
Text Example
Text Example
White with #CF1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1615; }
p { color: rgb(207,22,21); }
H1.HeaderClassName
{
color: #CF1615;
}
.AnyTagClassName
{
color: #CF1615;
}
</style>
background-color css
<style>
a { background-color: #CF1615; }
a { background-color: rgb(207,22,21); }
div.DivClassName
{
background-color: #CF1615;
}
.BgClassName
{
background-color: #CF1615;
}
</style>
border-color css
<style>
span { border-color: #CF1615; }
span { border-color: rgb(207,22,21); }
td.TdClassName
{
border-color: #CF1615;
}
.TagClassName
{
border-color: #CF1615;
}
</style>