Shades of Free Speech Red #C0130B
Tints of Free Speech Red #C0130B
RGB
CMYK
RGB Variations
Color information
#C0130B (or 0xC0130B) is known color: Free Speech Red. HEX triplet: C0, 13 and 0B. RGB value is (192,19,11). Sum of RGB (Red+Green+Blue) = 192+19+11=222 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.49% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130B is #3FECF4. Grayscale: #464646. Windows color (decimal): -4189429 or 725952. OLE color: 725952.
HSL color Cylindrical-coordinate representation of color #C0130B: hue angle of 2.65º degrees, saturation: 0.89, 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 #C0130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.25 |
| HSL | 2.65º | 0.89% | 0.4% | - |
| HSV(B) | 2.65º | 0.94% | 0.75% | - |
| XYZ | 22.03 | 11.7 | 1.41 | - |
| YUV | 69.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 11 | 0 | 0.90 | 0.94 | 0.25 | 2.65 | 0.89 | 0.4 |
| Hex | C0 | 13 | B | 0 | 5A | 5E | 19 | 3 | 59 | 28 |
| Octal | 300 | 23 | 13 | 0 | 132 | 136 | 31 | 3 | 131 | 50 |
| Binary | 11000000 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11001 | 11 | 1011001 | 101000 |
Color Harmonies of #C0130B
Complementary color
Monochromatic Colors of #C0130B
Black with #C0130B
Text Example
Text Example
White with #C0130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0130B; }
p { color: rgb(192,19,11); }
H1.HeaderClassName
{
color: #C0130B;
}
.AnyTagClassName
{
color: #C0130B;
}
</style>
background-color css
<style>
a { background-color: #C0130B; }
a { background-color: rgb(192,19,11); }
div.DivClassName
{
background-color: #C0130B;
}
.BgClassName
{
background-color: #C0130B;
}
</style>
border-color css
<style>
span { border-color: #C0130B; }
span { border-color: rgb(192,19,11); }
td.TdClassName
{
border-color: #C0130B;
}
.TagClassName
{
border-color: #C0130B;
}
</style>