Shades of Free Speech Red #C31309
Tints of Free Speech Red #C31309
RGB
CMYK
RGB Variations
Color information
#C31309 (or 0xC31309) is known color: Free Speech Red. HEX triplet: C3, 13 and 09. RGB value is (195,19,9). Sum of RGB (Red+Green+Blue) = 195+19+9=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C31309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31309 is #3CECF6. Grayscale: #464646. Windows color (decimal): -3992823 or 594883. OLE color: 594883.
HSL color Cylindrical-coordinate representation of color #C31309: hue angle of 3.23º degrees, saturation: 0.91, 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 #C31309 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.24 |
| HSL | 3.23º | 0.91% | 0.4% | - |
| HSV(B) | 3.23º | 0.95% | 0.76% | - |
| XYZ | 22.79 | 12.09 | 1.39 | - |
| YUV | 70.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 9 | 0 | 0.90 | 0.95 | 0.24 | 3.23 | 0.91 | 0.4 |
| Hex | C3 | 13 | 9 | 0 | 5A | 5F | 18 | 3 | 5B | 28 |
| Octal | 303 | 23 | 11 | 0 | 132 | 137 | 30 | 3 | 133 | 50 |
| Binary | 11000011 | 10011 | 1001 | 0 | 1011010 | 1011111 | 11000 | 11 | 1011011 | 101000 |
Color Harmonies of #C31309
Complementary color
Monochromatic Colors of #C31309
Black with #C31309
Text Example
Text Example
White with #C31309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31309; }
p { color: rgb(195,19,9); }
H1.HeaderClassName
{
color: #C31309;
}
.AnyTagClassName
{
color: #C31309;
}
</style>
background-color css
<style>
a { background-color: #C31309; }
a { background-color: rgb(195,19,9); }
div.DivClassName
{
background-color: #C31309;
}
.BgClassName
{
background-color: #C31309;
}
</style>
border-color css
<style>
span { border-color: #C31309; }
span { border-color: rgb(195,19,9); }
td.TdClassName
{
border-color: #C31309;
}
.TagClassName
{
border-color: #C31309;
}
</style>