Shades of Free Speech Red #BE1008
Tints of Free Speech Red #BE1008
RGB
CMYK
RGB Variations
Color information
#BE1008 (or 0xBE1008) is known color: Free Speech Red. HEX triplet: BE, 10 and 08. RGB value is (190,16,8). Sum of RGB (Red+Green+Blue) = 190+16+8=214 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.79% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1008 is #41EFF7. Grayscale: #434343. Windows color (decimal): -4321272 or 528574. OLE color: 528574.
HSL color Cylindrical-coordinate representation of color #BE1008: hue angle of 2.64º degrees, saturation: 0.92, 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 #BE1008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.25 |
| HSL | 2.64º | 0.92% | 0.39% | - |
| HSV(B) | 2.64º | 0.96% | 0.75% | - |
| XYZ | 21.46 | 11.34 | 1.29 | - |
| YUV | 67.11 | 94.65 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 8 | 0 | 0.92 | 0.96 | 0.25 | 2.64 | 0.92 | 0.39 |
| Hex | BE | 10 | 8 | 0 | 5C | 60 | 19 | 3 | 5C | 27 |
| Octal | 276 | 20 | 10 | 0 | 134 | 140 | 31 | 3 | 134 | 47 |
| Binary | 10111110 | 10000 | 1000 | 0 | 1011100 | 1100000 | 11001 | 11 | 1011100 | 100111 |
Color Harmonies of #BE1008
Complementary color
Monochromatic Colors of #BE1008
Black with #BE1008
Text Example
Text Example
White with #BE1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1008; }
p { color: rgb(190,16,8); }
H1.HeaderClassName
{
color: #BE1008;
}
.AnyTagClassName
{
color: #BE1008;
}
</style>
background-color css
<style>
a { background-color: #BE1008; }
a { background-color: rgb(190,16,8); }
div.DivClassName
{
background-color: #BE1008;
}
.BgClassName
{
background-color: #BE1008;
}
</style>
border-color css
<style>
span { border-color: #BE1008; }
span { border-color: rgb(190,16,8); }
td.TdClassName
{
border-color: #BE1008;
}
.TagClassName
{
border-color: #BE1008;
}
</style>