Shades of Free Speech Red #CF160F
Tints of Free Speech Red #CF160F
RGB
CMYK
RGB Variations
Color information
#CF160F (or 0xCF160F) is known color: Free Speech Red. HEX triplet: CF, 16 and 0F. RGB value is (207,22,15). Sum of RGB (Red+Green+Blue) = 207+22+15=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF160F is #30E9F0. Grayscale: #4C4C4C. Windows color (decimal): -3205617 or 988879. OLE color: 988879.
HSL color Cylindrical-coordinate representation of color #CF160F: hue angle of 2.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF160F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.19 |
| HSL | 2.19º | 0.86% | 0.44% | - |
| HSV(B) | 2.19º | 0.93% | 0.81% | - |
| XYZ | 26.11 | 13.87 | 1.75 | - |
| YUV | 76.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 15 | 0 | 0.89 | 0.93 | 0.19 | 2.19 | 0.86 | 0.44 |
| Hex | CF | 16 | F | 0 | 59 | 5D | 13 | 2 | 56 | 2C |
| Octal | 317 | 26 | 17 | 0 | 131 | 135 | 23 | 2 | 126 | 54 |
| Binary | 11001111 | 10110 | 1111 | 0 | 1011001 | 1011101 | 10011 | 10 | 1010110 | 101100 |
Color Harmonies of #CF160F
Complementary color
Monochromatic Colors of #CF160F
Black with #CF160F
Text Example
Text Example
White with #CF160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF160F; }
p { color: rgb(207,22,15); }
H1.HeaderClassName
{
color: #CF160F;
}
.AnyTagClassName
{
color: #CF160F;
}
</style>
background-color css
<style>
a { background-color: #CF160F; }
a { background-color: rgb(207,22,15); }
div.DivClassName
{
background-color: #CF160F;
}
.BgClassName
{
background-color: #CF160F;
}
</style>
border-color css
<style>
span { border-color: #CF160F; }
span { border-color: rgb(207,22,15); }
td.TdClassName
{
border-color: #CF160F;
}
.TagClassName
{
border-color: #CF160F;
}
</style>