Shades of Persian Red #E42321
Tints of Persian Red #E42321
RGB
CMYK
RGB Variations
Color information
#E42321 (or 0xE42321) is known color: Persian Red. HEX triplet: E4, 23 and 21. RGB value is (228,35,33). Sum of RGB (Red+Green+Blue) = 228+35+33=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E42321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42321 is #1BDCDE. Grayscale: #5C5C5C. Windows color (decimal): -1826015 or 2171876. OLE color: 2171876.
HSL color Cylindrical-coordinate representation of color #E42321: hue angle of 0.62º 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 #E42321 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.11 |
| HSL | 0.62º | 0.78% | 0.51% | - |
| HSV(B) | 0.62º | 0.86% | 0.89% | - |
| XYZ | 32.87 | 17.81 | 3.14 | - |
| YUV | 92.48 | 94.44 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 33 | 0 | 0.85 | 0.86 | 0.11 | 0.62 | 0.78 | 0.51 |
| Hex | E4 | 23 | 21 | 0 | 55 | 56 | B | 1 | 4E | 33 |
| Octal | 344 | 43 | 41 | 0 | 125 | 126 | 13 | 1 | 116 | 63 |
| Binary | 11100100 | 100011 | 100001 | 0 | 1010101 | 1010110 | 1011 | 1 | 1001110 | 110011 |
Color Harmonies of #E42321
Complementary color
Monochromatic Colors of #E42321
Black with #E42321
Text Example
Text Example
White with #E42321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42321; }
p { color: rgb(228,35,33); }
H1.HeaderClassName
{
color: #E42321;
}
.AnyTagClassName
{
color: #E42321;
}
</style>
background-color css
<style>
a { background-color: #E42321; }
a { background-color: rgb(228,35,33); }
div.DivClassName
{
background-color: #E42321;
}
.BgClassName
{
background-color: #E42321;
}
</style>
border-color css
<style>
span { border-color: #E42321; }
span { border-color: rgb(228,35,33); }
td.TdClassName
{
border-color: #E42321;
}
.TagClassName
{
border-color: #E42321;
}
</style>