Shades of Free Speech Red #C90503
Tints of Free Speech Red #C90503
RGB
CMYK
RGB Variations
Color information
#C90503 (or 0xC90503) is known color: Free Speech Red. HEX triplet: C9, 05 and 03. RGB value is (201,5,3). Sum of RGB (Red+Green+Blue) = 201+5+3=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90503 is #36FAFC. Grayscale: #3F3F3F. Windows color (decimal): -3603197 or 198089. OLE color: 198089.
HSL color Cylindrical-coordinate representation of color #C90503: hue angle of 0.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.21 |
| HSL | 0.61º | 0.97% | 0.4% | - |
| HSV(B) | 0.61º | 0.99% | 0.79% | - |
| XYZ | 24.16 | 12.53 | 1.23 | - |
| YUV | 63.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 3 | 0 | 0.98 | 0.99 | 0.21 | 0.61 | 0.97 | 0.4 |
| Hex | C9 | 5 | 3 | 0 | 62 | 63 | 15 | 1 | 61 | 28 |
| Octal | 311 | 5 | 3 | 0 | 142 | 143 | 25 | 1 | 141 | 50 |
| Binary | 11001001 | 101 | 11 | 0 | 1100010 | 1100011 | 10101 | 1 | 1100001 | 101000 |
Color Harmonies of #C90503
Complementary color
Monochromatic Colors of #C90503
Black with #C90503
Text Example
Text Example
White with #C90503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90503; }
p { color: rgb(201,5,3); }
H1.HeaderClassName
{
color: #C90503;
}
.AnyTagClassName
{
color: #C90503;
}
</style>
background-color css
<style>
a { background-color: #C90503; }
a { background-color: rgb(201,5,3); }
div.DivClassName
{
background-color: #C90503;
}
.BgClassName
{
background-color: #C90503;
}
</style>
border-color css
<style>
span { border-color: #C90503; }
span { border-color: rgb(201,5,3); }
td.TdClassName
{
border-color: #C90503;
}
.TagClassName
{
border-color: #C90503;
}
</style>