Shades of Free Speech Red #C50800
Tints of Free Speech Red #C50800
RGB
CMYK
RGB Variations
Color information
#C50800 (or 0xC50800) is known color: Free Speech Red. HEX triplet: C5, 08 and 00. RGB value is (197,8,0). Sum of RGB (Red+Green+Blue) = 197+8+0=205 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.10% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 197 - color contains mainly: red. Hex color #C50800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50800 is #3AF7FF. Grayscale: #3F3F3F. Windows color (decimal): -3864576 or 2245. OLE color: 2245.
HSL color Cylindrical-coordinate representation of color #C50800: hue angle of 2.44º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.23 |
| HSL | 2.44º | 1% | 0.39% | - |
| HSV(B) | 2.44º | 1% | 0.77% | - |
| XYZ | 23.11 | 12.04 | 1.11 | - |
| YUV | 63.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 0 | 0 | 0.96 | 1 | 0.23 | 2.44 | 1 | 0.39 |
| Hex | C5 | 8 | 0 | 0 | 60 | 64 | 17 | 2 | 64 | 27 |
| Octal | 305 | 10 | 0 | 0 | 140 | 144 | 27 | 2 | 144 | 47 |
| Binary | 11000101 | 1000 | 0 | 0 | 1100000 | 1100100 | 10111 | 10 | 1100100 | 100111 |
Color Harmonies of #C50800
Complementary color
Monochromatic Colors of #C50800
Black with #C50800
Text Example
Text Example
White with #C50800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50800; }
p { color: rgb(197,8,0); }
H1.HeaderClassName
{
color: #C50800;
}
.AnyTagClassName
{
color: #C50800;
}
</style>
background-color css
<style>
a { background-color: #C50800; }
a { background-color: rgb(197,8,0); }
div.DivClassName
{
background-color: #C50800;
}
.BgClassName
{
background-color: #C50800;
}
</style>
border-color css
<style>
span { border-color: #C50800; }
span { border-color: rgb(197,8,0); }
td.TdClassName
{
border-color: #C50800;
}
.TagClassName
{
border-color: #C50800;
}
</style>