Shades of Free Speech Red #C0130C
Tints of Free Speech Red #C0130C
RGB
CMYK
RGB Variations
Color information
#C0130C (or 0xC0130C) is known color: Free Speech Red. HEX triplet: C0, 13 and 0C. RGB value is (192,19,12). Sum of RGB (Red+Green+Blue) = 192+19+12=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130C is #3FECF3. Grayscale: #464646. Windows color (decimal): -4189428 or 791488. OLE color: 791488.
HSL color Cylindrical-coordinate representation of color #C0130C: hue angle of 2.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.25 |
| HSL | 2.33º | 0.88% | 0.4% | - |
| HSV(B) | 2.33º | 0.94% | 0.75% | - |
| XYZ | 22.04 | 11.7 | 1.44 | - |
| YUV | 69.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 12 | 0 | 0.90 | 0.94 | 0.25 | 2.33 | 0.88 | 0.4 |
| Hex | C0 | 13 | C | 0 | 5A | 5E | 19 | 2 | 58 | 28 |
| Octal | 300 | 23 | 14 | 0 | 132 | 136 | 31 | 2 | 130 | 50 |
| Binary | 11000000 | 10011 | 1100 | 0 | 1011010 | 1011110 | 11001 | 10 | 1011000 | 101000 |
Color Harmonies of #C0130C
Complementary color
Monochromatic Colors of #C0130C
Black with #C0130C
Text Example
Text Example
White with #C0130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0130C; }
p { color: rgb(192,19,12); }
H1.HeaderClassName
{
color: #C0130C;
}
.AnyTagClassName
{
color: #C0130C;
}
</style>
background-color css
<style>
a { background-color: #C0130C; }
a { background-color: rgb(192,19,12); }
div.DivClassName
{
background-color: #C0130C;
}
.BgClassName
{
background-color: #C0130C;
}
</style>
border-color css
<style>
span { border-color: #C0130C; }
span { border-color: rgb(192,19,12); }
td.TdClassName
{
border-color: #C0130C;
}
.TagClassName
{
border-color: #C0130C;
}
</style>