Shades of Free Speech Red #B51701
Tints of Free Speech Red #B51701
RGB
CMYK
RGB Variations
Color information
#B51701 (or 0xB51701) is known color: Free Speech Red. HEX triplet: B5, 17 and 01. RGB value is (181,23,1). Sum of RGB (Red+Green+Blue) = 181+23+1=205 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.29% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 181 - color contains mainly: red. Hex color #B51701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51701 is #4AE8FE. Grayscale: #434343. Windows color (decimal): -4909311 or 71605. OLE color: 71605.
HSL color Cylindrical-coordinate representation of color #B51701: hue angle of 7.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B51701 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.29 |
| HSL | 7.33º | 0.99% | 0.36% | - |
| HSV(B) | 7.33º | 0.99% | 0.71% | - |
| XYZ | 19.37 | 10.44 | 1.02 | - |
| YUV | 67.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 1 | 0 | 0.87 | 0.99 | 0.29 | 7.33 | 0.99 | 0.36 |
| Hex | B5 | 17 | 1 | 0 | 57 | 63 | 1D | 7 | 63 | 24 |
| Octal | 265 | 27 | 1 | 0 | 127 | 143 | 35 | 7 | 143 | 44 |
| Binary | 10110101 | 10111 | 1 | 0 | 1010111 | 1100011 | 11101 | 111 | 1100011 | 100100 |
Color Harmonies of #B51701
Complementary color
Monochromatic Colors of #B51701
Black with #B51701
Text Example
Text Example
White with #B51701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51701; }
p { color: rgb(181,23,1); }
H1.HeaderClassName
{
color: #B51701;
}
.AnyTagClassName
{
color: #B51701;
}
</style>
background-color css
<style>
a { background-color: #B51701; }
a { background-color: rgb(181,23,1); }
div.DivClassName
{
background-color: #B51701;
}
.BgClassName
{
background-color: #B51701;
}
</style>
border-color css
<style>
span { border-color: #B51701; }
span { border-color: rgb(181,23,1); }
td.TdClassName
{
border-color: #B51701;
}
.TagClassName
{
border-color: #B51701;
}
</style>