Shades of Free Speech Red #C21C02
Tints of Free Speech Red #C21C02
RGB
CMYK
RGB Variations
Color information
#C21C02 (or 0xC21C02) is known color: Free Speech Red. HEX triplet: C2, 1C and 02. RGB value is (194,28,2). Sum of RGB (Red+Green+Blue) = 194+28+2=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C02 is #3DE3FD. Grayscale: #4A4A4A. Windows color (decimal): -4056062 or 138434. OLE color: 138434.
HSL color Cylindrical-coordinate representation of color #C21C02: hue angle of 8.12º degrees, saturation: 0.98, 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 #C21C02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.24 |
| HSL | 8.13º | 0.98% | 0.38% | - |
| HSV(B) | 8.13º | 0.99% | 0.76% | - |
| XYZ | 22.67 | 12.3 | 1.24 | - |
| YUV | 74.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 2 | 0 | 0.86 | 0.99 | 0.24 | 8.13 | 0.98 | 0.38 |
| Hex | C2 | 1C | 2 | 0 | 56 | 63 | 18 | 8 | 62 | 26 |
| Octal | 302 | 34 | 2 | 0 | 126 | 143 | 30 | 10 | 142 | 46 |
| Binary | 11000010 | 11100 | 10 | 0 | 1010110 | 1100011 | 11000 | 1000 | 1100010 | 100110 |
Color Harmonies of #C21C02
Complementary color
Monochromatic Colors of #C21C02
Black with #C21C02
Text Example
Text Example
White with #C21C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C02; }
p { color: rgb(194,28,2); }
H1.HeaderClassName
{
color: #C21C02;
}
.AnyTagClassName
{
color: #C21C02;
}
</style>
background-color css
<style>
a { background-color: #C21C02; }
a { background-color: rgb(194,28,2); }
div.DivClassName
{
background-color: #C21C02;
}
.BgClassName
{
background-color: #C21C02;
}
</style>
border-color css
<style>
span { border-color: #C21C02; }
span { border-color: rgb(194,28,2); }
td.TdClassName
{
border-color: #C21C02;
}
.TagClassName
{
border-color: #C21C02;
}
</style>