Shades of Venetian Red #BE0214
Tints of Venetian Red #BE0214
RGB
CMYK
RGB Variations
Color information
#BE0214 (or 0xBE0214) is known color: Venetian Red. HEX triplet: BE, 02 and 14. RGB value is (190,2,20). Sum of RGB (Red+Green+Blue) = 190+2+20=212 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.62% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0214 is #41FDEB. Grayscale: #3C3C3C. Windows color (decimal): -4324844 or 1311422. OLE color: 1311422.
HSL color Cylindrical-coordinate representation of color #BE0214: hue angle of 354.26º 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 #BE0214 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.25 |
| HSL | 354.26º | 0.98% | 0.38% | - |
| HSV(B) | 354.26º | 0.99% | 0.75% | - |
| XYZ | 21.38 | 11.04 | 1.67 | - |
| YUV | 60.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 20 | 0 | 0.99 | 0.89 | 0.25 | 354.26 | 0.98 | 0.38 |
| Hex | BE | 2 | 14 | 0 | 63 | 59 | 19 | 162 | 62 | 26 |
| Octal | 276 | 2 | 24 | 0 | 143 | 131 | 31 | 542 | 142 | 46 |
| Binary | 10111110 | 10 | 10100 | 0 | 1100011 | 1011001 | 11001 | 101100010 | 1100010 | 100110 |
Color Harmonies of #BE0214
Complementary color
Monochromatic Colors of #BE0214
Black with #BE0214
Text Example
Text Example
White with #BE0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0214; }
p { color: rgb(190,2,20); }
H1.HeaderClassName
{
color: #BE0214;
}
.AnyTagClassName
{
color: #BE0214;
}
</style>
background-color css
<style>
a { background-color: #BE0214; }
a { background-color: rgb(190,2,20); }
div.DivClassName
{
background-color: #BE0214;
}
.BgClassName
{
background-color: #BE0214;
}
</style>
border-color css
<style>
span { border-color: #BE0214; }
span { border-color: rgb(190,2,20); }
td.TdClassName
{
border-color: #BE0214;
}
.TagClassName
{
border-color: #BE0214;
}
</style>