Shades of Free Speech Red #C3130A
Tints of Free Speech Red #C3130A
RGB
CMYK
RGB Variations
Color information
#C3130A (or 0xC3130A) is known color: Free Speech Red. HEX triplet: C3, 13 and 0A. RGB value is (195,19,10). Sum of RGB (Red+Green+Blue) = 195+19+10=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C3130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3130A is #3CECF5. Grayscale: #464646. Windows color (decimal): -3992822 or 660419. OLE color: 660419.
HSL color Cylindrical-coordinate representation of color #C3130A: hue angle of 2.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.24 |
| HSL | 2.92º | 0.9% | 0.4% | - |
| HSV(B) | 2.92º | 0.95% | 0.76% | - |
| XYZ | 22.79 | 12.09 | 1.42 | - |
| YUV | 70.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 10 | 0 | 0.90 | 0.95 | 0.24 | 2.92 | 0.9 | 0.4 |
| Hex | C3 | 13 | A | 0 | 5A | 5F | 18 | 3 | 5A | 28 |
| Octal | 303 | 23 | 12 | 0 | 132 | 137 | 30 | 3 | 132 | 50 |
| Binary | 11000011 | 10011 | 1010 | 0 | 1011010 | 1011111 | 11000 | 11 | 1011010 | 101000 |
Color Harmonies of #C3130A
Complementary color
Monochromatic Colors of #C3130A
Black with #C3130A
Text Example
Text Example
White with #C3130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3130A; }
p { color: rgb(195,19,10); }
H1.HeaderClassName
{
color: #C3130A;
}
.AnyTagClassName
{
color: #C3130A;
}
</style>
background-color css
<style>
a { background-color: #C3130A; }
a { background-color: rgb(195,19,10); }
div.DivClassName
{
background-color: #C3130A;
}
.BgClassName
{
background-color: #C3130A;
}
</style>
border-color css
<style>
span { border-color: #C3130A; }
span { border-color: rgb(195,19,10); }
td.TdClassName
{
border-color: #C3130A;
}
.TagClassName
{
border-color: #C3130A;
}
</style>