Shades of Free Speech Red #C50907
Tints of Free Speech Red #C50907
RGB
CMYK
RGB Variations
Color information
#C50907 (or 0xC50907) is known color: Free Speech Red. HEX triplet: C5, 09 and 07. RGB value is (197,9,7). Sum of RGB (Red+Green+Blue) = 197+9+7=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50907 is #3AF6F8. Grayscale: #414141. Windows color (decimal): -3864313 or 461253. OLE color: 461253.
HSL color Cylindrical-coordinate representation of color #C50907: hue angle of 0.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50907 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.23 |
| HSL | 0.63º | 0.93% | 0.4% | - |
| HSV(B) | 0.63º | 0.96% | 0.77% | - |
| XYZ | 23.16 | 12.08 | 1.31 | - |
| YUV | 64.98 | 95.28 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 7 | 0 | 0.95 | 0.96 | 0.23 | 0.63 | 0.93 | 0.4 |
| Hex | C5 | 9 | 7 | 0 | 5F | 60 | 17 | 1 | 5D | 28 |
| Octal | 305 | 11 | 7 | 0 | 137 | 140 | 27 | 1 | 135 | 50 |
| Binary | 11000101 | 1001 | 111 | 0 | 1011111 | 1100000 | 10111 | 1 | 1011101 | 101000 |
Color Harmonies of #C50907
Complementary color
Monochromatic Colors of #C50907
Black with #C50907
Text Example
Text Example
White with #C50907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50907; }
p { color: rgb(197,9,7); }
H1.HeaderClassName
{
color: #C50907;
}
.AnyTagClassName
{
color: #C50907;
}
</style>
background-color css
<style>
a { background-color: #C50907; }
a { background-color: rgb(197,9,7); }
div.DivClassName
{
background-color: #C50907;
}
.BgClassName
{
background-color: #C50907;
}
</style>
border-color css
<style>
span { border-color: #C50907; }
span { border-color: rgb(197,9,7); }
td.TdClassName
{
border-color: #C50907;
}
.TagClassName
{
border-color: #C50907;
}
</style>