Shades of Persian Red #E2281F
Tints of Persian Red #E2281F
RGB
CMYK
RGB Variations
Color information
#E2281F (or 0xE2281F) is known color: Persian Red. HEX triplet: E2, 28 and 1F. RGB value is (226,40,31). Sum of RGB (Red+Green+Blue) = 226+40+31=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E2281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2281F is #1DD7E0. Grayscale: #5E5E5E. Windows color (decimal): -1955809 or 2042082. OLE color: 2042082.
HSL color Cylindrical-coordinate representation of color #E2281F: hue angle of 2.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2281F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.11 |
| HSL | 2.77º | 0.77% | 0.5% | - |
| HSV(B) | 2.77º | 0.86% | 0.89% | - |
| XYZ | 32.37 | 17.79 | 3.02 | - |
| YUV | 94.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 31 | 0 | 0.82 | 0.86 | 0.11 | 2.77 | 0.77 | 0.5 |
| Hex | E2 | 28 | 1F | 0 | 52 | 56 | B | 3 | 4D | 32 |
| Octal | 342 | 50 | 37 | 0 | 122 | 126 | 13 | 3 | 115 | 62 |
| Binary | 11100010 | 101000 | 11111 | 0 | 1010010 | 1010110 | 1011 | 11 | 1001101 | 110010 |
Color Harmonies of #E2281F
Complementary color
Monochromatic Colors of #E2281F
Black with #E2281F
Text Example
Text Example
White with #E2281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2281F; }
p { color: rgb(226,40,31); }
H1.HeaderClassName
{
color: #E2281F;
}
.AnyTagClassName
{
color: #E2281F;
}
</style>
background-color css
<style>
a { background-color: #E2281F; }
a { background-color: rgb(226,40,31); }
div.DivClassName
{
background-color: #E2281F;
}
.BgClassName
{
background-color: #E2281F;
}
</style>
border-color css
<style>
span { border-color: #E2281F; }
span { border-color: rgb(226,40,31); }
td.TdClassName
{
border-color: #E2281F;
}
.TagClassName
{
border-color: #E2281F;
}
</style>