Shades of Free Speech Red #BE1311
Tints of Free Speech Red #BE1311
RGB
CMYK
RGB Variations
Color information
#BE1311 (or 0xBE1311) is known color: Free Speech Red. HEX triplet: BE, 13 and 11. RGB value is (190,19,17). Sum of RGB (Red+Green+Blue) = 190+19+17=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1311 is #41ECEE. Grayscale: #464646. Windows color (decimal): -4320495 or 1119166. OLE color: 1119166.
HSL color Cylindrical-coordinate representation of color #BE1311: hue angle of 0.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.25 |
| HSL | 0.69º | 0.84% | 0.41% | - |
| HSV(B) | 0.69º | 0.91% | 0.75% | - |
| XYZ | 21.57 | 11.45 | 1.6 | - |
| YUV | 69.9 | 98.15 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 17 | 0 | 0.90 | 0.91 | 0.25 | 0.69 | 0.84 | 0.41 |
| Hex | BE | 13 | 11 | 0 | 5A | 5B | 19 | 1 | 54 | 29 |
| Octal | 276 | 23 | 21 | 0 | 132 | 133 | 31 | 1 | 124 | 51 |
| Binary | 10111110 | 10011 | 10001 | 0 | 1011010 | 1011011 | 11001 | 1 | 1010100 | 101001 |
Color Harmonies of #BE1311
Complementary color
Monochromatic Colors of #BE1311
Black with #BE1311
Text Example
Text Example
White with #BE1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1311; }
p { color: rgb(190,19,17); }
H1.HeaderClassName
{
color: #BE1311;
}
.AnyTagClassName
{
color: #BE1311;
}
</style>
background-color css
<style>
a { background-color: #BE1311; }
a { background-color: rgb(190,19,17); }
div.DivClassName
{
background-color: #BE1311;
}
.BgClassName
{
background-color: #BE1311;
}
</style>
border-color css
<style>
span { border-color: #BE1311; }
span { border-color: rgb(190,19,17); }
td.TdClassName
{
border-color: #BE1311;
}
.TagClassName
{
border-color: #BE1311;
}
</style>