Shades of Free Speech Red #BE1102
Tints of Free Speech Red #BE1102
RGB
CMYK
RGB Variations
Color information
#BE1102 (or 0xBE1102) is known color: Free Speech Red. HEX triplet: BE, 11 and 02. RGB value is (190,17,2). Sum of RGB (Red+Green+Blue) = 190+17+2=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1102 is #41EEFD. Grayscale: #434343. Windows color (decimal): -4321022 or 135614. OLE color: 135614.
HSL color Cylindrical-coordinate representation of color #BE1102: hue angle of 4.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE1102 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.25 |
| HSL | 4.79º | 0.98% | 0.38% | - |
| HSV(B) | 4.79º | 0.99% | 0.75% | - |
| XYZ | 21.45 | 11.35 | 1.12 | - |
| YUV | 67.02 | 91.31 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 2 | 0 | 0.91 | 0.99 | 0.25 | 4.79 | 0.98 | 0.38 |
| Hex | BE | 11 | 2 | 0 | 5B | 63 | 19 | 5 | 62 | 26 |
| Octal | 276 | 21 | 2 | 0 | 133 | 143 | 31 | 5 | 142 | 46 |
| Binary | 10111110 | 10001 | 10 | 0 | 1011011 | 1100011 | 11001 | 101 | 1100010 | 100110 |
Color Harmonies of #BE1102
Complementary color
Monochromatic Colors of #BE1102
Black with #BE1102
Text Example
Text Example
White with #BE1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1102; }
p { color: rgb(190,17,2); }
H1.HeaderClassName
{
color: #BE1102;
}
.AnyTagClassName
{
color: #BE1102;
}
</style>
background-color css
<style>
a { background-color: #BE1102; }
a { background-color: rgb(190,17,2); }
div.DivClassName
{
background-color: #BE1102;
}
.BgClassName
{
background-color: #BE1102;
}
</style>
border-color css
<style>
span { border-color: #BE1102; }
span { border-color: rgb(190,17,2); }
td.TdClassName
{
border-color: #BE1102;
}
.TagClassName
{
border-color: #BE1102;
}
</style>