Shades of Free Speech Red #CF1610
Tints of Free Speech Red #CF1610
RGB
CMYK
RGB Variations
Color information
#CF1610 (or 0xCF1610) is known color: Free Speech Red. HEX triplet: CF, 16 and 10. RGB value is (207,22,16). Sum of RGB (Red+Green+Blue) = 207+22+16=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1610 is #30E9EF. Grayscale: #4C4C4C. Windows color (decimal): -3205616 or 1054415. OLE color: 1054415.
HSL color Cylindrical-coordinate representation of color #CF1610: hue angle of 1.88º degrees, saturation: 0.86, 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 #CF1610 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.19 |
| HSL | 1.88º | 0.86% | 0.44% | - |
| HSV(B) | 1.88º | 0.92% | 0.81% | - |
| XYZ | 26.11 | 13.88 | 1.79 | - |
| YUV | 76.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 16 | 0 | 0.89 | 0.92 | 0.19 | 1.88 | 0.86 | 0.44 |
| Hex | CF | 16 | 10 | 0 | 59 | 5C | 13 | 2 | 56 | 2C |
| Octal | 317 | 26 | 20 | 0 | 131 | 134 | 23 | 2 | 126 | 54 |
| Binary | 11001111 | 10110 | 10000 | 0 | 1011001 | 1011100 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CF1610
Complementary color
Monochromatic Colors of #CF1610
Black with #CF1610
Text Example
Text Example
White with #CF1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1610; }
p { color: rgb(207,22,16); }
H1.HeaderClassName
{
color: #CF1610;
}
.AnyTagClassName
{
color: #CF1610;
}
</style>
background-color css
<style>
a { background-color: #CF1610; }
a { background-color: rgb(207,22,16); }
div.DivClassName
{
background-color: #CF1610;
}
.BgClassName
{
background-color: #CF1610;
}
</style>
border-color css
<style>
span { border-color: #CF1610; }
span { border-color: rgb(207,22,16); }
td.TdClassName
{
border-color: #CF1610;
}
.TagClassName
{
border-color: #CF1610;
}
</style>