Shades of Free Speech Red #C5140F
Tints of Free Speech Red #C5140F
RGB
CMYK
RGB Variations
Color information
#C5140F (or 0xC5140F) is known color: Free Speech Red. HEX triplet: C5, 14 and 0F. RGB value is (197,20,15). Sum of RGB (Red+Green+Blue) = 197+20+15=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5140F is #3AEBF0. Grayscale: #484848. Windows color (decimal): -3861489 or 988357. OLE color: 988357.
HSL color Cylindrical-coordinate representation of color #C5140F: hue angle of 1.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5140F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.23 |
| HSL | 1.65º | 0.86% | 0.42% | - |
| HSV(B) | 1.65º | 0.92% | 0.77% | - |
| XYZ | 23.36 | 12.41 | 1.62 | - |
| YUV | 72.35 | 95.64 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 15 | 0 | 0.90 | 0.92 | 0.23 | 1.65 | 0.86 | 0.42 |
| Hex | C5 | 14 | F | 0 | 5A | 5C | 17 | 2 | 56 | 2A |
| Octal | 305 | 24 | 17 | 0 | 132 | 134 | 27 | 2 | 126 | 52 |
| Binary | 11000101 | 10100 | 1111 | 0 | 1011010 | 1011100 | 10111 | 10 | 1010110 | 101010 |
Color Harmonies of #C5140F
Complementary color
Monochromatic Colors of #C5140F
Black with #C5140F
Text Example
Text Example
White with #C5140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5140F; }
p { color: rgb(197,20,15); }
H1.HeaderClassName
{
color: #C5140F;
}
.AnyTagClassName
{
color: #C5140F;
}
</style>
background-color css
<style>
a { background-color: #C5140F; }
a { background-color: rgb(197,20,15); }
div.DivClassName
{
background-color: #C5140F;
}
.BgClassName
{
background-color: #C5140F;
}
</style>
border-color css
<style>
span { border-color: #C5140F; }
span { border-color: rgb(197,20,15); }
td.TdClassName
{
border-color: #C5140F;
}
.TagClassName
{
border-color: #C5140F;
}
</style>