Shades of Free Speech Red #C31306
Tints of Free Speech Red #C31306
RGB
CMYK
RGB Variations
Color information
#C31306 (or 0xC31306) is known color: Free Speech Red. HEX triplet: C3, 13 and 06. RGB value is (195,19,6). Sum of RGB (Red+Green+Blue) = 195+19+6=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C31306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31306 is #3CECF9. Grayscale: #464646. Windows color (decimal): -3992826 or 398275. OLE color: 398275.
HSL color Cylindrical-coordinate representation of color #C31306: hue angle of 4.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C31306 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.24 |
| HSL | 4.13º | 0.94% | 0.39% | - |
| HSV(B) | 4.13º | 0.97% | 0.76% | - |
| XYZ | 22.77 | 12.08 | 1.3 | - |
| YUV | 70.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 6 | 0 | 0.90 | 0.97 | 0.24 | 4.13 | 0.94 | 0.39 |
| Hex | C3 | 13 | 6 | 0 | 5A | 61 | 18 | 4 | 5E | 27 |
| Octal | 303 | 23 | 6 | 0 | 132 | 141 | 30 | 4 | 136 | 47 |
| Binary | 11000011 | 10011 | 110 | 0 | 1011010 | 1100001 | 11000 | 100 | 1011110 | 100111 |
Color Harmonies of #C31306
Complementary color
Monochromatic Colors of #C31306
Black with #C31306
Text Example
Text Example
White with #C31306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31306; }
p { color: rgb(195,19,6); }
H1.HeaderClassName
{
color: #C31306;
}
.AnyTagClassName
{
color: #C31306;
}
</style>
background-color css
<style>
a { background-color: #C31306; }
a { background-color: rgb(195,19,6); }
div.DivClassName
{
background-color: #C31306;
}
.BgClassName
{
background-color: #C31306;
}
</style>
border-color css
<style>
span { border-color: #C31306; }
span { border-color: rgb(195,19,6); }
td.TdClassName
{
border-color: #C31306;
}
.TagClassName
{
border-color: #C31306;
}
</style>