Shades of Free Speech Red #C50503
Tints of Free Speech Red #C50503
RGB
CMYK
RGB Variations
Color information
#C50503 (or 0xC50503) is known color: Free Speech Red. HEX triplet: C5, 05 and 03. RGB value is (197,5,3). Sum of RGB (Red+Green+Blue) = 197+5+3=205 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.10% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 197 - color contains mainly: red. Hex color #C50503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50503 is #3AFAFC. Grayscale: #3E3E3E. Windows color (decimal): -3865341 or 198085. OLE color: 198085.
HSL color Cylindrical-coordinate representation of color #C50503: hue angle of 0.62º degrees, saturation: 0.97, 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 #C50503 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.23 |
| HSL | 0.62º | 0.97% | 0.39% | - |
| HSV(B) | 0.62º | 0.98% | 0.77% | - |
| XYZ | 23.1 | 11.99 | 1.18 | - |
| YUV | 62.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 3 | 0 | 0.97 | 0.98 | 0.23 | 0.62 | 0.97 | 0.39 |
| Hex | C5 | 5 | 3 | 0 | 61 | 62 | 17 | 1 | 61 | 27 |
| Octal | 305 | 5 | 3 | 0 | 141 | 142 | 27 | 1 | 141 | 47 |
| Binary | 11000101 | 101 | 11 | 0 | 1100001 | 1100010 | 10111 | 1 | 1100001 | 100111 |
Color Harmonies of #C50503
Complementary color
Monochromatic Colors of #C50503
Black with #C50503
Text Example
Text Example
White with #C50503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50503; }
p { color: rgb(197,5,3); }
H1.HeaderClassName
{
color: #C50503;
}
.AnyTagClassName
{
color: #C50503;
}
</style>
background-color css
<style>
a { background-color: #C50503; }
a { background-color: rgb(197,5,3); }
div.DivClassName
{
background-color: #C50503;
}
.BgClassName
{
background-color: #C50503;
}
</style>
border-color css
<style>
span { border-color: #C50503; }
span { border-color: rgb(197,5,3); }
td.TdClassName
{
border-color: #C50503;
}
.TagClassName
{
border-color: #C50503;
}
</style>