Shades of Free Speech Red #C9100A
Tints of Free Speech Red #C9100A
RGB
CMYK
RGB Variations
Color information
#C9100A (or 0xC9100A) is known color: Free Speech Red. HEX triplet: C9, 10 and 0A. RGB value is (201,16,10). Sum of RGB (Red+Green+Blue) = 201+16+10=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C9100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9100A is #36EFF5. Grayscale: #464646. Windows color (decimal): -3600374 or 659657. OLE color: 659657.
HSL color Cylindrical-coordinate representation of color #C9100A: hue angle of 1.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9100A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.21 |
| HSL | 1.88º | 0.91% | 0.41% | - |
| HSV(B) | 1.88º | 0.95% | 0.79% | - |
| XYZ | 24.33 | 12.81 | 1.48 | - |
| YUV | 70.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 10 | 0 | 0.92 | 0.95 | 0.21 | 1.88 | 0.91 | 0.41 |
| Hex | C9 | 10 | A | 0 | 5C | 5F | 15 | 2 | 5B | 29 |
| Octal | 311 | 20 | 12 | 0 | 134 | 137 | 25 | 2 | 133 | 51 |
| Binary | 11001001 | 10000 | 1010 | 0 | 1011100 | 1011111 | 10101 | 10 | 1011011 | 101001 |
Color Harmonies of #C9100A
Complementary color
Monochromatic Colors of #C9100A
Black with #C9100A
Text Example
Text Example
White with #C9100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9100A; }
p { color: rgb(201,16,10); }
H1.HeaderClassName
{
color: #C9100A;
}
.AnyTagClassName
{
color: #C9100A;
}
</style>
background-color css
<style>
a { background-color: #C9100A; }
a { background-color: rgb(201,16,10); }
div.DivClassName
{
background-color: #C9100A;
}
.BgClassName
{
background-color: #C9100A;
}
</style>
border-color css
<style>
span { border-color: #C9100A; }
span { border-color: rgb(201,16,10); }
td.TdClassName
{
border-color: #C9100A;
}
.TagClassName
{
border-color: #C9100A;
}
</style>