Shades of Free Speech Red #C30C0A
Tints of Free Speech Red #C30C0A
RGB
CMYK
RGB Variations
Color information
#C30C0A (or 0xC30C0A) is known color: Free Speech Red. HEX triplet: C3, 0C and 0A. RGB value is (195,12,10). Sum of RGB (Red+Green+Blue) = 195+12+10=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C0A is #3CF3F5. Grayscale: #424242. Windows color (decimal): -3994614 or 658627. OLE color: 658627.
HSL color Cylindrical-coordinate representation of color #C30C0A: hue angle of 0.65º 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 #C30C0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.24 |
| HSL | 0.65º | 0.9% | 0.4% | - |
| HSV(B) | 0.65º | 0.95% | 0.76% | - |
| XYZ | 22.69 | 11.89 | 1.39 | - |
| YUV | 66.49 | 96.13 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 10 | 0 | 0.94 | 0.95 | 0.24 | 0.65 | 0.9 | 0.4 |
| Hex | C3 | C | A | 0 | 5E | 5F | 18 | 1 | 5A | 28 |
| Octal | 303 | 14 | 12 | 0 | 136 | 137 | 30 | 1 | 132 | 50 |
| Binary | 11000011 | 1100 | 1010 | 0 | 1011110 | 1011111 | 11000 | 1 | 1011010 | 101000 |
Color Harmonies of #C30C0A
Complementary color
Monochromatic Colors of #C30C0A
Black with #C30C0A
Text Example
Text Example
White with #C30C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C0A; }
p { color: rgb(195,12,10); }
H1.HeaderClassName
{
color: #C30C0A;
}
.AnyTagClassName
{
color: #C30C0A;
}
</style>
background-color css
<style>
a { background-color: #C30C0A; }
a { background-color: rgb(195,12,10); }
div.DivClassName
{
background-color: #C30C0A;
}
.BgClassName
{
background-color: #C30C0A;
}
</style>
border-color css
<style>
span { border-color: #C30C0A; }
span { border-color: rgb(195,12,10); }
td.TdClassName
{
border-color: #C30C0A;
}
.TagClassName
{
border-color: #C30C0A;
}
</style>