Shades of Free Speech Red #C50401
Tints of Free Speech Red #C50401
RGB
CMYK
RGB Variations
Color information
#C50401 (or 0xC50401) is known color: Free Speech Red. HEX triplet: C5, 04 and 01. RGB value is (197,4,1). Sum of RGB (Red+Green+Blue) = 197+4+1=202 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.52% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 197 - color contains mainly: red. Hex color #C50401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50401 is #3AFBFE. Grayscale: #3D3D3D. Windows color (decimal): -3865599 or 66757. OLE color: 66757.
HSL color Cylindrical-coordinate representation of color #C50401: hue angle of 0.92º 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 #C50401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.23 |
| HSL | 0.92º | 0.99% | 0.39% | - |
| HSV(B) | 0.92º | 0.99% | 0.77% | - |
| XYZ | 23.07 | 11.96 | 1.12 | - |
| YUV | 61.37 | 93.94 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 1 | 0 | 0.98 | 0.99 | 0.23 | 0.92 | 0.99 | 0.39 |
| Hex | C5 | 4 | 1 | 0 | 62 | 63 | 17 | 1 | 63 | 27 |
| Octal | 305 | 4 | 1 | 0 | 142 | 143 | 27 | 1 | 143 | 47 |
| Binary | 11000101 | 100 | 1 | 0 | 1100010 | 1100011 | 10111 | 1 | 1100011 | 100111 |
Color Harmonies of #C50401
Complementary color
Monochromatic Colors of #C50401
Black with #C50401
Text Example
Text Example
White with #C50401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50401; }
p { color: rgb(197,4,1); }
H1.HeaderClassName
{
color: #C50401;
}
.AnyTagClassName
{
color: #C50401;
}
</style>
background-color css
<style>
a { background-color: #C50401; }
a { background-color: rgb(197,4,1); }
div.DivClassName
{
background-color: #C50401;
}
.BgClassName
{
background-color: #C50401;
}
</style>
border-color css
<style>
span { border-color: #C50401; }
span { border-color: rgb(197,4,1); }
td.TdClassName
{
border-color: #C50401;
}
.TagClassName
{
border-color: #C50401;
}
</style>