Shades of Free Speech Red #C61204
Tints of Free Speech Red #C61204
RGB
CMYK
RGB Variations
Color information
#C61204 (or 0xC61204) is known color: Free Speech Red. HEX triplet: C6, 12 and 04. RGB value is (198,18,4). Sum of RGB (Red+Green+Blue) = 198+18+4=220 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 198 - color contains mainly: red. Hex color #C61204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61204 is #39EDFB. Grayscale: #464646. Windows color (decimal): -3796476 or 266950. OLE color: 266950.
HSL color Cylindrical-coordinate representation of color #C61204: hue angle of 4.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C61204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.22 |
| HSL | 4.33º | 0.96% | 0.4% | - |
| HSV(B) | 4.33º | 0.98% | 0.78% | - |
| XYZ | 23.53 | 12.45 | 1.28 | - |
| YUV | 70.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 4 | 0 | 0.91 | 0.98 | 0.22 | 4.33 | 0.96 | 0.4 |
| Hex | C6 | 12 | 4 | 0 | 5B | 62 | 16 | 4 | 60 | 28 |
| Octal | 306 | 22 | 4 | 0 | 133 | 142 | 26 | 4 | 140 | 50 |
| Binary | 11000110 | 10010 | 100 | 0 | 1011011 | 1100010 | 10110 | 100 | 1100000 | 101000 |
Color Harmonies of #C61204
Complementary color
Monochromatic Colors of #C61204
Black with #C61204
Text Example
Text Example
White with #C61204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61204; }
p { color: rgb(198,18,4); }
H1.HeaderClassName
{
color: #C61204;
}
.AnyTagClassName
{
color: #C61204;
}
</style>
background-color css
<style>
a { background-color: #C61204; }
a { background-color: rgb(198,18,4); }
div.DivClassName
{
background-color: #C61204;
}
.BgClassName
{
background-color: #C61204;
}
</style>
border-color css
<style>
span { border-color: #C61204; }
span { border-color: rgb(198,18,4); }
td.TdClassName
{
border-color: #C61204;
}
.TagClassName
{
border-color: #C61204;
}
</style>