Shades of Free Speech Red #B31C01
Tints of Free Speech Red #B31C01
RGB
CMYK
RGB Variations
Color information
#B31C01 (or 0xB31C01) is known color: Free Speech Red. HEX triplet: B3, 1C and 01. RGB value is (179,28,1). Sum of RGB (Red+Green+Blue) = 179+28+1=208 (27% of max value = 765). Red value is 179 (70.31% from 255 or 86.06% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C01 is #4CE3FE. Grayscale: #464646. Windows color (decimal): -5039103 or 72883. OLE color: 72883.
HSL color Cylindrical-coordinate representation of color #B31C01: hue angle of 9.1º 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 #B31C01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.30 |
| HSL | 9.1º | 0.99% | 0.35% | - |
| HSV(B) | 9.1º | 0.99% | 0.7% | - |
| XYZ | 19.01 | 10.42 | 1.04 | - |
| YUV | 70.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 1 | 0 | 0.84 | 0.99 | 0.30 | 9.1 | 0.99 | 0.35 |
| Hex | B3 | 1C | 1 | 0 | 54 | 63 | 1E | 9 | 63 | 23 |
| Octal | 263 | 34 | 1 | 0 | 124 | 143 | 36 | 11 | 143 | 43 |
| Binary | 10110011 | 11100 | 1 | 0 | 1010100 | 1100011 | 11110 | 1001 | 1100011 | 100011 |
Color Harmonies of #B31C01
Complementary color
Monochromatic Colors of #B31C01
Black with #B31C01
Text Example
Text Example
White with #B31C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C01; }
p { color: rgb(179,28,1); }
H1.HeaderClassName
{
color: #B31C01;
}
.AnyTagClassName
{
color: #B31C01;
}
</style>
background-color css
<style>
a { background-color: #B31C01; }
a { background-color: rgb(179,28,1); }
div.DivClassName
{
background-color: #B31C01;
}
.BgClassName
{
background-color: #B31C01;
}
</style>
border-color css
<style>
span { border-color: #B31C01; }
span { border-color: rgb(179,28,1); }
td.TdClassName
{
border-color: #B31C01;
}
.TagClassName
{
border-color: #B31C01;
}
</style>