Shades of Free Speech Red #C51204
Tints of Free Speech Red #C51204
RGB
CMYK
RGB Variations
Color information
#C51204 (or 0xC51204) is known color: Free Speech Red. HEX triplet: C5, 12 and 04. RGB value is (197,18,4). Sum of RGB (Red+Green+Blue) = 197+18+4=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C51204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51204 is #3AEDFB. Grayscale: #464646. Windows color (decimal): -3862012 or 266949. OLE color: 266949.
HSL color Cylindrical-coordinate representation of color #C51204: hue angle of 4.35º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C51204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.23 |
| HSL | 4.35º | 0.96% | 0.39% | - |
| HSV(B) | 4.35º | 0.98% | 0.77% | - |
| XYZ | 23.26 | 12.31 | 1.27 | - |
| YUV | 69.93 | 90.8 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 4 | 0 | 0.91 | 0.98 | 0.23 | 4.35 | 0.96 | 0.39 |
| Hex | C5 | 12 | 4 | 0 | 5B | 62 | 17 | 4 | 60 | 27 |
| Octal | 305 | 22 | 4 | 0 | 133 | 142 | 27 | 4 | 140 | 47 |
| Binary | 11000101 | 10010 | 100 | 0 | 1011011 | 1100010 | 10111 | 100 | 1100000 | 100111 |
Color Harmonies of #C51204
Complementary color
Monochromatic Colors of #C51204
Black with #C51204
Text Example
Text Example
White with #C51204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51204; }
p { color: rgb(197,18,4); }
H1.HeaderClassName
{
color: #C51204;
}
.AnyTagClassName
{
color: #C51204;
}
</style>
background-color css
<style>
a { background-color: #C51204; }
a { background-color: rgb(197,18,4); }
div.DivClassName
{
background-color: #C51204;
}
.BgClassName
{
background-color: #C51204;
}
</style>
border-color css
<style>
span { border-color: #C51204; }
span { border-color: rgb(197,18,4); }
td.TdClassName
{
border-color: #C51204;
}
.TagClassName
{
border-color: #C51204;
}
</style>