Shades of Free Speech Red #C91909
Tints of Free Speech Red #C91909
RGB
CMYK
RGB Variations
Color information
#C91909 (or 0xC91909) is known color: Free Speech Red. HEX triplet: C9, 19 and 09. RGB value is (201,25,9). Sum of RGB (Red+Green+Blue) = 201+25+9=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C91909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91909 is #36E6F6. Grayscale: #4C4C4C. Windows color (decimal): -3598071 or 596425. OLE color: 596425.
HSL color Cylindrical-coordinate representation of color #C91909: hue angle of 5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C91909 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.21 |
| HSL | 5º | 0.91% | 0.41% | - |
| HSV(B) | 5º | 0.96% | 0.79% | - |
| XYZ | 24.48 | 13.13 | 1.5 | - |
| YUV | 75.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 9 | 0 | 0.88 | 0.96 | 0.21 | 5 | 0.91 | 0.41 |
| Hex | C9 | 19 | 9 | 0 | 58 | 60 | 15 | 5 | 5B | 29 |
| Octal | 311 | 31 | 11 | 0 | 130 | 140 | 25 | 5 | 133 | 51 |
| Binary | 11001001 | 11001 | 1001 | 0 | 1011000 | 1100000 | 10101 | 101 | 1011011 | 101001 |
Color Harmonies of #C91909
Complementary color
Monochromatic Colors of #C91909
Black with #C91909
Text Example
Text Example
White with #C91909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91909; }
p { color: rgb(201,25,9); }
H1.HeaderClassName
{
color: #C91909;
}
.AnyTagClassName
{
color: #C91909;
}
</style>
background-color css
<style>
a { background-color: #C91909; }
a { background-color: rgb(201,25,9); }
div.DivClassName
{
background-color: #C91909;
}
.BgClassName
{
background-color: #C91909;
}
</style>
border-color css
<style>
span { border-color: #C91909; }
span { border-color: rgb(201,25,9); }
td.TdClassName
{
border-color: #C91909;
}
.TagClassName
{
border-color: #C91909;
}
</style>