Shades of Free Speech Red #C50808
Tints of Free Speech Red #C50808
RGB
CMYK
RGB Variations
Color information
#C50808 (or 0xC50808) is known color: Free Speech Red. HEX triplet: C5, 08 and 08. RGB value is (197,8,8). Sum of RGB (Red+Green+Blue) = 197+8+8=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50808 is #3AF7F7. Grayscale: #404040. Windows color (decimal): -3864568 or 526533. OLE color: 526533.
HSL color Cylindrical-coordinate representation of color #C50808: hue angle of 0º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50808 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.23 |
| HSL | 0º | 0.92% | 0.4% | - |
| HSV(B) | 0º | 0.96% | 0.77% | - |
| XYZ | 23.16 | 12.06 | 1.34 | - |
| YUV | 64.51 | 96.12 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 8 | 0 | 0.96 | 0.96 | 0.23 | 0 | 0.92 | 0.4 |
| Hex | C5 | 8 | 8 | 0 | 60 | 60 | 17 | 0 | 5C | 28 |
| Octal | 305 | 10 | 10 | 0 | 140 | 140 | 27 | 0 | 134 | 50 |
| Binary | 11000101 | 1000 | 1000 | 0 | 1100000 | 1100000 | 10111 | 0 | 1011100 | 101000 |
Color Harmonies of #C50808
Complementary color
Monochromatic Colors of #C50808
Black with #C50808
Text Example
Text Example
White with #C50808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50808; }
p { color: rgb(197,8,8); }
H1.HeaderClassName
{
color: #C50808;
}
.AnyTagClassName
{
color: #C50808;
}
</style>
background-color css
<style>
a { background-color: #C50808; }
a { background-color: rgb(197,8,8); }
div.DivClassName
{
background-color: #C50808;
}
.BgClassName
{
background-color: #C50808;
}
</style>
border-color css
<style>
span { border-color: #C50808; }
span { border-color: rgb(197,8,8); }
td.TdClassName
{
border-color: #C50808;
}
.TagClassName
{
border-color: #C50808;
}
</style>