Shades of Free Speech Red #BE1900
Tints of Free Speech Red #BE1900
RGB
CMYK
RGB Variations
Color information
#BE1900 (or 0xBE1900) is known color: Free Speech Red. HEX triplet: BE, 19 and 00. RGB value is (190,25,0). Sum of RGB (Red+Green+Blue) = 190+25+0=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1900 is #41E6FF. Grayscale: #474747. Windows color (decimal): -4318976 or 6590. OLE color: 6590.
HSL color Cylindrical-coordinate representation of color #BE1900: hue angle of 7.89º 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 #BE1900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.25 |
| HSL | 7.89º | 1% | 0.37% | - |
| HSV(B) | 7.89º | 1% | 0.75% | - |
| XYZ | 21.58 | 11.64 | 1.11 | - |
| YUV | 71.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 0 | 0 | 0.87 | 1 | 0.25 | 7.89 | 1 | 0.37 |
| Hex | BE | 19 | 0 | 0 | 57 | 64 | 19 | 8 | 64 | 25 |
| Octal | 276 | 31 | 0 | 0 | 127 | 144 | 31 | 10 | 144 | 45 |
| Binary | 10111110 | 11001 | 0 | 0 | 1010111 | 1100100 | 11001 | 1000 | 1100100 | 100101 |
Color Harmonies of #BE1900
Complementary color
Monochromatic Colors of #BE1900
Black with #BE1900
Text Example
Text Example
White with #BE1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1900; }
p { color: rgb(190,25,0); }
H1.HeaderClassName
{
color: #BE1900;
}
.AnyTagClassName
{
color: #BE1900;
}
</style>
background-color css
<style>
a { background-color: #BE1900; }
a { background-color: rgb(190,25,0); }
div.DivClassName
{
background-color: #BE1900;
}
.BgClassName
{
background-color: #BE1900;
}
</style>
border-color css
<style>
span { border-color: #BE1900; }
span { border-color: rgb(190,25,0); }
td.TdClassName
{
border-color: #BE1900;
}
.TagClassName
{
border-color: #BE1900;
}
</style>