Shades of Free Speech Red #B51401
Tints of Free Speech Red #B51401
RGB
CMYK
RGB Variations
Color information
#B51401 (or 0xB51401) is known color: Free Speech Red. HEX triplet: B5, 14 and 01. RGB value is (181,20,1). Sum of RGB (Red+Green+Blue) = 181+20+1=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B51401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51401 is #4AEBFE. Grayscale: #424242. Windows color (decimal): -4910079 or 70837. OLE color: 70837.
HSL color Cylindrical-coordinate representation of color #B51401: hue angle of 6.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 #B51401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.29 |
| HSL | 6.33º | 0.99% | 0.36% | - |
| HSV(B) | 6.33º | 0.99% | 0.71% | - |
| XYZ | 19.31 | 10.33 | 1 | - |
| YUV | 65.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 1 | 0 | 0.89 | 0.99 | 0.29 | 6.33 | 0.99 | 0.36 |
| Hex | B5 | 14 | 1 | 0 | 59 | 63 | 1D | 6 | 63 | 24 |
| Octal | 265 | 24 | 1 | 0 | 131 | 143 | 35 | 6 | 143 | 44 |
| Binary | 10110101 | 10100 | 1 | 0 | 1011001 | 1100011 | 11101 | 110 | 1100011 | 100100 |
Color Harmonies of #B51401
Complementary color
Monochromatic Colors of #B51401
Black with #B51401
Text Example
Text Example
White with #B51401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51401; }
p { color: rgb(181,20,1); }
H1.HeaderClassName
{
color: #B51401;
}
.AnyTagClassName
{
color: #B51401;
}
</style>
background-color css
<style>
a { background-color: #B51401; }
a { background-color: rgb(181,20,1); }
div.DivClassName
{
background-color: #B51401;
}
.BgClassName
{
background-color: #B51401;
}
</style>
border-color css
<style>
span { border-color: #B51401; }
span { border-color: rgb(181,20,1); }
td.TdClassName
{
border-color: #B51401;
}
.TagClassName
{
border-color: #B51401;
}
</style>