Shades of Free Speech Red #C21C01
Tints of Free Speech Red #C21C01
RGB
CMYK
RGB Variations
Color information
#C21C01 (or 0xC21C01) is known color: Free Speech Red. HEX triplet: C2, 1C and 01. RGB value is (194,28,1). Sum of RGB (Red+Green+Blue) = 194+28+1=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C01 is #3DE3FE. Grayscale: #4A4A4A. Windows color (decimal): -4056063 or 72898. OLE color: 72898.
HSL color Cylindrical-coordinate representation of color #C21C01: hue angle of 8.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C21C01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.24 |
| HSL | 8.39º | 0.99% | 0.38% | - |
| HSV(B) | 8.39º | 0.99% | 0.76% | - |
| XYZ | 22.67 | 12.3 | 1.21 | - |
| YUV | 74.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 1 | 0 | 0.86 | 0.99 | 0.24 | 8.39 | 0.99 | 0.38 |
| Hex | C2 | 1C | 1 | 0 | 56 | 63 | 18 | 8 | 63 | 26 |
| Octal | 302 | 34 | 1 | 0 | 126 | 143 | 30 | 10 | 143 | 46 |
| Binary | 11000010 | 11100 | 1 | 0 | 1010110 | 1100011 | 11000 | 1000 | 1100011 | 100110 |
Color Harmonies of #C21C01
Complementary color
Monochromatic Colors of #C21C01
Black with #C21C01
Text Example
Text Example
White with #C21C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C01; }
p { color: rgb(194,28,1); }
H1.HeaderClassName
{
color: #C21C01;
}
.AnyTagClassName
{
color: #C21C01;
}
</style>
background-color css
<style>
a { background-color: #C21C01; }
a { background-color: rgb(194,28,1); }
div.DivClassName
{
background-color: #C21C01;
}
.BgClassName
{
background-color: #C21C01;
}
</style>
border-color css
<style>
span { border-color: #C21C01; }
span { border-color: rgb(194,28,1); }
td.TdClassName
{
border-color: #C21C01;
}
.TagClassName
{
border-color: #C21C01;
}
</style>