Shades of Persian Red #E3291F
Tints of Persian Red #E3291F
RGB
CMYK
RGB Variations
Color information
#E3291F (or 0xE3291F) is known color: Persian Red. HEX triplet: E3, 29 and 1F. RGB value is (227,41,31). Sum of RGB (Red+Green+Blue) = 227+41+31=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E3291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3291F is #1CD6E0. Grayscale: #5F5F5F. Windows color (decimal): -1890017 or 2042339. OLE color: 2042339.
HSL color Cylindrical-coordinate representation of color #E3291F: hue angle of 3.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3291F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.11 |
| HSL | 3.06º | 0.78% | 0.51% | - |
| HSV(B) | 3.06º | 0.86% | 0.89% | - |
| XYZ | 32.72 | 18.02 | 3.05 | - |
| YUV | 95.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 31 | 0 | 0.82 | 0.86 | 0.11 | 3.06 | 0.78 | 0.51 |
| Hex | E3 | 29 | 1F | 0 | 52 | 56 | B | 3 | 4E | 33 |
| Octal | 343 | 51 | 37 | 0 | 122 | 126 | 13 | 3 | 116 | 63 |
| Binary | 11100011 | 101001 | 11111 | 0 | 1010010 | 1010110 | 1011 | 11 | 1001110 | 110011 |
Color Harmonies of #E3291F
Complementary color
Monochromatic Colors of #E3291F
Black with #E3291F
Text Example
Text Example
White with #E3291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3291F; }
p { color: rgb(227,41,31); }
H1.HeaderClassName
{
color: #E3291F;
}
.AnyTagClassName
{
color: #E3291F;
}
</style>
background-color css
<style>
a { background-color: #E3291F; }
a { background-color: rgb(227,41,31); }
div.DivClassName
{
background-color: #E3291F;
}
.BgClassName
{
background-color: #E3291F;
}
</style>
border-color css
<style>
span { border-color: #E3291F; }
span { border-color: rgb(227,41,31); }
td.TdClassName
{
border-color: #E3291F;
}
.TagClassName
{
border-color: #E3291F;
}
</style>