Shades of Free Speech Red #C20F0B
Tints of Free Speech Red #C20F0B
RGB
CMYK
RGB Variations
Color information
#C20F0B (or 0xC20F0B) is known color: Free Speech Red. HEX triplet: C2, 0F and 0B. RGB value is (194,15,11). Sum of RGB (Red+Green+Blue) = 194+15+11=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F0B is #3DF0F4. Grayscale: #444444. Windows color (decimal): -4059381 or 724930. OLE color: 724930.
HSL color Cylindrical-coordinate representation of color #C20F0B: hue angle of 1.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20F0B is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 11 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.24 |
| HSL | 1.31º | 0.89% | 0.4% | - |
| HSV(B) | 1.31º | 0.94% | 0.76% | - |
| XYZ | 22.48 | 11.84 | 1.42 | - |
| YUV | 68.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 11 | 0 | 0.92 | 0.94 | 0.24 | 1.31 | 0.89 | 0.4 |
| Hex | C2 | F | B | 0 | 5C | 5E | 18 | 1 | 59 | 28 |
| Octal | 302 | 17 | 13 | 0 | 134 | 136 | 30 | 1 | 131 | 50 |
| Binary | 11000010 | 1111 | 1011 | 0 | 1011100 | 1011110 | 11000 | 1 | 1011001 | 101000 |
Color Harmonies of #C20F0B
Complementary color
Monochromatic Colors of #C20F0B
Black with #C20F0B
Text Example
Text Example
White with #C20F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F0B; }
p { color: rgb(194,15,11); }
H1.HeaderClassName
{
color: #C20F0B;
}
.AnyTagClassName
{
color: #C20F0B;
}
</style>
background-color css
<style>
a { background-color: #C20F0B; }
a { background-color: rgb(194,15,11); }
div.DivClassName
{
background-color: #C20F0B;
}
.BgClassName
{
background-color: #C20F0B;
}
</style>
border-color css
<style>
span { border-color: #C20F0B; }
span { border-color: rgb(194,15,11); }
td.TdClassName
{
border-color: #C20F0B;
}
.TagClassName
{
border-color: #C20F0B;
}
</style>