Shades of Free Speech Red #CF1207
Tints of Free Speech Red #CF1207
RGB
CMYK
RGB Variations
Color information
#CF1207 (or 0xCF1207) is known color: Free Speech Red. HEX triplet: CF, 12 and 07. RGB value is (207,18,7). Sum of RGB (Red+Green+Blue) = 207+18+7=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1207 is #30EDF8. Grayscale: #494949. Windows color (decimal): -3206649 or 463567. OLE color: 463567.
HSL color Cylindrical-coordinate representation of color #CF1207: hue angle of 3.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF1207 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.19 |
| HSL | 3.3º | 0.93% | 0.42% | - |
| HSV(B) | 3.3º | 0.97% | 0.81% | - |
| XYZ | 25.99 | 13.71 | 1.48 | - |
| YUV | 73.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 7 | 0 | 0.91 | 0.97 | 0.19 | 3.3 | 0.93 | 0.42 |
| Hex | CF | 12 | 7 | 0 | 5B | 61 | 13 | 3 | 5D | 2A |
| Octal | 317 | 22 | 7 | 0 | 133 | 141 | 23 | 3 | 135 | 52 |
| Binary | 11001111 | 10010 | 111 | 0 | 1011011 | 1100001 | 10011 | 11 | 1011101 | 101010 |
Color Harmonies of #CF1207
Complementary color
Monochromatic Colors of #CF1207
Black with #CF1207
Text Example
Text Example
White with #CF1207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1207; }
p { color: rgb(207,18,7); }
H1.HeaderClassName
{
color: #CF1207;
}
.AnyTagClassName
{
color: #CF1207;
}
</style>
background-color css
<style>
a { background-color: #CF1207; }
a { background-color: rgb(207,18,7); }
div.DivClassName
{
background-color: #CF1207;
}
.BgClassName
{
background-color: #CF1207;
}
</style>
border-color css
<style>
span { border-color: #CF1207; }
span { border-color: rgb(207,18,7); }
td.TdClassName
{
border-color: #CF1207;
}
.TagClassName
{
border-color: #CF1207;
}
</style>