Shades of Free Speech Red #C5130E
Tints of Free Speech Red #C5130E
RGB
CMYK
RGB Variations
Color information
#C5130E (or 0xC5130E) is known color: Free Speech Red. HEX triplet: C5, 13 and 0E. RGB value is (197,19,14). Sum of RGB (Red+Green+Blue) = 197+19+14=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5130E is #3AECF1. Grayscale: #474747. Windows color (decimal): -3861746 or 922565. OLE color: 922565.
HSL color Cylindrical-coordinate representation of color #C5130E: hue angle of 1.64º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5130E is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 14 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.23 |
| HSL | 1.64º | 0.87% | 0.41% | - |
| HSV(B) | 1.64º | 0.93% | 0.77% | - |
| XYZ | 23.34 | 12.37 | 1.57 | - |
| YUV | 71.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 14 | 0 | 0.90 | 0.93 | 0.23 | 1.64 | 0.87 | 0.41 |
| Hex | C5 | 13 | E | 0 | 5A | 5D | 17 | 2 | 57 | 29 |
| Octal | 305 | 23 | 16 | 0 | 132 | 135 | 27 | 2 | 127 | 51 |
| Binary | 11000101 | 10011 | 1110 | 0 | 1011010 | 1011101 | 10111 | 10 | 1010111 | 101001 |
Color Harmonies of #C5130E
Complementary color
Monochromatic Colors of #C5130E
Black with #C5130E
Text Example
Text Example
White with #C5130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5130E; }
p { color: rgb(197,19,14); }
H1.HeaderClassName
{
color: #C5130E;
}
.AnyTagClassName
{
color: #C5130E;
}
</style>
background-color css
<style>
a { background-color: #C5130E; }
a { background-color: rgb(197,19,14); }
div.DivClassName
{
background-color: #C5130E;
}
.BgClassName
{
background-color: #C5130E;
}
</style>
border-color css
<style>
span { border-color: #C5130E; }
span { border-color: rgb(197,19,14); }
td.TdClassName
{
border-color: #C5130E;
}
.TagClassName
{
border-color: #C5130E;
}
</style>