Shades of Free Speech Red #C31400
Tints of Free Speech Red #C31400
RGB
CMYK
RGB Variations
Color information
#C31400 (or 0xC31400) is known color: Free Speech Red. HEX triplet: C3, 14 and 00. RGB value is (195,20,0). Sum of RGB (Red+Green+Blue) = 195+20+0=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C31400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31400 is #3CEBFF. Grayscale: #464646. Windows color (decimal): -3992576 or 5315. OLE color: 5315.
HSL color Cylindrical-coordinate representation of color #C31400: hue angle of 6.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C31400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.24 |
| HSL | 6.15º | 1% | 0.38% | - |
| HSV(B) | 6.15º | 1% | 0.76% | - |
| XYZ | 22.76 | 12.1 | 1.14 | - |
| YUV | 70.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 0 | 0 | 0.90 | 1 | 0.24 | 6.15 | 1 | 0.38 |
| Hex | C3 | 14 | 0 | 0 | 5A | 64 | 18 | 6 | 64 | 26 |
| Octal | 303 | 24 | 0 | 0 | 132 | 144 | 30 | 6 | 144 | 46 |
| Binary | 11000011 | 10100 | 0 | 0 | 1011010 | 1100100 | 11000 | 110 | 1100100 | 100110 |
Color Harmonies of #C31400
Complementary color
Monochromatic Colors of #C31400
Black with #C31400
Text Example
Text Example
White with #C31400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31400; }
p { color: rgb(195,20,0); }
H1.HeaderClassName
{
color: #C31400;
}
.AnyTagClassName
{
color: #C31400;
}
</style>
background-color css
<style>
a { background-color: #C31400; }
a { background-color: rgb(195,20,0); }
div.DivClassName
{
background-color: #C31400;
}
.BgClassName
{
background-color: #C31400;
}
</style>
border-color css
<style>
span { border-color: #C31400; }
span { border-color: rgb(195,20,0); }
td.TdClassName
{
border-color: #C31400;
}
.TagClassName
{
border-color: #C31400;
}
</style>