Shades of Free Speech Red #B71401
Tints of Free Speech Red #B71401
RGB
CMYK
RGB Variations
Color information
#B71401 (or 0xB71401) is known color: Free Speech Red. HEX triplet: B7, 14 and 01. RGB value is (183,20,1). Sum of RGB (Red+Green+Blue) = 183+20+1=204 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.71% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 183 - color contains mainly: red. Hex color #B71401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71401 is #48EBFE. Grayscale: #424242. Windows color (decimal): -4779007 or 70839. OLE color: 70839.
HSL color Cylindrical-coordinate representation of color #B71401: hue angle of 6.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B71401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.28 |
| HSL | 6.26º | 0.99% | 0.36% | - |
| HSV(B) | 6.26º | 0.99% | 0.72% | - |
| XYZ | 19.78 | 10.57 | 1.03 | - |
| YUV | 66.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 1 | 0 | 0.89 | 0.99 | 0.28 | 6.26 | 0.99 | 0.36 |
| Hex | B7 | 14 | 1 | 0 | 59 | 63 | 1C | 6 | 63 | 24 |
| Octal | 267 | 24 | 1 | 0 | 131 | 143 | 34 | 6 | 143 | 44 |
| Binary | 10110111 | 10100 | 1 | 0 | 1011001 | 1100011 | 11100 | 110 | 1100011 | 100100 |
Color Harmonies of #B71401
Complementary color
Monochromatic Colors of #B71401
Black with #B71401
Text Example
Text Example
White with #B71401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71401; }
p { color: rgb(183,20,1); }
H1.HeaderClassName
{
color: #B71401;
}
.AnyTagClassName
{
color: #B71401;
}
</style>
background-color css
<style>
a { background-color: #B71401; }
a { background-color: rgb(183,20,1); }
div.DivClassName
{
background-color: #B71401;
}
.BgClassName
{
background-color: #B71401;
}
</style>
border-color css
<style>
span { border-color: #B71401; }
span { border-color: rgb(183,20,1); }
td.TdClassName
{
border-color: #B71401;
}
.TagClassName
{
border-color: #B71401;
}
</style>