Shades of Free Speech Red #B31101
Tints of Free Speech Red #B31101
RGB
CMYK
RGB Variations
Color information
#B31101 (or 0xB31101) is known color: Free Speech Red. HEX triplet: B3, 11 and 01. RGB value is (179,17,1). Sum of RGB (Red+Green+Blue) = 179+17+1=197 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.86% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 179 - color contains mainly: red. Hex color #B31101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31101 is #4CEEFE. Grayscale: #3F3F3F. Windows color (decimal): -5041919 or 70067. OLE color: 70067.
HSL color Cylindrical-coordinate representation of color #B31101: hue angle of 5.39º 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 #B31101 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.30 |
| HSL | 5.39º | 0.99% | 0.35% | - |
| HSV(B) | 5.39º | 0.99% | 0.7% | - |
| XYZ | 18.8 | 9.99 | 0.97 | - |
| YUV | 63.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 1 | 0 | 0.91 | 0.99 | 0.30 | 5.39 | 0.99 | 0.35 |
| Hex | B3 | 11 | 1 | 0 | 5B | 63 | 1E | 5 | 63 | 23 |
| Octal | 263 | 21 | 1 | 0 | 133 | 143 | 36 | 5 | 143 | 43 |
| Binary | 10110011 | 10001 | 1 | 0 | 1011011 | 1100011 | 11110 | 101 | 1100011 | 100011 |
Color Harmonies of #B31101
Complementary color
Monochromatic Colors of #B31101
Black with #B31101
Text Example
Text Example
White with #B31101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31101; }
p { color: rgb(179,17,1); }
H1.HeaderClassName
{
color: #B31101;
}
.AnyTagClassName
{
color: #B31101;
}
</style>
background-color css
<style>
a { background-color: #B31101; }
a { background-color: rgb(179,17,1); }
div.DivClassName
{
background-color: #B31101;
}
.BgClassName
{
background-color: #B31101;
}
</style>
border-color css
<style>
span { border-color: #B31101; }
span { border-color: rgb(179,17,1); }
td.TdClassName
{
border-color: #B31101;
}
.TagClassName
{
border-color: #B31101;
}
</style>