Shades of Free Speech Red #C51907
Tints of Free Speech Red #C51907
RGB
CMYK
RGB Variations
Color information
#C51907 (or 0xC51907) is known color: Free Speech Red. HEX triplet: C5, 19 and 07. RGB value is (197,25,7). Sum of RGB (Red+Green+Blue) = 197+25+7=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C51907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51907 is #3AE6F8. Grayscale: #4A4A4A. Windows color (decimal): -3860217 or 465349. OLE color: 465349.
HSL color Cylindrical-coordinate representation of color #C51907: hue angle of 5.68º 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 #C51907 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.23 |
| HSL | 5.68º | 0.93% | 0.4% | - |
| HSV(B) | 5.68º | 0.96% | 0.77% | - |
| XYZ | 23.41 | 12.58 | 1.4 | - |
| YUV | 74.38 | 89.98 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 7 | 0 | 0.87 | 0.96 | 0.23 | 5.68 | 0.93 | 0.4 |
| Hex | C5 | 19 | 7 | 0 | 57 | 60 | 17 | 6 | 5D | 28 |
| Octal | 305 | 31 | 7 | 0 | 127 | 140 | 27 | 6 | 135 | 50 |
| Binary | 11000101 | 11001 | 111 | 0 | 1010111 | 1100000 | 10111 | 110 | 1011101 | 101000 |
Color Harmonies of #C51907
Complementary color
Monochromatic Colors of #C51907
Black with #C51907
Text Example
Text Example
White with #C51907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51907; }
p { color: rgb(197,25,7); }
H1.HeaderClassName
{
color: #C51907;
}
.AnyTagClassName
{
color: #C51907;
}
</style>
background-color css
<style>
a { background-color: #C51907; }
a { background-color: rgb(197,25,7); }
div.DivClassName
{
background-color: #C51907;
}
.BgClassName
{
background-color: #C51907;
}
</style>
border-color css
<style>
span { border-color: #C51907; }
span { border-color: rgb(197,25,7); }
td.TdClassName
{
border-color: #C51907;
}
.TagClassName
{
border-color: #C51907;
}
</style>