Shades of Free Speech Red #B21405
Tints of Free Speech Red #B21405
RGB
CMYK
RGB Variations
Color information
#B21405 (or 0xB21405) is known color: Free Speech Red. HEX triplet: B2, 14 and 05. RGB value is (178,20,5). Sum of RGB (Red+Green+Blue) = 178+20+5=203 (26% of max value = 765). Red value is 178 (69.92% from 255 or 87.68% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 178 - color contains mainly: red. Hex color #B21405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21405 is #4DEBFA. Grayscale: #414141. Windows color (decimal): -5106683 or 332978. OLE color: 332978.
HSL color Cylindrical-coordinate representation of color #B21405: hue angle of 5.2º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B21405 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.30 |
| HSL | 5.2º | 0.95% | 0.36% | - |
| HSV(B) | 5.2º | 0.97% | 0.7% | - |
| XYZ | 18.64 | 9.98 | 1.09 | - |
| YUV | 65.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 5 | 0 | 0.89 | 0.97 | 0.30 | 5.2 | 0.95 | 0.36 |
| Hex | B2 | 14 | 5 | 0 | 59 | 61 | 1E | 5 | 5F | 24 |
| Octal | 262 | 24 | 5 | 0 | 131 | 141 | 36 | 5 | 137 | 44 |
| Binary | 10110010 | 10100 | 101 | 0 | 1011001 | 1100001 | 11110 | 101 | 1011111 | 100100 |
Color Harmonies of #B21405
Complementary color
Monochromatic Colors of #B21405
Black with #B21405
Text Example
Text Example
White with #B21405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21405; }
p { color: rgb(178,20,5); }
H1.HeaderClassName
{
color: #B21405;
}
.AnyTagClassName
{
color: #B21405;
}
</style>
background-color css
<style>
a { background-color: #B21405; }
a { background-color: rgb(178,20,5); }
div.DivClassName
{
background-color: #B21405;
}
.BgClassName
{
background-color: #B21405;
}
</style>
border-color css
<style>
span { border-color: #B21405; }
span { border-color: rgb(178,20,5); }
td.TdClassName
{
border-color: #B21405;
}
.TagClassName
{
border-color: #B21405;
}
</style>