Shades of Free Speech Red #C90100
Tints of Free Speech Red #C90100
RGB
CMYK
RGB Variations
Color information
#C90100 (or 0xC90100) is known color: Free Speech Red. HEX triplet: C9, 01 and 00. RGB value is (201,1,0). Sum of RGB (Red+Green+Blue) = 201+1+0=202 (26% of max value = 765). Red value is 201 (78.91% from 255 or 99.50% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 201 - color contains mainly: red. Hex color #C90100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90100 is #36FEFF. Grayscale: #3C3C3C. Windows color (decimal): -3604224 or 457. OLE color: 457.
HSL color Cylindrical-coordinate representation of color #C90100: hue angle of 0.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.21 |
| HSL | 0.3º | 1% | 0.39% | - |
| HSV(B) | 0.3º | 1% | 0.79% | - |
| XYZ | 24.1 | 12.44 | 1.13 | - |
| YUV | 60.69 | 93.76 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 0 | 0 | 1.00 | 1 | 0.21 | 0.3 | 1 | 0.39 |
| Hex | C9 | 1 | 0 | 0 | 64 | 64 | 15 | 0 | 64 | 27 |
| Octal | 311 | 1 | 0 | 0 | 144 | 144 | 25 | 0 | 144 | 47 |
| Binary | 11001001 | 1 | 0 | 0 | 1100100 | 1100100 | 10101 | 0 | 1100100 | 100111 |
Color Harmonies of #C90100
Complementary color
Monochromatic Colors of #C90100
Black with #C90100
Text Example
Text Example
White with #C90100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90100; }
p { color: rgb(201,1,0); }
H1.HeaderClassName
{
color: #C90100;
}
.AnyTagClassName
{
color: #C90100;
}
</style>
background-color css
<style>
a { background-color: #C90100; }
a { background-color: rgb(201,1,0); }
div.DivClassName
{
background-color: #C90100;
}
.BgClassName
{
background-color: #C90100;
}
</style>
border-color css
<style>
span { border-color: #C90100; }
span { border-color: rgb(201,1,0); }
td.TdClassName
{
border-color: #C90100;
}
.TagClassName
{
border-color: #C90100;
}
</style>