Shades of Free Speech Red #C71206
Tints of Free Speech Red #C71206
RGB
CMYK
RGB Variations
Color information
#C71206 (or 0xC71206) is known color: Free Speech Red. HEX triplet: C7, 12 and 06. RGB value is (199,18,6). Sum of RGB (Red+Green+Blue) = 199+18+6=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71206 is #38EDF9. Grayscale: #464646. Windows color (decimal): -3730938 or 398023. OLE color: 398023.
HSL color Cylindrical-coordinate representation of color #C71206: hue angle of 3.73º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C71206 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.22 |
| HSL | 3.73º | 0.94% | 0.4% | - |
| HSV(B) | 3.73º | 0.97% | 0.78% | - |
| XYZ | 23.8 | 12.59 | 1.35 | - |
| YUV | 70.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 6 | 0 | 0.91 | 0.97 | 0.22 | 3.73 | 0.94 | 0.4 |
| Hex | C7 | 12 | 6 | 0 | 5B | 61 | 16 | 4 | 5E | 28 |
| Octal | 307 | 22 | 6 | 0 | 133 | 141 | 26 | 4 | 136 | 50 |
| Binary | 11000111 | 10010 | 110 | 0 | 1011011 | 1100001 | 10110 | 100 | 1011110 | 101000 |
Color Harmonies of #C71206
Complementary color
Monochromatic Colors of #C71206
Black with #C71206
Text Example
Text Example
White with #C71206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71206; }
p { color: rgb(199,18,6); }
H1.HeaderClassName
{
color: #C71206;
}
.AnyTagClassName
{
color: #C71206;
}
</style>
background-color css
<style>
a { background-color: #C71206; }
a { background-color: rgb(199,18,6); }
div.DivClassName
{
background-color: #C71206;
}
.BgClassName
{
background-color: #C71206;
}
</style>
border-color css
<style>
span { border-color: #C71206; }
span { border-color: rgb(199,18,6); }
td.TdClassName
{
border-color: #C71206;
}
.TagClassName
{
border-color: #C71206;
}
</style>