Shades of Free Speech Red #BE1A02
Tints of Free Speech Red #BE1A02
RGB
CMYK
RGB Variations
Color information
#BE1A02 (or 0xBE1A02) is known color: Free Speech Red. HEX triplet: BE, 1A and 02. RGB value is (190,26,2). Sum of RGB (Red+Green+Blue) = 190+26+2=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A02 is #41E5FD. Grayscale: #484848. Windows color (decimal): -4318718 or 137918. OLE color: 137918.
HSL color Cylindrical-coordinate representation of color #BE1A02: hue angle of 7.66º 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 #BE1A02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.25 |
| HSL | 7.66º | 0.98% | 0.38% | - |
| HSV(B) | 7.66º | 0.99% | 0.75% | - |
| XYZ | 21.62 | 11.69 | 1.17 | - |
| YUV | 72.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 2 | 0 | 0.86 | 0.99 | 0.25 | 7.66 | 0.98 | 0.38 |
| Hex | BE | 1A | 2 | 0 | 56 | 63 | 19 | 8 | 62 | 26 |
| Octal | 276 | 32 | 2 | 0 | 126 | 143 | 31 | 10 | 142 | 46 |
| Binary | 10111110 | 11010 | 10 | 0 | 1010110 | 1100011 | 11001 | 1000 | 1100010 | 100110 |
Color Harmonies of #BE1A02
Complementary color
Monochromatic Colors of #BE1A02
Black with #BE1A02
Text Example
Text Example
White with #BE1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A02; }
p { color: rgb(190,26,2); }
H1.HeaderClassName
{
color: #BE1A02;
}
.AnyTagClassName
{
color: #BE1A02;
}
</style>
background-color css
<style>
a { background-color: #BE1A02; }
a { background-color: rgb(190,26,2); }
div.DivClassName
{
background-color: #BE1A02;
}
.BgClassName
{
background-color: #BE1A02;
}
</style>
border-color css
<style>
span { border-color: #BE1A02; }
span { border-color: rgb(190,26,2); }
td.TdClassName
{
border-color: #BE1A02;
}
.TagClassName
{
border-color: #BE1A02;
}
</style>