Shades of Free Speech Red #C90701
Tints of Free Speech Red #C90701
RGB
CMYK
RGB Variations
Color information
#C90701 (or 0xC90701) is known color: Free Speech Red. HEX triplet: C9, 07 and 01. RGB value is (201,7,1). Sum of RGB (Red+Green+Blue) = 201+7+1=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90701 is #36F8FE. Grayscale: #404040. Windows color (decimal): -3602687 or 67529. OLE color: 67529.
HSL color Cylindrical-coordinate representation of color #C90701: hue angle of 1.8º 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 #C90701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.21 |
| HSL | 1.8º | 0.99% | 0.4% | - |
| HSV(B) | 1.8º | 1% | 0.79% | - |
| XYZ | 24.17 | 12.57 | 1.18 | - |
| YUV | 64.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 1 | 0 | 0.97 | 1.00 | 0.21 | 1.8 | 0.99 | 0.4 |
| Hex | C9 | 7 | 1 | 0 | 61 | 64 | 15 | 2 | 63 | 28 |
| Octal | 311 | 7 | 1 | 0 | 141 | 144 | 25 | 2 | 143 | 50 |
| Binary | 11001001 | 111 | 1 | 0 | 1100001 | 1100100 | 10101 | 10 | 1100011 | 101000 |
Color Harmonies of #C90701
Complementary color
Monochromatic Colors of #C90701
Black with #C90701
Text Example
Text Example
White with #C90701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90701; }
p { color: rgb(201,7,1); }
H1.HeaderClassName
{
color: #C90701;
}
.AnyTagClassName
{
color: #C90701;
}
</style>
background-color css
<style>
a { background-color: #C90701; }
a { background-color: rgb(201,7,1); }
div.DivClassName
{
background-color: #C90701;
}
.BgClassName
{
background-color: #C90701;
}
</style>
border-color css
<style>
span { border-color: #C90701; }
span { border-color: rgb(201,7,1); }
td.TdClassName
{
border-color: #C90701;
}
.TagClassName
{
border-color: #C90701;
}
</style>