Shades of Free Speech Red #C50D00
Tints of Free Speech Red #C50D00
RGB
CMYK
RGB Variations
Color information
#C50D00 (or 0xC50D00) is known color: Free Speech Red. HEX triplet: C5, 0D and 00. RGB value is (197,13,0). Sum of RGB (Red+Green+Blue) = 197+13+0=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D00 is #3AF2FF. Grayscale: #424242. Windows color (decimal): -3863296 or 3525. OLE color: 3525.
HSL color Cylindrical-coordinate representation of color #C50D00: hue angle of 3.96º 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 #C50D00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.23 |
| HSL | 3.96º | 1% | 0.39% | - |
| HSV(B) | 3.96º | 1% | 0.77% | - |
| XYZ | 23.17 | 12.16 | 1.13 | - |
| YUV | 66.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 0 | 0 | 0.93 | 1 | 0.23 | 3.96 | 1 | 0.39 |
| Hex | C5 | D | 0 | 0 | 5D | 64 | 17 | 4 | 64 | 27 |
| Octal | 305 | 15 | 0 | 0 | 135 | 144 | 27 | 4 | 144 | 47 |
| Binary | 11000101 | 1101 | 0 | 0 | 1011101 | 1100100 | 10111 | 100 | 1100100 | 100111 |
Color Harmonies of #C50D00
Complementary color
Monochromatic Colors of #C50D00
Black with #C50D00
Text Example
Text Example
White with #C50D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D00; }
p { color: rgb(197,13,0); }
H1.HeaderClassName
{
color: #C50D00;
}
.AnyTagClassName
{
color: #C50D00;
}
</style>
background-color css
<style>
a { background-color: #C50D00; }
a { background-color: rgb(197,13,0); }
div.DivClassName
{
background-color: #C50D00;
}
.BgClassName
{
background-color: #C50D00;
}
</style>
border-color css
<style>
span { border-color: #C50D00; }
span { border-color: rgb(197,13,0); }
td.TdClassName
{
border-color: #C50D00;
}
.TagClassName
{
border-color: #C50D00;
}
</style>