Shades of Free Speech Red #BE0700
Tints of Free Speech Red #BE0700
RGB
CMYK
RGB Variations
Color information
#BE0700 (or 0xBE0700) is known color: Free Speech Red. HEX triplet: BE, 07 and 00. RGB value is (190,7,0). Sum of RGB (Red+Green+Blue) = 190+7+0=197 (26% of max value = 765). Red value is 190 (74.61% from 255 or 96.45% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0700 is #41F8FF. Grayscale: #3D3D3D. Windows color (decimal): -4323584 or 1982. OLE color: 1982.
HSL color Cylindrical-coordinate representation of color #BE0700: hue angle of 2.21º 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 #BE0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.25 |
| HSL | 2.21º | 1% | 0.37% | - |
| HSV(B) | 2.21º | 1% | 0.75% | - |
| XYZ | 21.31 | 11.1 | 1.02 | - |
| YUV | 60.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 0 | 0 | 0.96 | 1 | 0.25 | 2.21 | 1 | 0.37 |
| Hex | BE | 7 | 0 | 0 | 60 | 64 | 19 | 2 | 64 | 25 |
| Octal | 276 | 7 | 0 | 0 | 140 | 144 | 31 | 2 | 144 | 45 |
| Binary | 10111110 | 111 | 0 | 0 | 1100000 | 1100100 | 11001 | 10 | 1100100 | 100101 |
Color Harmonies of #BE0700
Complementary color
Monochromatic Colors of #BE0700
Black with #BE0700
Text Example
Text Example
White with #BE0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0700; }
p { color: rgb(190,7,0); }
H1.HeaderClassName
{
color: #BE0700;
}
.AnyTagClassName
{
color: #BE0700;
}
</style>
background-color css
<style>
a { background-color: #BE0700; }
a { background-color: rgb(190,7,0); }
div.DivClassName
{
background-color: #BE0700;
}
.BgClassName
{
background-color: #BE0700;
}
</style>
border-color css
<style>
span { border-color: #BE0700; }
span { border-color: rgb(190,7,0); }
td.TdClassName
{
border-color: #BE0700;
}
.TagClassName
{
border-color: #BE0700;
}
</style>