Shades of Free Speech Red #C3130B
Tints of Free Speech Red #C3130B
RGB
CMYK
RGB Variations
Color information
#C3130B (or 0xC3130B) is known color: Free Speech Red. HEX triplet: C3, 13 and 0B. RGB value is (195,19,11). Sum of RGB (Red+Green+Blue) = 195+19+11=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C3130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3130B is #3CECF4. Grayscale: #464646. Windows color (decimal): -3992821 or 725955. OLE color: 725955.
HSL color Cylindrical-coordinate representation of color #C3130B: hue angle of 2.61º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3130B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.24 |
| HSL | 2.61º | 0.89% | 0.4% | - |
| HSV(B) | 2.61º | 0.94% | 0.76% | - |
| XYZ | 22.8 | 12.09 | 1.45 | - |
| YUV | 70.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 11 | 0 | 0.90 | 0.94 | 0.24 | 2.61 | 0.89 | 0.4 |
| Hex | C3 | 13 | B | 0 | 5A | 5E | 18 | 3 | 59 | 28 |
| Octal | 303 | 23 | 13 | 0 | 132 | 136 | 30 | 3 | 131 | 50 |
| Binary | 11000011 | 10011 | 1011 | 0 | 1011010 | 1011110 | 11000 | 11 | 1011001 | 101000 |
Color Harmonies of #C3130B
Complementary color
Monochromatic Colors of #C3130B
Black with #C3130B
Text Example
Text Example
White with #C3130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3130B; }
p { color: rgb(195,19,11); }
H1.HeaderClassName
{
color: #C3130B;
}
.AnyTagClassName
{
color: #C3130B;
}
</style>
background-color css
<style>
a { background-color: #C3130B; }
a { background-color: rgb(195,19,11); }
div.DivClassName
{
background-color: #C3130B;
}
.BgClassName
{
background-color: #C3130B;
}
</style>
border-color css
<style>
span { border-color: #C3130B; }
span { border-color: rgb(195,19,11); }
td.TdClassName
{
border-color: #C3130B;
}
.TagClassName
{
border-color: #C3130B;
}
</style>