Shades of Free Speech Red #CF100C
Tints of Free Speech Red #CF100C
RGB
CMYK
RGB Variations
Color information
#CF100C (or 0xCF100C) is known color: Free Speech Red. HEX triplet: CF, 10 and 0C. RGB value is (207,16,12). Sum of RGB (Red+Green+Blue) = 207+16+12=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF100C is #30EFF3. Grayscale: #484848. Windows color (decimal): -3207156 or 790735. OLE color: 790735.
HSL color Cylindrical-coordinate representation of color #CF100C: hue angle of 1.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF100C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.19 |
| HSL | 1.23º | 0.89% | 0.43% | - |
| HSV(B) | 1.23º | 0.94% | 0.81% | - |
| XYZ | 25.98 | 13.66 | 1.62 | - |
| YUV | 72.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 12 | 0 | 0.92 | 0.94 | 0.19 | 1.23 | 0.89 | 0.43 |
| Hex | CF | 10 | C | 0 | 5C | 5E | 13 | 1 | 59 | 2B |
| Octal | 317 | 20 | 14 | 0 | 134 | 136 | 23 | 1 | 131 | 53 |
| Binary | 11001111 | 10000 | 1100 | 0 | 1011100 | 1011110 | 10011 | 1 | 1011001 | 101011 |
Color Harmonies of #CF100C
Complementary color
Monochromatic Colors of #CF100C
Black with #CF100C
Text Example
Text Example
White with #CF100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF100C; }
p { color: rgb(207,16,12); }
H1.HeaderClassName
{
color: #CF100C;
}
.AnyTagClassName
{
color: #CF100C;
}
</style>
background-color css
<style>
a { background-color: #CF100C; }
a { background-color: rgb(207,16,12); }
div.DivClassName
{
background-color: #CF100C;
}
.BgClassName
{
background-color: #CF100C;
}
</style>
border-color css
<style>
span { border-color: #CF100C; }
span { border-color: rgb(207,16,12); }
td.TdClassName
{
border-color: #CF100C;
}
.TagClassName
{
border-color: #CF100C;
}
</style>