Shades of Free Speech Red #B71201
Tints of Free Speech Red #B71201
RGB
CMYK
RGB Variations
Color information
#B71201 (or 0xB71201) is known color: Free Speech Red. HEX triplet: B7, 12 and 01. RGB value is (183,18,1). Sum of RGB (Red+Green+Blue) = 183+18+1=202 (26% of max value = 765). Red value is 183 (71.88% from 255 or 90.59% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 183 - color contains mainly: red. Hex color #B71201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71201 is #48EDFE. Grayscale: #414141. Windows color (decimal): -4779519 or 70327. OLE color: 70327.
HSL color Cylindrical-coordinate representation of color #B71201: hue angle of 5.6º 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 #B71201 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.28 |
| HSL | 5.6º | 0.99% | 0.36% | - |
| HSV(B) | 5.6º | 0.99% | 0.72% | - |
| XYZ | 19.75 | 10.5 | 1.01 | - |
| YUV | 65.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 1 | 0 | 0.90 | 0.99 | 0.28 | 5.6 | 0.99 | 0.36 |
| Hex | B7 | 12 | 1 | 0 | 5A | 63 | 1C | 6 | 63 | 24 |
| Octal | 267 | 22 | 1 | 0 | 132 | 143 | 34 | 6 | 143 | 44 |
| Binary | 10110111 | 10010 | 1 | 0 | 1011010 | 1100011 | 11100 | 110 | 1100011 | 100100 |
Color Harmonies of #B71201
Complementary color
Monochromatic Colors of #B71201
Black with #B71201
Text Example
Text Example
White with #B71201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71201; }
p { color: rgb(183,18,1); }
H1.HeaderClassName
{
color: #B71201;
}
.AnyTagClassName
{
color: #B71201;
}
</style>
background-color css
<style>
a { background-color: #B71201; }
a { background-color: rgb(183,18,1); }
div.DivClassName
{
background-color: #B71201;
}
.BgClassName
{
background-color: #B71201;
}
</style>
border-color css
<style>
span { border-color: #B71201; }
span { border-color: rgb(183,18,1); }
td.TdClassName
{
border-color: #B71201;
}
.TagClassName
{
border-color: #B71201;
}
</style>