Shades of Free Speech Red #C50D04
Tints of Free Speech Red #C50D04
RGB
CMYK
RGB Variations
Color information
#C50D04 (or 0xC50D04) is known color: Free Speech Red. HEX triplet: C5, 0D and 04. RGB value is (197,13,4). Sum of RGB (Red+Green+Blue) = 197+13+4=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50D04 is #3AF2FB. Grayscale: #434343. Windows color (decimal): -3863292 or 265669. OLE color: 265669.
HSL color Cylindrical-coordinate representation of color #C50D04: hue angle of 2.8º 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 #C50D04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.23 |
| HSL | 2.8º | 0.96% | 0.39% | - |
| HSV(B) | 2.8º | 0.98% | 0.77% | - |
| XYZ | 23.19 | 12.17 | 1.24 | - |
| YUV | 66.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 4 | 0 | 0.93 | 0.98 | 0.23 | 2.8 | 0.96 | 0.39 |
| Hex | C5 | D | 4 | 0 | 5D | 62 | 17 | 3 | 60 | 27 |
| Octal | 305 | 15 | 4 | 0 | 135 | 142 | 27 | 3 | 140 | 47 |
| Binary | 11000101 | 1101 | 100 | 0 | 1011101 | 1100010 | 10111 | 11 | 1100000 | 100111 |
Color Harmonies of #C50D04
Complementary color
Monochromatic Colors of #C50D04
Black with #C50D04
Text Example
Text Example
White with #C50D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D04; }
p { color: rgb(197,13,4); }
H1.HeaderClassName
{
color: #C50D04;
}
.AnyTagClassName
{
color: #C50D04;
}
</style>
background-color css
<style>
a { background-color: #C50D04; }
a { background-color: rgb(197,13,4); }
div.DivClassName
{
background-color: #C50D04;
}
.BgClassName
{
background-color: #C50D04;
}
</style>
border-color css
<style>
span { border-color: #C50D04; }
span { border-color: rgb(197,13,4); }
td.TdClassName
{
border-color: #C50D04;
}
.TagClassName
{
border-color: #C50D04;
}
</style>