Shades of Persian Red #BE2F2D
Tints of Persian Red #BE2F2D
RGB
CMYK
RGB Variations
Color information
#BE2F2D (or 0xBE2F2D) is known color: Persian Red. HEX triplet: BE, 2F and 2D. RGB value is (190,47,45). Sum of RGB (Red+Green+Blue) = 190+47+45=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F2D is #41D0D2. Grayscale: #595959. Windows color (decimal): -4313299 or 2961342. OLE color: 2961342.
HSL color Cylindrical-coordinate representation of color #BE2F2D: hue angle of 0.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2F2D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.25 |
| HSL | 0.83º | 0.62% | 0.46% | - |
| HSV(B) | 0.83º | 0.76% | 0.75% | - |
| XYZ | 22.73 | 13.17 | 3.83 | - |
| YUV | 89.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 45 | 0 | 0.75 | 0.76 | 0.25 | 0.83 | 0.62 | 0.46 |
| Hex | BE | 2F | 2D | 0 | 4B | 4C | 19 | 1 | 3E | 2E |
| Octal | 276 | 57 | 55 | 0 | 113 | 114 | 31 | 1 | 76 | 56 |
| Binary | 10111110 | 101111 | 101101 | 0 | 1001011 | 1001100 | 11001 | 1 | 111110 | 101110 |
Color Harmonies of #BE2F2D
Complementary color
Monochromatic Colors of #BE2F2D
Black with #BE2F2D
Text Example
Text Example
White with #BE2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F2D; }
p { color: rgb(190,47,45); }
H1.HeaderClassName
{
color: #BE2F2D;
}
.AnyTagClassName
{
color: #BE2F2D;
}
</style>
background-color css
<style>
a { background-color: #BE2F2D; }
a { background-color: rgb(190,47,45); }
div.DivClassName
{
background-color: #BE2F2D;
}
.BgClassName
{
background-color: #BE2F2D;
}
</style>
border-color css
<style>
span { border-color: #BE2F2D; }
span { border-color: rgb(190,47,45); }
td.TdClassName
{
border-color: #BE2F2D;
}
.TagClassName
{
border-color: #BE2F2D;
}
</style>