Shades of Free Speech Red #C20B09
Tints of Free Speech Red #C20B09
RGB
CMYK
RGB Variations
Color information
#C20B09 (or 0xC20B09) is known color: Free Speech Red. HEX triplet: C2, 0B and 09. RGB value is (194,11,9). Sum of RGB (Red+Green+Blue) = 194+11+9=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B09 is #3DF4F6. Grayscale: #414141. Windows color (decimal): -4060407 or 592834. OLE color: 592834.
HSL color Cylindrical-coordinate representation of color #C20B09: hue angle of 0.65º 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 #C20B09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 9 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.24 |
| HSL | 0.65º | 0.91% | 0.4% | - |
| HSV(B) | 0.65º | 0.95% | 0.76% | - |
| XYZ | 22.42 | 11.73 | 1.34 | - |
| YUV | 65.49 | 96.13 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 9 | 0 | 0.94 | 0.95 | 0.24 | 0.65 | 0.91 | 0.4 |
| Hex | C2 | B | 9 | 0 | 5E | 5F | 18 | 1 | 5B | 28 |
| Octal | 302 | 13 | 11 | 0 | 136 | 137 | 30 | 1 | 133 | 50 |
| Binary | 11000010 | 1011 | 1001 | 0 | 1011110 | 1011111 | 11000 | 1 | 1011011 | 101000 |
Color Harmonies of #C20B09
Complementary color
Monochromatic Colors of #C20B09
Black with #C20B09
Text Example
Text Example
White with #C20B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B09; }
p { color: rgb(194,11,9); }
H1.HeaderClassName
{
color: #C20B09;
}
.AnyTagClassName
{
color: #C20B09;
}
</style>
background-color css
<style>
a { background-color: #C20B09; }
a { background-color: rgb(194,11,9); }
div.DivClassName
{
background-color: #C20B09;
}
.BgClassName
{
background-color: #C20B09;
}
</style>
border-color css
<style>
span { border-color: #C20B09; }
span { border-color: rgb(194,11,9); }
td.TdClassName
{
border-color: #C20B09;
}
.TagClassName
{
border-color: #C20B09;
}
</style>