Shades of Free Speech Red #C21508
Tints of Free Speech Red #C21508
RGB
CMYK
RGB Variations
Color information
#C21508 (or 0xC21508) is known color: Free Speech Red. HEX triplet: C2, 15 and 08. RGB value is (194,21,8). Sum of RGB (Red+Green+Blue) = 194+21+8=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C21508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21508 is #3DEAF7. Grayscale: #474747. Windows color (decimal): -4057848 or 529858. OLE color: 529858.
HSL color Cylindrical-coordinate representation of color #C21508: hue angle of 4.19º 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 #C21508 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.24 |
| HSL | 4.19º | 0.92% | 0.4% | - |
| HSV(B) | 4.19º | 0.96% | 0.76% | - |
| XYZ | 22.56 | 12.02 | 1.36 | - |
| YUV | 71.25 | 92.31 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 8 | 0 | 0.89 | 0.96 | 0.24 | 4.19 | 0.92 | 0.4 |
| Hex | C2 | 15 | 8 | 0 | 59 | 60 | 18 | 4 | 5C | 28 |
| Octal | 302 | 25 | 10 | 0 | 131 | 140 | 30 | 4 | 134 | 50 |
| Binary | 11000010 | 10101 | 1000 | 0 | 1011001 | 1100000 | 11000 | 100 | 1011100 | 101000 |
Color Harmonies of #C21508
Complementary color
Monochromatic Colors of #C21508
Black with #C21508
Text Example
Text Example
White with #C21508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21508; }
p { color: rgb(194,21,8); }
H1.HeaderClassName
{
color: #C21508;
}
.AnyTagClassName
{
color: #C21508;
}
</style>
background-color css
<style>
a { background-color: #C21508; }
a { background-color: rgb(194,21,8); }
div.DivClassName
{
background-color: #C21508;
}
.BgClassName
{
background-color: #C21508;
}
</style>
border-color css
<style>
span { border-color: #C21508; }
span { border-color: rgb(194,21,8); }
td.TdClassName
{
border-color: #C21508;
}
.TagClassName
{
border-color: #C21508;
}
</style>