Shades of Free Speech Red #C51603
Tints of Free Speech Red #C51603
RGB
CMYK
RGB Variations
Color information
#C51603 (or 0xC51603) is known color: Free Speech Red. HEX triplet: C5, 16 and 03. RGB value is (197,22,3). Sum of RGB (Red+Green+Blue) = 197+22+3=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C51603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51603 is #3AE9FC. Grayscale: #484848. Windows color (decimal): -3860989 or 202437. OLE color: 202437.
HSL color Cylindrical-coordinate representation of color #C51603: hue angle of 5.88º 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 #C51603 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.23 |
| HSL | 5.88º | 0.97% | 0.39% | - |
| HSV(B) | 5.88º | 0.98% | 0.77% | - |
| XYZ | 23.33 | 12.45 | 1.26 | - |
| YUV | 72.16 | 88.98 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 3 | 0 | 0.89 | 0.98 | 0.23 | 5.88 | 0.97 | 0.39 |
| Hex | C5 | 16 | 3 | 0 | 59 | 62 | 17 | 6 | 61 | 27 |
| Octal | 305 | 26 | 3 | 0 | 131 | 142 | 27 | 6 | 141 | 47 |
| Binary | 11000101 | 10110 | 11 | 0 | 1011001 | 1100010 | 10111 | 110 | 1100001 | 100111 |
Color Harmonies of #C51603
Complementary color
Monochromatic Colors of #C51603
Black with #C51603
Text Example
Text Example
White with #C51603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51603; }
p { color: rgb(197,22,3); }
H1.HeaderClassName
{
color: #C51603;
}
.AnyTagClassName
{
color: #C51603;
}
</style>
background-color css
<style>
a { background-color: #C51603; }
a { background-color: rgb(197,22,3); }
div.DivClassName
{
background-color: #C51603;
}
.BgClassName
{
background-color: #C51603;
}
</style>
border-color css
<style>
span { border-color: #C51603; }
span { border-color: rgb(197,22,3); }
td.TdClassName
{
border-color: #C51603;
}
.TagClassName
{
border-color: #C51603;
}
</style>