Shades of Free Speech Red #B31701
Tints of Free Speech Red #B31701
RGB
CMYK
RGB Variations
Color information
#B31701 (or 0xB31701) is known color: Free Speech Red. HEX triplet: B3, 17 and 01. RGB value is (179,23,1). Sum of RGB (Red+Green+Blue) = 179+23+1=203 (26% of max value = 765). Red value is 179 (70.31% from 255 or 88.18% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 179 - color contains mainly: red. Hex color #B31701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31701 is #4CE8FE. Grayscale: #434343. Windows color (decimal): -5040383 or 71603. OLE color: 71603.
HSL color Cylindrical-coordinate representation of color #B31701: hue angle of 7.42º 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 #B31701 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.30 |
| HSL | 7.42º | 0.99% | 0.35% | - |
| HSV(B) | 7.42º | 0.99% | 0.7% | - |
| XYZ | 18.9 | 10.2 | 1 | - |
| YUV | 67.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 1 | 0 | 0.87 | 0.99 | 0.30 | 7.42 | 0.99 | 0.35 |
| Hex | B3 | 17 | 1 | 0 | 57 | 63 | 1E | 7 | 63 | 23 |
| Octal | 263 | 27 | 1 | 0 | 127 | 143 | 36 | 7 | 143 | 43 |
| Binary | 10110011 | 10111 | 1 | 0 | 1010111 | 1100011 | 11110 | 111 | 1100011 | 100011 |
Color Harmonies of #B31701
Complementary color
Monochromatic Colors of #B31701
Black with #B31701
Text Example
Text Example
White with #B31701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31701; }
p { color: rgb(179,23,1); }
H1.HeaderClassName
{
color: #B31701;
}
.AnyTagClassName
{
color: #B31701;
}
</style>
background-color css
<style>
a { background-color: #B31701; }
a { background-color: rgb(179,23,1); }
div.DivClassName
{
background-color: #B31701;
}
.BgClassName
{
background-color: #B31701;
}
</style>
border-color css
<style>
span { border-color: #B31701; }
span { border-color: rgb(179,23,1); }
td.TdClassName
{
border-color: #B31701;
}
.TagClassName
{
border-color: #B31701;
}
</style>