Shades of Free Speech Red #BE110D
Tints of Free Speech Red #BE110D
RGB
CMYK
RGB Variations
Color information
#BE110D (or 0xBE110D) is known color: Free Speech Red. HEX triplet: BE, 11 and 0D. RGB value is (190,17,13). Sum of RGB (Red+Green+Blue) = 190+17+13=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE110D is #41EEF2. Grayscale: #444444. Windows color (decimal): -4321011 or 856510. OLE color: 856510.
HSL color Cylindrical-coordinate representation of color #BE110D: hue angle of 1.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE110D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.25 |
| HSL | 1.36º | 0.87% | 0.4% | - |
| HSV(B) | 1.36º | 0.93% | 0.75% | - |
| XYZ | 21.51 | 11.38 | 1.44 | - |
| YUV | 68.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 13 | 0 | 0.91 | 0.93 | 0.25 | 1.36 | 0.87 | 0.4 |
| Hex | BE | 11 | D | 0 | 5B | 5D | 19 | 1 | 57 | 28 |
| Octal | 276 | 21 | 15 | 0 | 133 | 135 | 31 | 1 | 127 | 50 |
| Binary | 10111110 | 10001 | 1101 | 0 | 1011011 | 1011101 | 11001 | 1 | 1010111 | 101000 |
Color Harmonies of #BE110D
Complementary color
Monochromatic Colors of #BE110D
Black with #BE110D
Text Example
Text Example
White with #BE110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE110D; }
p { color: rgb(190,17,13); }
H1.HeaderClassName
{
color: #BE110D;
}
.AnyTagClassName
{
color: #BE110D;
}
</style>
background-color css
<style>
a { background-color: #BE110D; }
a { background-color: rgb(190,17,13); }
div.DivClassName
{
background-color: #BE110D;
}
.BgClassName
{
background-color: #BE110D;
}
</style>
border-color css
<style>
span { border-color: #BE110D; }
span { border-color: rgb(190,17,13); }
td.TdClassName
{
border-color: #BE110D;
}
.TagClassName
{
border-color: #BE110D;
}
</style>