Shades of Free Speech Red #C0130D
Tints of Free Speech Red #C0130D
RGB
CMYK
RGB Variations
Color information
#C0130D (or 0xC0130D) is known color: Free Speech Red. HEX triplet: C0, 13 and 0D. RGB value is (192,19,13). Sum of RGB (Red+Green+Blue) = 192+19+13=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130D is #3FECF2. Grayscale: #464646. Windows color (decimal): -4189427 or 857024. OLE color: 857024.
HSL color Cylindrical-coordinate representation of color #C0130D: hue angle of 2.01º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0130D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.25 |
| HSL | 2.01º | 0.87% | 0.4% | - |
| HSV(B) | 2.01º | 0.93% | 0.75% | - |
| XYZ | 22.04 | 11.7 | 1.48 | - |
| YUV | 70.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 13 | 0 | 0.90 | 0.93 | 0.25 | 2.01 | 0.87 | 0.4 |
| Hex | C0 | 13 | D | 0 | 5A | 5D | 19 | 2 | 57 | 28 |
| Octal | 300 | 23 | 15 | 0 | 132 | 135 | 31 | 2 | 127 | 50 |
| Binary | 11000000 | 10011 | 1101 | 0 | 1011010 | 1011101 | 11001 | 10 | 1010111 | 101000 |
Color Harmonies of #C0130D
Complementary color
Monochromatic Colors of #C0130D
Black with #C0130D
Text Example
Text Example
White with #C0130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0130D; }
p { color: rgb(192,19,13); }
H1.HeaderClassName
{
color: #C0130D;
}
.AnyTagClassName
{
color: #C0130D;
}
</style>
background-color css
<style>
a { background-color: #C0130D; }
a { background-color: rgb(192,19,13); }
div.DivClassName
{
background-color: #C0130D;
}
.BgClassName
{
background-color: #C0130D;
}
</style>
border-color css
<style>
span { border-color: #C0130D; }
span { border-color: rgb(192,19,13); }
td.TdClassName
{
border-color: #C0130D;
}
.TagClassName
{
border-color: #C0130D;
}
</style>