Shades of Free Speech Red #BE1502
Tints of Free Speech Red #BE1502
RGB
CMYK
RGB Variations
Color information
#BE1502 (or 0xBE1502) is known color: Free Speech Red. HEX triplet: BE, 15 and 02. RGB value is (190,21,2). Sum of RGB (Red+Green+Blue) = 190+21+2=213 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.20% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1502 is #41EAFD. Grayscale: #454545. Windows color (decimal): -4319998 or 136638. OLE color: 136638.
HSL color Cylindrical-coordinate representation of color #BE1502: hue angle of 6.06º 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 #BE1502 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.25 |
| HSL | 6.06º | 0.98% | 0.38% | - |
| HSV(B) | 6.06º | 0.99% | 0.75% | - |
| XYZ | 21.51 | 11.49 | 1.14 | - |
| YUV | 69.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 2 | 0 | 0.89 | 0.99 | 0.25 | 6.06 | 0.98 | 0.38 |
| Hex | BE | 15 | 2 | 0 | 59 | 63 | 19 | 6 | 62 | 26 |
| Octal | 276 | 25 | 2 | 0 | 131 | 143 | 31 | 6 | 142 | 46 |
| Binary | 10111110 | 10101 | 10 | 0 | 1011001 | 1100011 | 11001 | 110 | 1100010 | 100110 |
Color Harmonies of #BE1502
Complementary color
Monochromatic Colors of #BE1502
Black with #BE1502
Text Example
Text Example
White with #BE1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1502; }
p { color: rgb(190,21,2); }
H1.HeaderClassName
{
color: #BE1502;
}
.AnyTagClassName
{
color: #BE1502;
}
</style>
background-color css
<style>
a { background-color: #BE1502; }
a { background-color: rgb(190,21,2); }
div.DivClassName
{
background-color: #BE1502;
}
.BgClassName
{
background-color: #BE1502;
}
</style>
border-color css
<style>
span { border-color: #BE1502; }
span { border-color: rgb(190,21,2); }
td.TdClassName
{
border-color: #BE1502;
}
.TagClassName
{
border-color: #BE1502;
}
</style>