Shades of Free Speech Red #C20F09
Tints of Free Speech Red #C20F09
RGB
CMYK
RGB Variations
Color information
#C20F09 (or 0xC20F09) is known color: Free Speech Red. HEX triplet: C2, 0F and 09. RGB value is (194,15,9). Sum of RGB (Red+Green+Blue) = 194+15+9=218 (28% of max value = 765). Red value is 194 (76.17% from 255 or 88.99% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F09 is #3DF0F6. Grayscale: #444444. Windows color (decimal): -4059383 or 593858. OLE color: 593858.
HSL color Cylindrical-coordinate representation of color #C20F09: hue angle of 1.95º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20F09 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.24 |
| HSL | 1.95º | 0.91% | 0.4% | - |
| HSV(B) | 1.95º | 0.95% | 0.76% | - |
| XYZ | 22.47 | 11.83 | 1.36 | - |
| YUV | 67.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 9 | 0 | 0.92 | 0.95 | 0.24 | 1.95 | 0.91 | 0.4 |
| Hex | C2 | F | 9 | 0 | 5C | 5F | 18 | 2 | 5B | 28 |
| Octal | 302 | 17 | 11 | 0 | 134 | 137 | 30 | 2 | 133 | 50 |
| Binary | 11000010 | 1111 | 1001 | 0 | 1011100 | 1011111 | 11000 | 10 | 1011011 | 101000 |
Color Harmonies of #C20F09
Complementary color
Monochromatic Colors of #C20F09
Black with #C20F09
Text Example
Text Example
White with #C20F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F09; }
p { color: rgb(194,15,9); }
H1.HeaderClassName
{
color: #C20F09;
}
.AnyTagClassName
{
color: #C20F09;
}
</style>
background-color css
<style>
a { background-color: #C20F09; }
a { background-color: rgb(194,15,9); }
div.DivClassName
{
background-color: #C20F09;
}
.BgClassName
{
background-color: #C20F09;
}
</style>
border-color css
<style>
span { border-color: #C20F09; }
span { border-color: rgb(194,15,9); }
td.TdClassName
{
border-color: #C20F09;
}
.TagClassName
{
border-color: #C20F09;
}
</style>