Shades of Free Speech Red #C90401
Tints of Free Speech Red #C90401
RGB
CMYK
RGB Variations
Color information
#C90401 (or 0xC90401) is known color: Free Speech Red. HEX triplet: C9, 04 and 01. RGB value is (201,4,1). Sum of RGB (Red+Green+Blue) = 201+4+1=206 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.57% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 201 - color contains mainly: red. Hex color #C90401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90401 is #36FBFE. Grayscale: #3E3E3E. Windows color (decimal): -3603455 or 66761. OLE color: 66761.
HSL color Cylindrical-coordinate representation of color #C90401: hue angle of 0.9º 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 #C90401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.21 |
| HSL | 0.9º | 0.99% | 0.4% | - |
| HSV(B) | 0.9º | 1% | 0.79% | - |
| XYZ | 24.14 | 12.51 | 1.17 | - |
| YUV | 62.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 1 | 0 | 0.98 | 1.00 | 0.21 | 0.9 | 0.99 | 0.4 |
| Hex | C9 | 4 | 1 | 0 | 62 | 64 | 15 | 1 | 63 | 28 |
| Octal | 311 | 4 | 1 | 0 | 142 | 144 | 25 | 1 | 143 | 50 |
| Binary | 11001001 | 100 | 1 | 0 | 1100010 | 1100100 | 10101 | 1 | 1100011 | 101000 |
Color Harmonies of #C90401
Complementary color
Monochromatic Colors of #C90401
Black with #C90401
Text Example
Text Example
White with #C90401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90401; }
p { color: rgb(201,4,1); }
H1.HeaderClassName
{
color: #C90401;
}
.AnyTagClassName
{
color: #C90401;
}
</style>
background-color css
<style>
a { background-color: #C90401; }
a { background-color: rgb(201,4,1); }
div.DivClassName
{
background-color: #C90401;
}
.BgClassName
{
background-color: #C90401;
}
</style>
border-color css
<style>
span { border-color: #C90401; }
span { border-color: rgb(201,4,1); }
td.TdClassName
{
border-color: #C90401;
}
.TagClassName
{
border-color: #C90401;
}
</style>