Shades of Free Speech Red #C10F0F
Tints of Free Speech Red #C10F0F
RGB
CMYK
RGB Variations
Color information
#C10F0F (or 0xC10F0F) is known color: Free Speech Red. HEX triplet: C1, 0F and 0F. RGB value is (193,15,15). Sum of RGB (Red+Green+Blue) = 193+15+15=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F0F is #3EF0F0. Grayscale: #444444. Windows color (decimal): -4124913 or 987073. OLE color: 987073.
HSL color Cylindrical-coordinate representation of color #C10F0F: hue angle of 0º 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 #C10F0F is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 15 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.24 |
| HSL | 0º | 0.86% | 0.41% | - |
| HSV(B) | 0º | 0.92% | 0.76% | - |
| XYZ | 22.25 | 11.71 | 1.54 | - |
| YUV | 68.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 15 | 0 | 0.92 | 0.92 | 0.24 | 0 | 0.86 | 0.41 |
| Hex | C1 | F | F | 0 | 5C | 5C | 18 | 0 | 56 | 29 |
| Octal | 301 | 17 | 17 | 0 | 134 | 134 | 30 | 0 | 126 | 51 |
| Binary | 11000001 | 1111 | 1111 | 0 | 1011100 | 1011100 | 11000 | 0 | 1010110 | 101001 |
Color Harmonies of #C10F0F
Complementary color
Monochromatic Colors of #C10F0F
Black with #C10F0F
Text Example
Text Example
White with #C10F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F0F; }
p { color: rgb(193,15,15); }
H1.HeaderClassName
{
color: #C10F0F;
}
.AnyTagClassName
{
color: #C10F0F;
}
</style>
background-color css
<style>
a { background-color: #C10F0F; }
a { background-color: rgb(193,15,15); }
div.DivClassName
{
background-color: #C10F0F;
}
.BgClassName
{
background-color: #C10F0F;
}
</style>
border-color css
<style>
span { border-color: #C10F0F; }
span { border-color: rgb(193,15,15); }
td.TdClassName
{
border-color: #C10F0F;
}
.TagClassName
{
border-color: #C10F0F;
}
</style>