Shades of Free Speech Red #C21B00
Tints of Free Speech Red #C21B00
RGB
CMYK
RGB Variations
Color information
#C21B00 (or 0xC21B00) is known color: Free Speech Red. HEX triplet: C2, 1B and 00. RGB value is (194,27,0). Sum of RGB (Red+Green+Blue) = 194+27+0=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B00 is #3DE4FF. Grayscale: #4A4A4A. Windows color (decimal): -4056320 or 7106. OLE color: 7106.
HSL color Cylindrical-coordinate representation of color #C21B00: hue angle of 8.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C21B00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.24 |
| HSL | 8.35º | 1% | 0.38% | - |
| HSV(B) | 8.35º | 1% | 0.76% | - |
| XYZ | 22.64 | 12.25 | 1.17 | - |
| YUV | 73.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 0 | 0 | 0.86 | 1 | 0.24 | 8.35 | 1 | 0.38 |
| Hex | C2 | 1B | 0 | 0 | 56 | 64 | 18 | 8 | 64 | 26 |
| Octal | 302 | 33 | 0 | 0 | 126 | 144 | 30 | 10 | 144 | 46 |
| Binary | 11000010 | 11011 | 0 | 0 | 1010110 | 1100100 | 11000 | 1000 | 1100100 | 100110 |
Color Harmonies of #C21B00
Complementary color
Monochromatic Colors of #C21B00
Black with #C21B00
Text Example
Text Example
White with #C21B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B00; }
p { color: rgb(194,27,0); }
H1.HeaderClassName
{
color: #C21B00;
}
.AnyTagClassName
{
color: #C21B00;
}
</style>
background-color css
<style>
a { background-color: #C21B00; }
a { background-color: rgb(194,27,0); }
div.DivClassName
{
background-color: #C21B00;
}
.BgClassName
{
background-color: #C21B00;
}
</style>
border-color css
<style>
span { border-color: #C21B00; }
span { border-color: rgb(194,27,0); }
td.TdClassName
{
border-color: #C21B00;
}
.TagClassName
{
border-color: #C21B00;
}
</style>