Shades of Free Speech Red #CF110B
Tints of Free Speech Red #CF110B
RGB
CMYK
RGB Variations
Color information
#CF110B (or 0xCF110B) is known color: Free Speech Red. HEX triplet: CF, 11 and 0B. RGB value is (207,17,11). Sum of RGB (Red+Green+Blue) = 207+17+11=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF110B is #30EEF4. Grayscale: #494949. Windows color (decimal): -3206901 or 725455. OLE color: 725455.
HSL color Cylindrical-coordinate representation of color #CF110B: hue angle of 1.84º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.19 |
| HSL | 1.84º | 0.9% | 0.43% | - |
| HSV(B) | 1.84º | 0.95% | 0.81% | - |
| XYZ | 25.99 | 13.69 | 1.59 | - |
| YUV | 73.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 11 | 0 | 0.92 | 0.95 | 0.19 | 1.84 | 0.9 | 0.43 |
| Hex | CF | 11 | B | 0 | 5C | 5F | 13 | 2 | 5A | 2B |
| Octal | 317 | 21 | 13 | 0 | 134 | 137 | 23 | 2 | 132 | 53 |
| Binary | 11001111 | 10001 | 1011 | 0 | 1011100 | 1011111 | 10011 | 10 | 1011010 | 101011 |
Color Harmonies of #CF110B
Complementary color
Monochromatic Colors of #CF110B
Black with #CF110B
Text Example
Text Example
White with #CF110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF110B; }
p { color: rgb(207,17,11); }
H1.HeaderClassName
{
color: #CF110B;
}
.AnyTagClassName
{
color: #CF110B;
}
</style>
background-color css
<style>
a { background-color: #CF110B; }
a { background-color: rgb(207,17,11); }
div.DivClassName
{
background-color: #CF110B;
}
.BgClassName
{
background-color: #CF110B;
}
</style>
border-color css
<style>
span { border-color: #CF110B; }
span { border-color: rgb(207,17,11); }
td.TdClassName
{
border-color: #CF110B;
}
.TagClassName
{
border-color: #CF110B;
}
</style>