Shades of Free Speech Red #BE1500
Tints of Free Speech Red #BE1500
RGB
CMYK
RGB Variations
Color information
#BE1500 (or 0xBE1500) is known color: Free Speech Red. HEX triplet: BE, 15 and 00. RGB value is (190,21,0). Sum of RGB (Red+Green+Blue) = 190+21+0=211 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.05% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1500 is #41EAFF. Grayscale: #454545. Windows color (decimal): -4320000 or 5566. OLE color: 5566.
HSL color Cylindrical-coordinate representation of color #BE1500: hue angle of 6.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE1500 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.25 |
| HSL | 6.63º | 1% | 0.37% | - |
| HSV(B) | 6.63º | 1% | 0.75% | - |
| XYZ | 21.5 | 11.48 | 1.08 | - |
| YUV | 69.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 0 | 0 | 0.89 | 1 | 0.25 | 6.63 | 1 | 0.37 |
| Hex | BE | 15 | 0 | 0 | 59 | 64 | 19 | 7 | 64 | 25 |
| Octal | 276 | 25 | 0 | 0 | 131 | 144 | 31 | 7 | 144 | 45 |
| Binary | 10111110 | 10101 | 0 | 0 | 1011001 | 1100100 | 11001 | 111 | 1100100 | 100101 |
Color Harmonies of #BE1500
Complementary color
Monochromatic Colors of #BE1500
Black with #BE1500
Text Example
Text Example
White with #BE1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1500; }
p { color: rgb(190,21,0); }
H1.HeaderClassName
{
color: #BE1500;
}
.AnyTagClassName
{
color: #BE1500;
}
</style>
background-color css
<style>
a { background-color: #BE1500; }
a { background-color: rgb(190,21,0); }
div.DivClassName
{
background-color: #BE1500;
}
.BgClassName
{
background-color: #BE1500;
}
</style>
border-color css
<style>
span { border-color: #BE1500; }
span { border-color: rgb(190,21,0); }
td.TdClassName
{
border-color: #BE1500;
}
.TagClassName
{
border-color: #BE1500;
}
</style>