Shades of Free Speech Red #B71901
Tints of Free Speech Red #B71901
RGB
CMYK
RGB Variations
Color information
#B71901 (or 0xB71901) is known color: Free Speech Red. HEX triplet: B7, 19 and 01. RGB value is (183,25,1). Sum of RGB (Red+Green+Blue) = 183+25+1=209 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.56% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 183 - color contains mainly: red. Hex color #B71901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71901 is #48E6FE. Grayscale: #454545. Windows color (decimal): -4777727 or 72119. OLE color: 72119.
HSL color Cylindrical-coordinate representation of color #B71901: hue angle of 7.91º 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 #B71901 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.28 |
| HSL | 7.91º | 0.99% | 0.36% | - |
| HSV(B) | 7.91º | 0.99% | 0.72% | - |
| XYZ | 19.88 | 10.76 | 1.06 | - |
| YUV | 69.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 1 | 0 | 0.86 | 0.99 | 0.28 | 7.91 | 0.99 | 0.36 |
| Hex | B7 | 19 | 1 | 0 | 56 | 63 | 1C | 8 | 63 | 24 |
| Octal | 267 | 31 | 1 | 0 | 126 | 143 | 34 | 10 | 143 | 44 |
| Binary | 10110111 | 11001 | 1 | 0 | 1010110 | 1100011 | 11100 | 1000 | 1100011 | 100100 |
Color Harmonies of #B71901
Complementary color
Monochromatic Colors of #B71901
Black with #B71901
Text Example
Text Example
White with #B71901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71901; }
p { color: rgb(183,25,1); }
H1.HeaderClassName
{
color: #B71901;
}
.AnyTagClassName
{
color: #B71901;
}
</style>
background-color css
<style>
a { background-color: #B71901; }
a { background-color: rgb(183,25,1); }
div.DivClassName
{
background-color: #B71901;
}
.BgClassName
{
background-color: #B71901;
}
</style>
border-color css
<style>
span { border-color: #B71901; }
span { border-color: rgb(183,25,1); }
td.TdClassName
{
border-color: #B71901;
}
.TagClassName
{
border-color: #B71901;
}
</style>