Shades of Free Speech Red #CF110F
Tints of Free Speech Red #CF110F
RGB
CMYK
RGB Variations
Color information
#CF110F (or 0xCF110F) is known color: Free Speech Red. HEX triplet: CF, 11 and 0F. RGB value is (207,17,15). Sum of RGB (Red+Green+Blue) = 207+17+15=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF110F is #30EEF0. Grayscale: #494949. Windows color (decimal): -3206897 or 987599. OLE color: 987599.
HSL color Cylindrical-coordinate representation of color #CF110F: hue angle of 0.62º 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 #CF110F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.19 |
| HSL | 0.63º | 0.86% | 0.44% | - |
| HSV(B) | 0.63º | 0.93% | 0.81% | - |
| XYZ | 26.02 | 13.7 | 1.73 | - |
| YUV | 73.58 | 94.95 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 15 | 0 | 0.92 | 0.93 | 0.19 | 0.63 | 0.86 | 0.44 |
| Hex | CF | 11 | F | 0 | 5C | 5D | 13 | 1 | 56 | 2C |
| Octal | 317 | 21 | 17 | 0 | 134 | 135 | 23 | 1 | 126 | 54 |
| Binary | 11001111 | 10001 | 1111 | 0 | 1011100 | 1011101 | 10011 | 1 | 1010110 | 101100 |
Color Harmonies of #CF110F
Complementary color
Monochromatic Colors of #CF110F
Black with #CF110F
Text Example
Text Example
White with #CF110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF110F; }
p { color: rgb(207,17,15); }
H1.HeaderClassName
{
color: #CF110F;
}
.AnyTagClassName
{
color: #CF110F;
}
</style>
background-color css
<style>
a { background-color: #CF110F; }
a { background-color: rgb(207,17,15); }
div.DivClassName
{
background-color: #CF110F;
}
.BgClassName
{
background-color: #CF110F;
}
</style>
border-color css
<style>
span { border-color: #CF110F; }
span { border-color: rgb(207,17,15); }
td.TdClassName
{
border-color: #CF110F;
}
.TagClassName
{
border-color: #CF110F;
}
</style>