Shades of Free Speech Red #B81307
Tints of Free Speech Red #B81307
RGB
CMYK
RGB Variations
Color information
#B81307 (or 0xB81307) is known color: Free Speech Red. HEX triplet: B8, 13 and 07. RGB value is (184,19,7). Sum of RGB (Red+Green+Blue) = 184+19+7=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B81307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81307 is #47ECF8. Grayscale: #434343. Windows color (decimal): -4713721 or 463800. OLE color: 463800.
HSL color Cylindrical-coordinate representation of color #B81307: hue angle of 4.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B81307 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 7 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.28 |
| HSL | 4.07º | 0.93% | 0.37% | - |
| HSV(B) | 4.07º | 0.96% | 0.72% | - |
| XYZ | 20.04 | 10.67 | 1.2 | - |
| YUV | 66.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 7 | 0 | 0.90 | 0.96 | 0.28 | 4.07 | 0.93 | 0.37 |
| Hex | B8 | 13 | 7 | 0 | 5A | 60 | 1C | 4 | 5D | 25 |
| Octal | 270 | 23 | 7 | 0 | 132 | 140 | 34 | 4 | 135 | 45 |
| Binary | 10111000 | 10011 | 111 | 0 | 1011010 | 1100000 | 11100 | 100 | 1011101 | 100101 |
Color Harmonies of #B81307
Complementary color
Monochromatic Colors of #B81307
Black with #B81307
Text Example
Text Example
White with #B81307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81307; }
p { color: rgb(184,19,7); }
H1.HeaderClassName
{
color: #B81307;
}
.AnyTagClassName
{
color: #B81307;
}
</style>
background-color css
<style>
a { background-color: #B81307; }
a { background-color: rgb(184,19,7); }
div.DivClassName
{
background-color: #B81307;
}
.BgClassName
{
background-color: #B81307;
}
</style>
border-color css
<style>
span { border-color: #B81307; }
span { border-color: rgb(184,19,7); }
td.TdClassName
{
border-color: #B81307;
}
.TagClassName
{
border-color: #B81307;
}
</style>