Shades of Free Speech Red #C50A03
Tints of Free Speech Red #C50A03
RGB
CMYK
RGB Variations
Color information
#C50A03 (or 0xC50A03) is known color: Free Speech Red. HEX triplet: C5, 0A and 03. RGB value is (197,10,3). Sum of RGB (Red+Green+Blue) = 197+10+3=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A03 is #3AF5FC. Grayscale: #414141. Windows color (decimal): -3864061 or 199365. OLE color: 199365.
HSL color Cylindrical-coordinate representation of color #C50A03: hue angle of 2.16º 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 #C50A03 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.23 |
| HSL | 2.16º | 0.97% | 0.39% | - |
| HSV(B) | 2.16º | 0.98% | 0.77% | - |
| XYZ | 23.15 | 12.09 | 1.2 | - |
| YUV | 65.12 | 92.95 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 3 | 0 | 0.95 | 0.98 | 0.23 | 2.16 | 0.97 | 0.39 |
| Hex | C5 | A | 3 | 0 | 5F | 62 | 17 | 2 | 61 | 27 |
| Octal | 305 | 12 | 3 | 0 | 137 | 142 | 27 | 2 | 141 | 47 |
| Binary | 11000101 | 1010 | 11 | 0 | 1011111 | 1100010 | 10111 | 10 | 1100001 | 100111 |
Color Harmonies of #C50A03
Complementary color
Monochromatic Colors of #C50A03
Black with #C50A03
Text Example
Text Example
White with #C50A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A03; }
p { color: rgb(197,10,3); }
H1.HeaderClassName
{
color: #C50A03;
}
.AnyTagClassName
{
color: #C50A03;
}
</style>
background-color css
<style>
a { background-color: #C50A03; }
a { background-color: rgb(197,10,3); }
div.DivClassName
{
background-color: #C50A03;
}
.BgClassName
{
background-color: #C50A03;
}
</style>
border-color css
<style>
span { border-color: #C50A03; }
span { border-color: rgb(197,10,3); }
td.TdClassName
{
border-color: #C50A03;
}
.TagClassName
{
border-color: #C50A03;
}
</style>