Shades of Free Speech Red #C0130A
Tints of Free Speech Red #C0130A
RGB
CMYK
RGB Variations
Color information
#C0130A (or 0xC0130A) is known color: Free Speech Red. HEX triplet: C0, 13 and 0A. RGB value is (192,19,10). Sum of RGB (Red+Green+Blue) = 192+19+10=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130A is #3FECF5. Grayscale: #454545. Windows color (decimal): -4189430 or 660416. OLE color: 660416.
HSL color Cylindrical-coordinate representation of color #C0130A: hue angle of 2.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.25 |
| HSL | 2.97º | 0.9% | 0.4% | - |
| HSV(B) | 2.97º | 0.95% | 0.75% | - |
| XYZ | 22.03 | 11.69 | 1.38 | - |
| YUV | 69.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 10 | 0 | 0.90 | 0.95 | 0.25 | 2.97 | 0.9 | 0.4 |
| Hex | C0 | 13 | A | 0 | 5A | 5F | 19 | 3 | 5A | 28 |
| Octal | 300 | 23 | 12 | 0 | 132 | 137 | 31 | 3 | 132 | 50 |
| Binary | 11000000 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11001 | 11 | 1011010 | 101000 |
Color Harmonies of #C0130A
Complementary color
Monochromatic Colors of #C0130A
Black with #C0130A
Text Example
Text Example
White with #C0130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0130A; }
p { color: rgb(192,19,10); }
H1.HeaderClassName
{
color: #C0130A;
}
.AnyTagClassName
{
color: #C0130A;
}
</style>
background-color css
<style>
a { background-color: #C0130A; }
a { background-color: rgb(192,19,10); }
div.DivClassName
{
background-color: #C0130A;
}
.BgClassName
{
background-color: #C0130A;
}
</style>
border-color css
<style>
span { border-color: #C0130A; }
span { border-color: rgb(192,19,10); }
td.TdClassName
{
border-color: #C0130A;
}
.TagClassName
{
border-color: #C0130A;
}
</style>