Shades of Free Speech Red #B21B01
Tints of Free Speech Red #B21B01
RGB
CMYK
RGB Variations
Color information
#B21B01 (or 0xB21B01) is known color: Free Speech Red. HEX triplet: B2, 1B and 01. RGB value is (178,27,1). Sum of RGB (Red+Green+Blue) = 178+27+1=206 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.41% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B01 is #4DE4FE. Grayscale: #454545. Windows color (decimal): -5104895 or 72626. OLE color: 72626.
HSL color Cylindrical-coordinate representation of color #B21B01: hue angle of 8.81º 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 #B21B01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.30 |
| HSL | 8.81º | 0.99% | 0.35% | - |
| HSV(B) | 8.81º | 0.99% | 0.7% | - |
| XYZ | 18.76 | 10.25 | 1.02 | - |
| YUV | 69.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 1 | 0 | 0.85 | 0.99 | 0.30 | 8.81 | 0.99 | 0.35 |
| Hex | B2 | 1B | 1 | 0 | 55 | 63 | 1E | 9 | 63 | 23 |
| Octal | 262 | 33 | 1 | 0 | 125 | 143 | 36 | 11 | 143 | 43 |
| Binary | 10110010 | 11011 | 1 | 0 | 1010101 | 1100011 | 11110 | 1001 | 1100011 | 100011 |
Color Harmonies of #B21B01
Complementary color
Monochromatic Colors of #B21B01
Black with #B21B01
Text Example
Text Example
White with #B21B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B01; }
p { color: rgb(178,27,1); }
H1.HeaderClassName
{
color: #B21B01;
}
.AnyTagClassName
{
color: #B21B01;
}
</style>
background-color css
<style>
a { background-color: #B21B01; }
a { background-color: rgb(178,27,1); }
div.DivClassName
{
background-color: #B21B01;
}
.BgClassName
{
background-color: #B21B01;
}
</style>
border-color css
<style>
span { border-color: #B21B01; }
span { border-color: rgb(178,27,1); }
td.TdClassName
{
border-color: #B21B01;
}
.TagClassName
{
border-color: #B21B01;
}
</style>