Shades of Free Speech Red #C20F08
Tints of Free Speech Red #C20F08
RGB
CMYK
RGB Variations
Color information
#C20F08 (or 0xC20F08) is known color: Free Speech Red. HEX triplet: C2, 0F and 08. RGB value is (194,15,8). Sum of RGB (Red+Green+Blue) = 194+15+8=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F08 is #3DF0F7. Grayscale: #434343. Windows color (decimal): -4059384 or 528322. OLE color: 528322.
HSL color Cylindrical-coordinate representation of color #C20F08: hue angle of 2.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20F08 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.24 |
| HSL | 2.26º | 0.92% | 0.4% | - |
| HSV(B) | 2.26º | 0.96% | 0.76% | - |
| XYZ | 22.46 | 11.83 | 1.33 | - |
| YUV | 67.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 8 | 0 | 0.92 | 0.96 | 0.24 | 2.26 | 0.92 | 0.4 |
| Hex | C2 | F | 8 | 0 | 5C | 60 | 18 | 2 | 5C | 28 |
| Octal | 302 | 17 | 10 | 0 | 134 | 140 | 30 | 2 | 134 | 50 |
| Binary | 11000010 | 1111 | 1000 | 0 | 1011100 | 1100000 | 11000 | 10 | 1011100 | 101000 |
Color Harmonies of #C20F08
Complementary color
Monochromatic Colors of #C20F08
Black with #C20F08
Text Example
Text Example
White with #C20F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F08; }
p { color: rgb(194,15,8); }
H1.HeaderClassName
{
color: #C20F08;
}
.AnyTagClassName
{
color: #C20F08;
}
</style>
background-color css
<style>
a { background-color: #C20F08; }
a { background-color: rgb(194,15,8); }
div.DivClassName
{
background-color: #C20F08;
}
.BgClassName
{
background-color: #C20F08;
}
</style>
border-color css
<style>
span { border-color: #C20F08; }
span { border-color: rgb(194,15,8); }
td.TdClassName
{
border-color: #C20F08;
}
.TagClassName
{
border-color: #C20F08;
}
</style>