Shades of Free Speech Red #C50C04
Tints of Free Speech Red #C50C04
RGB
CMYK
RGB Variations
Color information
#C50C04 (or 0xC50C04) is known color: Free Speech Red. HEX triplet: C5, 0C and 04. RGB value is (197,12,4). Sum of RGB (Red+Green+Blue) = 197+12+4=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C04 is #3AF3FB. Grayscale: #424242. Windows color (decimal): -3863548 or 265413. OLE color: 265413.
HSL color Cylindrical-coordinate representation of color #C50C04: hue angle of 2.49º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50C04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.23 |
| HSL | 2.49º | 0.96% | 0.39% | - |
| HSV(B) | 2.49º | 0.98% | 0.77% | - |
| XYZ | 23.18 | 12.14 | 1.24 | - |
| YUV | 66.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 4 | 0 | 0.94 | 0.98 | 0.23 | 2.49 | 0.96 | 0.39 |
| Hex | C5 | C | 4 | 0 | 5E | 62 | 17 | 2 | 60 | 27 |
| Octal | 305 | 14 | 4 | 0 | 136 | 142 | 27 | 2 | 140 | 47 |
| Binary | 11000101 | 1100 | 100 | 0 | 1011110 | 1100010 | 10111 | 10 | 1100000 | 100111 |
Color Harmonies of #C50C04
Complementary color
Monochromatic Colors of #C50C04
Black with #C50C04
Text Example
Text Example
White with #C50C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C04; }
p { color: rgb(197,12,4); }
H1.HeaderClassName
{
color: #C50C04;
}
.AnyTagClassName
{
color: #C50C04;
}
</style>
background-color css
<style>
a { background-color: #C50C04; }
a { background-color: rgb(197,12,4); }
div.DivClassName
{
background-color: #C50C04;
}
.BgClassName
{
background-color: #C50C04;
}
</style>
border-color css
<style>
span { border-color: #C50C04; }
span { border-color: rgb(197,12,4); }
td.TdClassName
{
border-color: #C50C04;
}
.TagClassName
{
border-color: #C50C04;
}
</style>