Shades of Free Speech Red #B21E00
Tints of Free Speech Red #B21E00
RGB
CMYK
RGB Variations
Color information
#B21E00 (or 0xB21E00) is known color: Free Speech Red. HEX triplet: B2, 1E and 00. RGB value is (178,30,0). Sum of RGB (Red+Green+Blue) = 178+30+0=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E00 is #4DE1FF. Grayscale: #474747. Windows color (decimal): -5104128 or 7858. OLE color: 7858.
HSL color Cylindrical-coordinate representation of color #B21E00: hue angle of 10.11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B21E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.30 |
| HSL | 10.11º | 1% | 0.35% | - |
| HSV(B) | 10.11º | 1% | 0.7% | - |
| XYZ | 18.82 | 10.39 | 1.01 | - |
| YUV | 70.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 0 | 0 | 0.83 | 1 | 0.30 | 10.11 | 1 | 0.35 |
| Hex | B2 | 1E | 0 | 0 | 53 | 64 | 1E | A | 64 | 23 |
| Octal | 262 | 36 | 0 | 0 | 123 | 144 | 36 | 12 | 144 | 43 |
| Binary | 10110010 | 11110 | 0 | 0 | 1010011 | 1100100 | 11110 | 1010 | 1100100 | 100011 |
Color Harmonies of #B21E00
Complementary color
Monochromatic Colors of #B21E00
Black with #B21E00
Text Example
Text Example
White with #B21E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E00; }
p { color: rgb(178,30,0); }
H1.HeaderClassName
{
color: #B21E00;
}
.AnyTagClassName
{
color: #B21E00;
}
</style>
background-color css
<style>
a { background-color: #B21E00; }
a { background-color: rgb(178,30,0); }
div.DivClassName
{
background-color: #B21E00;
}
.BgClassName
{
background-color: #B21E00;
}
</style>
border-color css
<style>
span { border-color: #B21E00; }
span { border-color: rgb(178,30,0); }
td.TdClassName
{
border-color: #B21E00;
}
.TagClassName
{
border-color: #B21E00;
}
</style>