Shades of Free Speech Red #C40C05
Tints of Free Speech Red #C40C05
RGB
CMYK
RGB Variations
Color information
#C40C05 (or 0xC40C05) is known color: Free Speech Red. HEX triplet: C4, 0C and 05. RGB value is (196,12,5). Sum of RGB (Red+Green+Blue) = 196+12+5=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40C05 is #3BF3FA. Grayscale: #424242. Windows color (decimal): -3929083 or 330948. OLE color: 330948.
HSL color Cylindrical-coordinate representation of color #C40C05: hue angle of 2.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40C05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.23 |
| HSL | 2.2º | 0.95% | 0.39% | - |
| HSV(B) | 2.2º | 0.97% | 0.77% | - |
| XYZ | 22.92 | 12.01 | 1.25 | - |
| YUV | 66.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 5 | 0 | 0.94 | 0.97 | 0.23 | 2.2 | 0.95 | 0.39 |
| Hex | C4 | C | 5 | 0 | 5E | 61 | 17 | 2 | 5F | 27 |
| Octal | 304 | 14 | 5 | 0 | 136 | 141 | 27 | 2 | 137 | 47 |
| Binary | 11000100 | 1100 | 101 | 0 | 1011110 | 1100001 | 10111 | 10 | 1011111 | 100111 |
Color Harmonies of #C40C05
Complementary color
Monochromatic Colors of #C40C05
Black with #C40C05
Text Example
Text Example
White with #C40C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C05; }
p { color: rgb(196,12,5); }
H1.HeaderClassName
{
color: #C40C05;
}
.AnyTagClassName
{
color: #C40C05;
}
</style>
background-color css
<style>
a { background-color: #C40C05; }
a { background-color: rgb(196,12,5); }
div.DivClassName
{
background-color: #C40C05;
}
.BgClassName
{
background-color: #C40C05;
}
</style>
border-color css
<style>
span { border-color: #C40C05; }
span { border-color: rgb(196,12,5); }
td.TdClassName
{
border-color: #C40C05;
}
.TagClassName
{
border-color: #C40C05;
}
</style>