Shades of Free Speech Red #C21003
Tints of Free Speech Red #C21003
RGB
CMYK
RGB Variations
Color information
#C21003 (or 0xC21003) is known color: Free Speech Red. HEX triplet: C2, 10 and 03. RGB value is (194,16,3). Sum of RGB (Red+Green+Blue) = 194+16+3=213 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.08% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 194 - color contains mainly: red. Hex color #C21003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21003 is #3DEFFC. Grayscale: #434343. Windows color (decimal): -4059133 or 200898. OLE color: 200898.
HSL color Cylindrical-coordinate representation of color #C21003: hue angle of 4.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C21003 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.24 |
| HSL | 4.08º | 0.97% | 0.39% | - |
| HSV(B) | 4.08º | 0.98% | 0.76% | - |
| XYZ | 22.45 | 11.85 | 1.19 | - |
| YUV | 67.74 | 91.47 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 3 | 0 | 0.92 | 0.98 | 0.24 | 4.08 | 0.97 | 0.39 |
| Hex | C2 | 10 | 3 | 0 | 5C | 62 | 18 | 4 | 61 | 27 |
| Octal | 302 | 20 | 3 | 0 | 134 | 142 | 30 | 4 | 141 | 47 |
| Binary | 11000010 | 10000 | 11 | 0 | 1011100 | 1100010 | 11000 | 100 | 1100001 | 100111 |
Color Harmonies of #C21003
Complementary color
Monochromatic Colors of #C21003
Black with #C21003
Text Example
Text Example
White with #C21003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21003; }
p { color: rgb(194,16,3); }
H1.HeaderClassName
{
color: #C21003;
}
.AnyTagClassName
{
color: #C21003;
}
</style>
background-color css
<style>
a { background-color: #C21003; }
a { background-color: rgb(194,16,3); }
div.DivClassName
{
background-color: #C21003;
}
.BgClassName
{
background-color: #C21003;
}
</style>
border-color css
<style>
span { border-color: #C21003; }
span { border-color: rgb(194,16,3); }
td.TdClassName
{
border-color: #C21003;
}
.TagClassName
{
border-color: #C21003;
}
</style>