Shades of Free Speech Red #B61401
Tints of Free Speech Red #B61401
RGB
CMYK
RGB Variations
Color information
#B61401 (or 0xB61401) is known color: Free Speech Red. HEX triplet: B6, 14 and 01. RGB value is (182,20,1). Sum of RGB (Red+Green+Blue) = 182+20+1=203 (26% of max value = 765). Red value is 182 (71.48% from 255 or 89.66% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 182 - color contains mainly: red. Hex color #B61401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61401 is #49EBFE. Grayscale: #424242. Windows color (decimal): -4844543 or 70838. OLE color: 70838.
HSL color Cylindrical-coordinate representation of color #B61401: hue angle of 6.3º 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 #B61401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.29 |
| HSL | 6.3º | 0.99% | 0.36% | - |
| HSV(B) | 6.3º | 0.99% | 0.71% | - |
| XYZ | 19.55 | 10.45 | 1.02 | - |
| YUV | 66.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 1 | 0 | 0.89 | 0.99 | 0.29 | 6.3 | 0.99 | 0.36 |
| Hex | B6 | 14 | 1 | 0 | 59 | 63 | 1D | 6 | 63 | 24 |
| Octal | 266 | 24 | 1 | 0 | 131 | 143 | 35 | 6 | 143 | 44 |
| Binary | 10110110 | 10100 | 1 | 0 | 1011001 | 1100011 | 11101 | 110 | 1100011 | 100100 |
Color Harmonies of #B61401
Complementary color
Monochromatic Colors of #B61401
Black with #B61401
Text Example
Text Example
White with #B61401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61401; }
p { color: rgb(182,20,1); }
H1.HeaderClassName
{
color: #B61401;
}
.AnyTagClassName
{
color: #B61401;
}
</style>
background-color css
<style>
a { background-color: #B61401; }
a { background-color: rgb(182,20,1); }
div.DivClassName
{
background-color: #B61401;
}
.BgClassName
{
background-color: #B61401;
}
</style>
border-color css
<style>
span { border-color: #B61401; }
span { border-color: rgb(182,20,1); }
td.TdClassName
{
border-color: #B61401;
}
.TagClassName
{
border-color: #B61401;
}
</style>