Shades of Free Speech Red #BE100D
Tints of Free Speech Red #BE100D
RGB
CMYK
RGB Variations
Color information
#BE100D (or 0xBE100D) is known color: Free Speech Red. HEX triplet: BE, 10 and 0D. RGB value is (190,16,13). Sum of RGB (Red+Green+Blue) = 190+16+13=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE100D is #41EFF2. Grayscale: #434343. Windows color (decimal): -4321267 or 856254. OLE color: 856254.
HSL color Cylindrical-coordinate representation of color #BE100D: hue angle of 1.02º 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 #BE100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.25 |
| HSL | 1.02º | 0.87% | 0.4% | - |
| HSV(B) | 1.02º | 0.93% | 0.75% | - |
| XYZ | 21.49 | 11.35 | 1.44 | - |
| YUV | 67.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 13 | 0 | 0.92 | 0.93 | 0.25 | 1.02 | 0.87 | 0.4 |
| Hex | BE | 10 | D | 0 | 5C | 5D | 19 | 1 | 57 | 28 |
| Octal | 276 | 20 | 15 | 0 | 134 | 135 | 31 | 1 | 127 | 50 |
| Binary | 10111110 | 10000 | 1101 | 0 | 1011100 | 1011101 | 11001 | 1 | 1010111 | 101000 |
Color Harmonies of #BE100D
Complementary color
Monochromatic Colors of #BE100D
Black with #BE100D
Text Example
Text Example
White with #BE100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE100D; }
p { color: rgb(190,16,13); }
H1.HeaderClassName
{
color: #BE100D;
}
.AnyTagClassName
{
color: #BE100D;
}
</style>
background-color css
<style>
a { background-color: #BE100D; }
a { background-color: rgb(190,16,13); }
div.DivClassName
{
background-color: #BE100D;
}
.BgClassName
{
background-color: #BE100D;
}
</style>
border-color css
<style>
span { border-color: #BE100D; }
span { border-color: rgb(190,16,13); }
td.TdClassName
{
border-color: #BE100D;
}
.TagClassName
{
border-color: #BE100D;
}
</style>