Shades of Free Speech Red #C90505
Tints of Free Speech Red #C90505
RGB
CMYK
RGB Variations
Color information
#C90505 (or 0xC90505) is known color: Free Speech Red. HEX triplet: C9, 05 and 05. RGB value is (201,5,5). Sum of RGB (Red+Green+Blue) = 201+5+5=211 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.26% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 201 - color contains mainly: red. Hex color #C90505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90505 is #36FAFA. Grayscale: #3F3F3F. Windows color (decimal): -3603195 or 329161. OLE color: 329161.
HSL color Cylindrical-coordinate representation of color #C90505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.21 |
| HSL | 0º | 0.95% | 0.4% | - |
| HSV(B) | 0º | 0.98% | 0.79% | - |
| XYZ | 24.17 | 12.54 | 1.29 | - |
| YUV | 63.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 5 | 0 | 0.98 | 0.98 | 0.21 | 0 | 0.95 | 0.4 |
| Hex | C9 | 5 | 5 | 0 | 62 | 62 | 15 | 0 | 5F | 28 |
| Octal | 311 | 5 | 5 | 0 | 142 | 142 | 25 | 0 | 137 | 50 |
| Binary | 11001001 | 101 | 101 | 0 | 1100010 | 1100010 | 10101 | 0 | 1011111 | 101000 |
Color Harmonies of #C90505
Complementary color
Monochromatic Colors of #C90505
Black with #C90505
Text Example
Text Example
White with #C90505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90505; }
p { color: rgb(201,5,5); }
H1.HeaderClassName
{
color: #C90505;
}
.AnyTagClassName
{
color: #C90505;
}
</style>
background-color css
<style>
a { background-color: #C90505; }
a { background-color: rgb(201,5,5); }
div.DivClassName
{
background-color: #C90505;
}
.BgClassName
{
background-color: #C90505;
}
</style>
border-color css
<style>
span { border-color: #C90505; }
span { border-color: rgb(201,5,5); }
td.TdClassName
{
border-color: #C90505;
}
.TagClassName
{
border-color: #C90505;
}
</style>