Shades of Free Speech Red #C2140F
Tints of Free Speech Red #C2140F
RGB
CMYK
RGB Variations
Color information
#C2140F (or 0xC2140F) is known color: Free Speech Red. HEX triplet: C2, 14 and 0F. RGB value is (194,20,15). Sum of RGB (Red+Green+Blue) = 194+20+15=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2140F is #3DEBF0. Grayscale: #474747. Windows color (decimal): -4058097 or 988354. OLE color: 988354.
HSL color Cylindrical-coordinate representation of color #C2140F: hue angle of 1.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2140F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.24 |
| HSL | 1.68º | 0.86% | 0.41% | - |
| HSV(B) | 1.68º | 0.92% | 0.76% | - |
| XYZ | 22.58 | 12 | 1.58 | - |
| YUV | 71.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 15 | 0 | 0.90 | 0.92 | 0.24 | 1.68 | 0.86 | 0.41 |
| Hex | C2 | 14 | F | 0 | 5A | 5C | 18 | 2 | 56 | 29 |
| Octal | 302 | 24 | 17 | 0 | 132 | 134 | 30 | 2 | 126 | 51 |
| Binary | 11000010 | 10100 | 1111 | 0 | 1011010 | 1011100 | 11000 | 10 | 1010110 | 101001 |
Color Harmonies of #C2140F
Complementary color
Monochromatic Colors of #C2140F
Black with #C2140F
Text Example
Text Example
White with #C2140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2140F; }
p { color: rgb(194,20,15); }
H1.HeaderClassName
{
color: #C2140F;
}
.AnyTagClassName
{
color: #C2140F;
}
</style>
background-color css
<style>
a { background-color: #C2140F; }
a { background-color: rgb(194,20,15); }
div.DivClassName
{
background-color: #C2140F;
}
.BgClassName
{
background-color: #C2140F;
}
</style>
border-color css
<style>
span { border-color: #C2140F; }
span { border-color: rgb(194,20,15); }
td.TdClassName
{
border-color: #C2140F;
}
.TagClassName
{
border-color: #C2140F;
}
</style>