Shades of Free Speech Red #C61512
Tints of Free Speech Red #C61512
RGB
CMYK
RGB Variations
Color information
#C61512 (or 0xC61512) is known color: Free Speech Red. HEX triplet: C6, 15 and 12. RGB value is (198,21,18). Sum of RGB (Red+Green+Blue) = 198+21+18=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61512 is #39EAED. Grayscale: #494949. Windows color (decimal): -3795694 or 1185222. OLE color: 1185222.
HSL color Cylindrical-coordinate representation of color #C61512: hue angle of 1º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61512 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 18 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.22 |
| HSL | 1º | 0.83% | 0.42% | - |
| HSV(B) | 1º | 0.91% | 0.78% | - |
| XYZ | 23.67 | 12.59 | 1.75 | - |
| YUV | 73.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 18 | 0 | 0.89 | 0.91 | 0.22 | 1 | 0.83 | 0.42 |
| Hex | C6 | 15 | 12 | 0 | 59 | 5B | 16 | 1 | 53 | 2A |
| Octal | 306 | 25 | 22 | 0 | 131 | 133 | 26 | 1 | 123 | 52 |
| Binary | 11000110 | 10101 | 10010 | 0 | 1011001 | 1011011 | 10110 | 1 | 1010011 | 101010 |
Color Harmonies of #C61512
Complementary color
Monochromatic Colors of #C61512
Black with #C61512
Text Example
Text Example
White with #C61512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61512; }
p { color: rgb(198,21,18); }
H1.HeaderClassName
{
color: #C61512;
}
.AnyTagClassName
{
color: #C61512;
}
</style>
background-color css
<style>
a { background-color: #C61512; }
a { background-color: rgb(198,21,18); }
div.DivClassName
{
background-color: #C61512;
}
.BgClassName
{
background-color: #C61512;
}
</style>
border-color css
<style>
span { border-color: #C61512; }
span { border-color: rgb(198,21,18); }
td.TdClassName
{
border-color: #C61512;
}
.TagClassName
{
border-color: #C61512;
}
</style>