Shades of Free Speech Red #C50603
Tints of Free Speech Red #C50603
RGB
CMYK
RGB Variations
Color information
#C50603 (or 0xC50603) is known color: Free Speech Red. HEX triplet: C5, 06 and 03. RGB value is (197,6,3). Sum of RGB (Red+Green+Blue) = 197+6+3=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50603 is #3AF9FC. Grayscale: #3E3E3E. Windows color (decimal): -3865085 or 198341. OLE color: 198341.
HSL color Cylindrical-coordinate representation of color #C50603: hue angle of 0.93º 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 #C50603 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.23 |
| HSL | 0.93º | 0.97% | 0.39% | - |
| HSV(B) | 0.93º | 0.98% | 0.77% | - |
| XYZ | 23.11 | 12.01 | 1.19 | - |
| YUV | 62.77 | 94.28 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 3 | 0 | 0.97 | 0.98 | 0.23 | 0.93 | 0.97 | 0.39 |
| Hex | C5 | 6 | 3 | 0 | 61 | 62 | 17 | 1 | 61 | 27 |
| Octal | 305 | 6 | 3 | 0 | 141 | 142 | 27 | 1 | 141 | 47 |
| Binary | 11000101 | 110 | 11 | 0 | 1100001 | 1100010 | 10111 | 1 | 1100001 | 100111 |
Color Harmonies of #C50603
Complementary color
Monochromatic Colors of #C50603
Black with #C50603
Text Example
Text Example
White with #C50603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50603; }
p { color: rgb(197,6,3); }
H1.HeaderClassName
{
color: #C50603;
}
.AnyTagClassName
{
color: #C50603;
}
</style>
background-color css
<style>
a { background-color: #C50603; }
a { background-color: rgb(197,6,3); }
div.DivClassName
{
background-color: #C50603;
}
.BgClassName
{
background-color: #C50603;
}
</style>
border-color css
<style>
span { border-color: #C50603; }
span { border-color: rgb(197,6,3); }
td.TdClassName
{
border-color: #C50603;
}
.TagClassName
{
border-color: #C50603;
}
</style>