Shades of Free Speech Red #B21401
Tints of Free Speech Red #B21401
RGB
CMYK
RGB Variations
Color information
#B21401 (or 0xB21401) is known color: Free Speech Red. HEX triplet: B2, 14 and 01. RGB value is (178,20,1). Sum of RGB (Red+Green+Blue) = 178+20+1=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B21401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21401 is #4DEBFE. Grayscale: #414141. Windows color (decimal): -5106687 or 70834. OLE color: 70834.
HSL color Cylindrical-coordinate representation of color #B21401: hue angle of 6.44º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B21401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.30 |
| HSL | 6.44º | 0.99% | 0.35% | - |
| HSV(B) | 6.44º | 0.99% | 0.7% | - |
| XYZ | 18.62 | 9.97 | 0.97 | - |
| YUV | 65.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 1 | 0 | 0.89 | 0.99 | 0.30 | 6.44 | 0.99 | 0.35 |
| Hex | B2 | 14 | 1 | 0 | 59 | 63 | 1E | 6 | 63 | 23 |
| Octal | 262 | 24 | 1 | 0 | 131 | 143 | 36 | 6 | 143 | 43 |
| Binary | 10110010 | 10100 | 1 | 0 | 1011001 | 1100011 | 11110 | 110 | 1100011 | 100011 |
Color Harmonies of #B21401
Complementary color
Monochromatic Colors of #B21401
Black with #B21401
Text Example
Text Example
White with #B21401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21401; }
p { color: rgb(178,20,1); }
H1.HeaderClassName
{
color: #B21401;
}
.AnyTagClassName
{
color: #B21401;
}
</style>
background-color css
<style>
a { background-color: #B21401; }
a { background-color: rgb(178,20,1); }
div.DivClassName
{
background-color: #B21401;
}
.BgClassName
{
background-color: #B21401;
}
</style>
border-color css
<style>
span { border-color: #B21401; }
span { border-color: rgb(178,20,1); }
td.TdClassName
{
border-color: #B21401;
}
.TagClassName
{
border-color: #B21401;
}
</style>