Shades of Free Speech Red #C31507
Tints of Free Speech Red #C31507
RGB
CMYK
RGB Variations
Color information
#C31507 (or 0xC31507) is known color: Free Speech Red. HEX triplet: C3, 15 and 07. RGB value is (195,21,7). Sum of RGB (Red+Green+Blue) = 195+21+7=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C31507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31507 is #3CEAF8. Grayscale: #474747. Windows color (decimal): -3992313 or 464323. OLE color: 464323.
HSL color Cylindrical-coordinate representation of color #C31507: hue angle of 4.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31507 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.24 |
| HSL | 4.47º | 0.93% | 0.4% | - |
| HSV(B) | 4.47º | 0.96% | 0.76% | - |
| XYZ | 22.81 | 12.15 | 1.34 | - |
| YUV | 71.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 7 | 0 | 0.89 | 0.96 | 0.24 | 4.47 | 0.93 | 0.4 |
| Hex | C3 | 15 | 7 | 0 | 59 | 60 | 18 | 4 | 5D | 28 |
| Octal | 303 | 25 | 7 | 0 | 131 | 140 | 30 | 4 | 135 | 50 |
| Binary | 11000011 | 10101 | 111 | 0 | 1011001 | 1100000 | 11000 | 100 | 1011101 | 101000 |
Color Harmonies of #C31507
Complementary color
Monochromatic Colors of #C31507
Black with #C31507
Text Example
Text Example
White with #C31507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31507; }
p { color: rgb(195,21,7); }
H1.HeaderClassName
{
color: #C31507;
}
.AnyTagClassName
{
color: #C31507;
}
</style>
background-color css
<style>
a { background-color: #C31507; }
a { background-color: rgb(195,21,7); }
div.DivClassName
{
background-color: #C31507;
}
.BgClassName
{
background-color: #C31507;
}
</style>
border-color css
<style>
span { border-color: #C31507; }
span { border-color: rgb(195,21,7); }
td.TdClassName
{
border-color: #C31507;
}
.TagClassName
{
border-color: #C31507;
}
</style>