Shades of Free Speech Red #C91010
Tints of Free Speech Red #C91010
RGB
CMYK
RGB Variations
Color information
#C91010 (or 0xC91010) is known color: Free Speech Red. HEX triplet: C9, 10 and 10. RGB value is (201,16,16). Sum of RGB (Red+Green+Blue) = 201+16+16=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C91010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91010 is #36EFEF. Grayscale: #474747. Windows color (decimal): -3600368 or 1052873. OLE color: 1052873.
HSL color Cylindrical-coordinate representation of color #C91010: hue angle of 0º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91010 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.21 |
| HSL | 0º | 0.85% | 0.43% | - |
| HSV(B) | 0º | 0.92% | 0.79% | - |
| XYZ | 24.37 | 12.83 | 1.68 | - |
| YUV | 71.32 | 96.79 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 16 | 0 | 0.92 | 0.92 | 0.21 | 0 | 0.85 | 0.43 |
| Hex | C9 | 10 | 10 | 0 | 5C | 5C | 15 | 0 | 55 | 2B |
| Octal | 311 | 20 | 20 | 0 | 134 | 134 | 25 | 0 | 125 | 53 |
| Binary | 11001001 | 10000 | 10000 | 0 | 1011100 | 1011100 | 10101 | 0 | 1010101 | 101011 |
Color Harmonies of #C91010
Complementary color
Monochromatic Colors of #C91010
Black with #C91010
Text Example
Text Example
White with #C91010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91010; }
p { color: rgb(201,16,16); }
H1.HeaderClassName
{
color: #C91010;
}
.AnyTagClassName
{
color: #C91010;
}
</style>
background-color css
<style>
a { background-color: #C91010; }
a { background-color: rgb(201,16,16); }
div.DivClassName
{
background-color: #C91010;
}
.BgClassName
{
background-color: #C91010;
}
</style>
border-color css
<style>
span { border-color: #C91010; }
span { border-color: rgb(201,16,16); }
td.TdClassName
{
border-color: #C91010;
}
.TagClassName
{
border-color: #C91010;
}
</style>