Shades of Free Speech Red #C50900
Tints of Free Speech Red #C50900
RGB
CMYK
RGB Variations
Color information
#C50900 (or 0xC50900) is known color: Free Speech Red. HEX triplet: C5, 09 and 00. RGB value is (197,9,0). Sum of RGB (Red+Green+Blue) = 197+9+0=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50900 is #3AF6FF. Grayscale: #404040. Windows color (decimal): -3864320 or 2501. OLE color: 2501.
HSL color Cylindrical-coordinate representation of color #C50900: hue angle of 2.74º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.23 |
| HSL | 2.74º | 1% | 0.39% | - |
| HSV(B) | 2.74º | 1% | 0.77% | - |
| XYZ | 23.12 | 12.07 | 1.11 | - |
| YUV | 64.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 0 | 0 | 0.95 | 1 | 0.23 | 2.74 | 1 | 0.39 |
| Hex | C5 | 9 | 0 | 0 | 5F | 64 | 17 | 3 | 64 | 27 |
| Octal | 305 | 11 | 0 | 0 | 137 | 144 | 27 | 3 | 144 | 47 |
| Binary | 11000101 | 1001 | 0 | 0 | 1011111 | 1100100 | 10111 | 11 | 1100100 | 100111 |
Color Harmonies of #C50900
Complementary color
Monochromatic Colors of #C50900
Black with #C50900
Text Example
Text Example
White with #C50900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50900; }
p { color: rgb(197,9,0); }
H1.HeaderClassName
{
color: #C50900;
}
.AnyTagClassName
{
color: #C50900;
}
</style>
background-color css
<style>
a { background-color: #C50900; }
a { background-color: rgb(197,9,0); }
div.DivClassName
{
background-color: #C50900;
}
.BgClassName
{
background-color: #C50900;
}
</style>
border-color css
<style>
span { border-color: #C50900; }
span { border-color: rgb(197,9,0); }
td.TdClassName
{
border-color: #C50900;
}
.TagClassName
{
border-color: #C50900;
}
</style>