Shades of Free Speech Red #BE1107
Tints of Free Speech Red #BE1107
RGB
CMYK
RGB Variations
Color information
#BE1107 (or 0xBE1107) is known color: Free Speech Red. HEX triplet: BE, 11 and 07. RGB value is (190,17,7). Sum of RGB (Red+Green+Blue) = 190+17+7=214 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.79% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1107 is #41EEF8. Grayscale: #434343. Windows color (decimal): -4321017 or 463294. OLE color: 463294.
HSL color Cylindrical-coordinate representation of color #BE1107: hue angle of 3.28º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE1107 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.25 |
| HSL | 3.28º | 0.93% | 0.39% | - |
| HSV(B) | 3.28º | 0.96% | 0.75% | - |
| XYZ | 21.47 | 11.36 | 1.26 | - |
| YUV | 67.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 7 | 0 | 0.91 | 0.96 | 0.25 | 3.28 | 0.93 | 0.39 |
| Hex | BE | 11 | 7 | 0 | 5B | 60 | 19 | 3 | 5D | 27 |
| Octal | 276 | 21 | 7 | 0 | 133 | 140 | 31 | 3 | 135 | 47 |
| Binary | 10111110 | 10001 | 111 | 0 | 1011011 | 1100000 | 11001 | 11 | 1011101 | 100111 |
Color Harmonies of #BE1107
Complementary color
Monochromatic Colors of #BE1107
Black with #BE1107
Text Example
Text Example
White with #BE1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1107; }
p { color: rgb(190,17,7); }
H1.HeaderClassName
{
color: #BE1107;
}
.AnyTagClassName
{
color: #BE1107;
}
</style>
background-color css
<style>
a { background-color: #BE1107; }
a { background-color: rgb(190,17,7); }
div.DivClassName
{
background-color: #BE1107;
}
.BgClassName
{
background-color: #BE1107;
}
</style>
border-color css
<style>
span { border-color: #BE1107; }
span { border-color: rgb(190,17,7); }
td.TdClassName
{
border-color: #BE1107;
}
.TagClassName
{
border-color: #BE1107;
}
</style>