Shades of Free Speech Red #C50F01
Tints of Free Speech Red #C50F01
RGB
CMYK
RGB Variations
Color information
#C50F01 (or 0xC50F01) is known color: Free Speech Red. HEX triplet: C5, 0F and 01. RGB value is (197,15,1). Sum of RGB (Red+Green+Blue) = 197+15+1=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F01 is #3AF0FE. Grayscale: #444444. Windows color (decimal): -3862783 or 69573. OLE color: 69573.
HSL color Cylindrical-coordinate representation of color #C50F01: hue angle of 4.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.23 |
| HSL | 4.29º | 0.99% | 0.39% | - |
| HSV(B) | 4.29º | 0.99% | 0.77% | - |
| XYZ | 23.2 | 12.21 | 1.16 | - |
| YUV | 67.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 1 | 0 | 0.92 | 0.99 | 0.23 | 4.29 | 0.99 | 0.39 |
| Hex | C5 | F | 1 | 0 | 5C | 63 | 17 | 4 | 63 | 27 |
| Octal | 305 | 17 | 1 | 0 | 134 | 143 | 27 | 4 | 143 | 47 |
| Binary | 11000101 | 1111 | 1 | 0 | 1011100 | 1100011 | 10111 | 100 | 1100011 | 100111 |
Color Harmonies of #C50F01
Complementary color
Monochromatic Colors of #C50F01
Black with #C50F01
Text Example
Text Example
White with #C50F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F01; }
p { color: rgb(197,15,1); }
H1.HeaderClassName
{
color: #C50F01;
}
.AnyTagClassName
{
color: #C50F01;
}
</style>
background-color css
<style>
a { background-color: #C50F01; }
a { background-color: rgb(197,15,1); }
div.DivClassName
{
background-color: #C50F01;
}
.BgClassName
{
background-color: #C50F01;
}
</style>
border-color css
<style>
span { border-color: #C50F01; }
span { border-color: rgb(197,15,1); }
td.TdClassName
{
border-color: #C50F01;
}
.TagClassName
{
border-color: #C50F01;
}
</style>