Shades of Free Speech Red #B21103
Tints of Free Speech Red #B21103
RGB
CMYK
RGB Variations
Color information
#B21103 (or 0xB21103) is known color: Free Speech Red. HEX triplet: B2, 11 and 03. RGB value is (178,17,3). Sum of RGB (Red+Green+Blue) = 178+17+3=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B21103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21103 is #4DEEFC. Grayscale: #3F3F3F. Windows color (decimal): -5107453 or 201138. OLE color: 201138.
HSL color Cylindrical-coordinate representation of color #B21103: hue angle of 4.8º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21103 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.30 |
| HSL | 4.8º | 0.97% | 0.35% | - |
| HSV(B) | 4.8º | 0.98% | 0.7% | - |
| XYZ | 18.58 | 9.87 | 1.01 | - |
| YUV | 63.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 3 | 0 | 0.90 | 0.98 | 0.30 | 4.8 | 0.97 | 0.35 |
| Hex | B2 | 11 | 3 | 0 | 5A | 62 | 1E | 5 | 61 | 23 |
| Octal | 262 | 21 | 3 | 0 | 132 | 142 | 36 | 5 | 141 | 43 |
| Binary | 10110010 | 10001 | 11 | 0 | 1011010 | 1100010 | 11110 | 101 | 1100001 | 100011 |
Color Harmonies of #B21103
Complementary color
Monochromatic Colors of #B21103
Black with #B21103
Text Example
Text Example
White with #B21103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21103; }
p { color: rgb(178,17,3); }
H1.HeaderClassName
{
color: #B21103;
}
.AnyTagClassName
{
color: #B21103;
}
</style>
background-color css
<style>
a { background-color: #B21103; }
a { background-color: rgb(178,17,3); }
div.DivClassName
{
background-color: #B21103;
}
.BgClassName
{
background-color: #B21103;
}
</style>
border-color css
<style>
span { border-color: #B21103; }
span { border-color: rgb(178,17,3); }
td.TdClassName
{
border-color: #B21103;
}
.TagClassName
{
border-color: #B21103;
}
</style>