Shades of Free Speech Red #C00201
Tints of Free Speech Red #C00201
RGB
CMYK
RGB Variations
Color information
#C00201 (or 0xC00201) is known color: Free Speech Red. HEX triplet: C0, 02 and 01. RGB value is (192,2,1). Sum of RGB (Red+Green+Blue) = 192+2+1=195 (25% of max value = 765). Red value is 192 (75.39% from 255 or 98.46% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 192 - color contains mainly: red. Hex color #C00201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00201 is #3FFDFE. Grayscale: #3A3A3A. Windows color (decimal): -4193791 or 66240. OLE color: 66240.
HSL color Cylindrical-coordinate representation of color #C00201: hue angle of 0.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.25 |
| HSL | 0.31º | 0.99% | 0.38% | - |
| HSV(B) | 0.31º | 0.99% | 0.75% | - |
| XYZ | 21.77 | 11.25 | 1.05 | - |
| YUV | 58.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 1 | 0 | 0.99 | 0.99 | 0.25 | 0.31 | 0.99 | 0.38 |
| Hex | C0 | 2 | 1 | 0 | 63 | 63 | 19 | 0 | 63 | 26 |
| Octal | 300 | 2 | 1 | 0 | 143 | 143 | 31 | 0 | 143 | 46 |
| Binary | 11000000 | 10 | 1 | 0 | 1100011 | 1100011 | 11001 | 0 | 1100011 | 100110 |
Color Harmonies of #C00201
Complementary color
Monochromatic Colors of #C00201
Black with #C00201
Text Example
Text Example
White with #C00201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00201; }
p { color: rgb(192,2,1); }
H1.HeaderClassName
{
color: #C00201;
}
.AnyTagClassName
{
color: #C00201;
}
</style>
background-color css
<style>
a { background-color: #C00201; }
a { background-color: rgb(192,2,1); }
div.DivClassName
{
background-color: #C00201;
}
.BgClassName
{
background-color: #C00201;
}
</style>
border-color css
<style>
span { border-color: #C00201; }
span { border-color: rgb(192,2,1); }
td.TdClassName
{
border-color: #C00201;
}
.TagClassName
{
border-color: #C00201;
}
</style>