Shades of Free Speech Red #BE0702
Tints of Free Speech Red #BE0702
RGB
CMYK
RGB Variations
Color information
#BE0702 (or 0xBE0702) is known color: Free Speech Red. HEX triplet: BE, 07 and 02. RGB value is (190,7,2). Sum of RGB (Red+Green+Blue) = 190+7+2=199 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95.48% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0702 is #41F8FD. Grayscale: #3D3D3D. Windows color (decimal): -4323582 or 133054. OLE color: 133054.
HSL color Cylindrical-coordinate representation of color #BE0702: hue angle of 1.6º 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 #BE0702 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.25 |
| HSL | 1.6º | 0.98% | 0.38% | - |
| HSV(B) | 1.6º | 0.99% | 0.75% | - |
| XYZ | 21.32 | 11.1 | 1.08 | - |
| YUV | 61.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 2 | 0 | 0.96 | 0.99 | 0.25 | 1.6 | 0.98 | 0.38 |
| Hex | BE | 7 | 2 | 0 | 60 | 63 | 19 | 2 | 62 | 26 |
| Octal | 276 | 7 | 2 | 0 | 140 | 143 | 31 | 2 | 142 | 46 |
| Binary | 10111110 | 111 | 10 | 0 | 1100000 | 1100011 | 11001 | 10 | 1100010 | 100110 |
Color Harmonies of #BE0702
Complementary color
Monochromatic Colors of #BE0702
Black with #BE0702
Text Example
Text Example
White with #BE0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0702; }
p { color: rgb(190,7,2); }
H1.HeaderClassName
{
color: #BE0702;
}
.AnyTagClassName
{
color: #BE0702;
}
</style>
background-color css
<style>
a { background-color: #BE0702; }
a { background-color: rgb(190,7,2); }
div.DivClassName
{
background-color: #BE0702;
}
.BgClassName
{
background-color: #BE0702;
}
</style>
border-color css
<style>
span { border-color: #BE0702; }
span { border-color: rgb(190,7,2); }
td.TdClassName
{
border-color: #BE0702;
}
.TagClassName
{
border-color: #BE0702;
}
</style>