Shades of Free Speech Red #C90501
Tints of Free Speech Red #C90501
RGB
CMYK
RGB Variations
Color information
#C90501 (or 0xC90501) is known color: Free Speech Red. HEX triplet: C9, 05 and 01. RGB value is (201,5,1). Sum of RGB (Red+Green+Blue) = 201+5+1=207 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.10% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 201 - color contains mainly: red. Hex color #C90501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90501 is #36FAFE. Grayscale: #3F3F3F. Windows color (decimal): -3603199 or 67017. OLE color: 67017.
HSL color Cylindrical-coordinate representation of color #C90501: hue angle of 1.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.21 |
| HSL | 1.2º | 0.99% | 0.4% | - |
| HSV(B) | 1.2º | 1% | 0.79% | - |
| XYZ | 24.15 | 12.53 | 1.17 | - |
| YUV | 63.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 1 | 0 | 0.98 | 1.00 | 0.21 | 1.2 | 0.99 | 0.4 |
| Hex | C9 | 5 | 1 | 0 | 62 | 64 | 15 | 1 | 63 | 28 |
| Octal | 311 | 5 | 1 | 0 | 142 | 144 | 25 | 1 | 143 | 50 |
| Binary | 11001001 | 101 | 1 | 0 | 1100010 | 1100100 | 10101 | 1 | 1100011 | 101000 |
Color Harmonies of #C90501
Complementary color
Monochromatic Colors of #C90501
Black with #C90501
Text Example
Text Example
White with #C90501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90501; }
p { color: rgb(201,5,1); }
H1.HeaderClassName
{
color: #C90501;
}
.AnyTagClassName
{
color: #C90501;
}
</style>
background-color css
<style>
a { background-color: #C90501; }
a { background-color: rgb(201,5,1); }
div.DivClassName
{
background-color: #C90501;
}
.BgClassName
{
background-color: #C90501;
}
</style>
border-color css
<style>
span { border-color: #C90501; }
span { border-color: rgb(201,5,1); }
td.TdClassName
{
border-color: #C90501;
}
.TagClassName
{
border-color: #C90501;
}
</style>