Shades of Free Speech Red #CF1006
Tints of Free Speech Red #CF1006
RGB
CMYK
RGB Variations
Color information
#CF1006 (or 0xCF1006) is known color: Free Speech Red. HEX triplet: CF, 10 and 06. RGB value is (207,16,6). Sum of RGB (Red+Green+Blue) = 207+16+6=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1006 is #30EFF9. Grayscale: #484848. Windows color (decimal): -3207162 or 397519. OLE color: 397519.
HSL color Cylindrical-coordinate representation of color #CF1006: hue angle of 2.99º degrees, saturation: 0.94, 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 #CF1006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.19 |
| HSL | 2.99º | 0.94% | 0.42% | - |
| HSV(B) | 2.99º | 0.97% | 0.81% | - |
| XYZ | 25.95 | 13.65 | 1.44 | - |
| YUV | 71.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 6 | 0 | 0.92 | 0.97 | 0.19 | 2.99 | 0.94 | 0.42 |
| Hex | CF | 10 | 6 | 0 | 5C | 61 | 13 | 3 | 5E | 2A |
| Octal | 317 | 20 | 6 | 0 | 134 | 141 | 23 | 3 | 136 | 52 |
| Binary | 11001111 | 10000 | 110 | 0 | 1011100 | 1100001 | 10011 | 11 | 1011110 | 101010 |
Color Harmonies of #CF1006
Complementary color
Monochromatic Colors of #CF1006
Black with #CF1006
Text Example
Text Example
White with #CF1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1006; }
p { color: rgb(207,16,6); }
H1.HeaderClassName
{
color: #CF1006;
}
.AnyTagClassName
{
color: #CF1006;
}
</style>
background-color css
<style>
a { background-color: #CF1006; }
a { background-color: rgb(207,16,6); }
div.DivClassName
{
background-color: #CF1006;
}
.BgClassName
{
background-color: #CF1006;
}
</style>
border-color css
<style>
span { border-color: #CF1006; }
span { border-color: rgb(207,16,6); }
td.TdClassName
{
border-color: #CF1006;
}
.TagClassName
{
border-color: #CF1006;
}
</style>