Shades of Free Speech Red #B21404
Tints of Free Speech Red #B21404
RGB
CMYK
RGB Variations
Color information
#B21404 (or 0xB21404) is known color: Free Speech Red. HEX triplet: B2, 14 and 04. RGB value is (178,20,4). Sum of RGB (Red+Green+Blue) = 178+20+4=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B21404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21404 is #4DEBFB. Grayscale: #414141. Windows color (decimal): -5106684 or 267442. OLE color: 267442.
HSL color Cylindrical-coordinate representation of color #B21404: hue angle of 5.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21404 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.30 |
| HSL | 5.52º | 0.96% | 0.36% | - |
| HSV(B) | 5.52º | 0.98% | 0.7% | - |
| XYZ | 18.63 | 9.97 | 1.06 | - |
| YUV | 65.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 4 | 0 | 0.89 | 0.98 | 0.30 | 5.52 | 0.96 | 0.36 |
| Hex | B2 | 14 | 4 | 0 | 59 | 62 | 1E | 6 | 60 | 24 |
| Octal | 262 | 24 | 4 | 0 | 131 | 142 | 36 | 6 | 140 | 44 |
| Binary | 10110010 | 10100 | 100 | 0 | 1011001 | 1100010 | 11110 | 110 | 1100000 | 100100 |
Color Harmonies of #B21404
Complementary color
Monochromatic Colors of #B21404
Black with #B21404
Text Example
Text Example
White with #B21404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21404; }
p { color: rgb(178,20,4); }
H1.HeaderClassName
{
color: #B21404;
}
.AnyTagClassName
{
color: #B21404;
}
</style>
background-color css
<style>
a { background-color: #B21404; }
a { background-color: rgb(178,20,4); }
div.DivClassName
{
background-color: #B21404;
}
.BgClassName
{
background-color: #B21404;
}
</style>
border-color css
<style>
span { border-color: #B21404; }
span { border-color: rgb(178,20,4); }
td.TdClassName
{
border-color: #B21404;
}
.TagClassName
{
border-color: #B21404;
}
</style>