Shades of Free Speech Red #C31706
Tints of Free Speech Red #C31706
RGB
CMYK
RGB Variations
Color information
#C31706 (or 0xC31706) is known color: Free Speech Red. HEX triplet: C3, 17 and 06. RGB value is (195,23,6). Sum of RGB (Red+Green+Blue) = 195+23+6=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C31706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31706 is #3CE8F9. Grayscale: #484848. Windows color (decimal): -3991802 or 399299. OLE color: 399299.
HSL color Cylindrical-coordinate representation of color #C31706: hue angle of 5.4º 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 #C31706 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.24 |
| HSL | 5.4º | 0.94% | 0.39% | - |
| HSV(B) | 5.4º | 0.97% | 0.76% | - |
| XYZ | 22.84 | 12.23 | 1.33 | - |
| YUV | 72.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 6 | 0 | 0.88 | 0.97 | 0.24 | 5.4 | 0.94 | 0.39 |
| Hex | C3 | 17 | 6 | 0 | 58 | 61 | 18 | 5 | 5E | 27 |
| Octal | 303 | 27 | 6 | 0 | 130 | 141 | 30 | 5 | 136 | 47 |
| Binary | 11000011 | 10111 | 110 | 0 | 1011000 | 1100001 | 11000 | 101 | 1011110 | 100111 |
Color Harmonies of #C31706
Complementary color
Monochromatic Colors of #C31706
Black with #C31706
Text Example
Text Example
White with #C31706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31706; }
p { color: rgb(195,23,6); }
H1.HeaderClassName
{
color: #C31706;
}
.AnyTagClassName
{
color: #C31706;
}
</style>
background-color css
<style>
a { background-color: #C31706; }
a { background-color: rgb(195,23,6); }
div.DivClassName
{
background-color: #C31706;
}
.BgClassName
{
background-color: #C31706;
}
</style>
border-color css
<style>
span { border-color: #C31706; }
span { border-color: rgb(195,23,6); }
td.TdClassName
{
border-color: #C31706;
}
.TagClassName
{
border-color: #C31706;
}
</style>