Shades of Free Speech Red #C50805
Tints of Free Speech Red #C50805
RGB
CMYK
RGB Variations
Color information
#C50805 (or 0xC50805) is known color: Free Speech Red. HEX triplet: C5, 08 and 05. RGB value is (197,8,5). Sum of RGB (Red+Green+Blue) = 197+8+5=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C50805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50805 is #3AF7FA. Grayscale: #404040. Windows color (decimal): -3864571 or 329925. OLE color: 329925.
HSL color Cylindrical-coordinate representation of color #C50805: hue angle of 0.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50805 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.23 |
| HSL | 0.94º | 0.95% | 0.4% | - |
| HSV(B) | 0.94º | 0.97% | 0.77% | - |
| XYZ | 23.14 | 12.05 | 1.25 | - |
| YUV | 64.17 | 94.62 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 5 | 0 | 0.96 | 0.97 | 0.23 | 0.94 | 0.95 | 0.4 |
| Hex | C5 | 8 | 5 | 0 | 60 | 61 | 17 | 1 | 5F | 28 |
| Octal | 305 | 10 | 5 | 0 | 140 | 141 | 27 | 1 | 137 | 50 |
| Binary | 11000101 | 1000 | 101 | 0 | 1100000 | 1100001 | 10111 | 1 | 1011111 | 101000 |
Color Harmonies of #C50805
Complementary color
Monochromatic Colors of #C50805
Black with #C50805
Text Example
Text Example
White with #C50805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50805; }
p { color: rgb(197,8,5); }
H1.HeaderClassName
{
color: #C50805;
}
.AnyTagClassName
{
color: #C50805;
}
</style>
background-color css
<style>
a { background-color: #C50805; }
a { background-color: rgb(197,8,5); }
div.DivClassName
{
background-color: #C50805;
}
.BgClassName
{
background-color: #C50805;
}
</style>
border-color css
<style>
span { border-color: #C50805; }
span { border-color: rgb(197,8,5); }
td.TdClassName
{
border-color: #C50805;
}
.TagClassName
{
border-color: #C50805;
}
</style>