Shades of Persian Red #E3261F
Tints of Persian Red #E3261F
RGB
CMYK
RGB Variations
Color information
#E3261F (or 0xE3261F) is known color: Persian Red. HEX triplet: E3, 26 and 1F. RGB value is (227,38,31). Sum of RGB (Red+Green+Blue) = 227+38+31=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E3261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3261F is #1CD9E0. Grayscale: #5D5D5D. Windows color (decimal): -1890785 or 2041571. OLE color: 2041571.
HSL color Cylindrical-coordinate representation of color #E3261F: hue angle of 2.14º 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 #E3261F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.11 |
| HSL | 2.14º | 0.78% | 0.51% | - |
| HSV(B) | 2.14º | 0.86% | 0.89% | - |
| XYZ | 32.62 | 17.82 | 3.02 | - |
| YUV | 93.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 31 | 0 | 0.83 | 0.86 | 0.11 | 2.14 | 0.78 | 0.51 |
| Hex | E3 | 26 | 1F | 0 | 53 | 56 | B | 2 | 4E | 33 |
| Octal | 343 | 46 | 37 | 0 | 123 | 126 | 13 | 2 | 116 | 63 |
| Binary | 11100011 | 100110 | 11111 | 0 | 1010011 | 1010110 | 1011 | 10 | 1001110 | 110011 |
Color Harmonies of #E3261F
Complementary color
Monochromatic Colors of #E3261F
Black with #E3261F
Text Example
Text Example
White with #E3261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3261F; }
p { color: rgb(227,38,31); }
H1.HeaderClassName
{
color: #E3261F;
}
.AnyTagClassName
{
color: #E3261F;
}
</style>
background-color css
<style>
a { background-color: #E3261F; }
a { background-color: rgb(227,38,31); }
div.DivClassName
{
background-color: #E3261F;
}
.BgClassName
{
background-color: #E3261F;
}
</style>
border-color css
<style>
span { border-color: #E3261F; }
span { border-color: rgb(227,38,31); }
td.TdClassName
{
border-color: #E3261F;
}
.TagClassName
{
border-color: #E3261F;
}
</style>