Shades of Free Speech Red #BE0C07
Tints of Free Speech Red #BE0C07
RGB
CMYK
RGB Variations
Color information
#BE0C07 (or 0xBE0C07) is known color: Free Speech Red. HEX triplet: BE, 0C and 07. RGB value is (190,12,7). Sum of RGB (Red+Green+Blue) = 190+12+7=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0C07 is #41F3F8. Grayscale: #404040. Windows color (decimal): -4322297 or 462014. OLE color: 462014.
HSL color Cylindrical-coordinate representation of color #BE0C07: hue angle of 1.64º 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 #BE0C07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.25 |
| HSL | 1.64º | 0.93% | 0.39% | - |
| HSV(B) | 1.64º | 0.96% | 0.75% | - |
| XYZ | 21.41 | 11.23 | 1.24 | - |
| YUV | 64.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 7 | 0 | 0.94 | 0.96 | 0.25 | 1.64 | 0.93 | 0.39 |
| Hex | BE | C | 7 | 0 | 5E | 60 | 19 | 2 | 5D | 27 |
| Octal | 276 | 14 | 7 | 0 | 136 | 140 | 31 | 2 | 135 | 47 |
| Binary | 10111110 | 1100 | 111 | 0 | 1011110 | 1100000 | 11001 | 10 | 1011101 | 100111 |
Color Harmonies of #BE0C07
Complementary color
Monochromatic Colors of #BE0C07
Black with #BE0C07
Text Example
Text Example
White with #BE0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C07; }
p { color: rgb(190,12,7); }
H1.HeaderClassName
{
color: #BE0C07;
}
.AnyTagClassName
{
color: #BE0C07;
}
</style>
background-color css
<style>
a { background-color: #BE0C07; }
a { background-color: rgb(190,12,7); }
div.DivClassName
{
background-color: #BE0C07;
}
.BgClassName
{
background-color: #BE0C07;
}
</style>
border-color css
<style>
span { border-color: #BE0C07; }
span { border-color: rgb(190,12,7); }
td.TdClassName
{
border-color: #BE0C07;
}
.TagClassName
{
border-color: #BE0C07;
}
</style>