Shades of Persian Red #E42929
Tints of Persian Red #E42929
RGB
CMYK
RGB Variations
Color information
#E42929 (or 0xE42929) is known color: Persian Red. HEX triplet: E4, 29 and 29. RGB value is (228,41,41). Sum of RGB (Red+Green+Blue) = 228+41+41=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E42929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42929 is #1BD6D6. Grayscale: #616161. Windows color (decimal): -1824471 or 2697700. OLE color: 2697700.
HSL color Cylindrical-coordinate representation of color #E42929: hue angle of 0º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42929 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 41 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.11 |
| HSL | 0º | 0.78% | 0.53% | - |
| HSV(B) | 0º | 0.82% | 0.89% | - |
| XYZ | 33.19 | 18.24 | 3.87 | - |
| YUV | 96.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 41 | 0 | 0.82 | 0.82 | 0.11 | 0 | 0.78 | 0.53 |
| Hex | E4 | 29 | 29 | 0 | 52 | 52 | B | 0 | 4E | 35 |
| Octal | 344 | 51 | 51 | 0 | 122 | 122 | 13 | 0 | 116 | 65 |
| Binary | 11100100 | 101001 | 101001 | 0 | 1010010 | 1010010 | 1011 | 0 | 1001110 | 110101 |
Color Harmonies of #E42929
Complementary color
Monochromatic Colors of #E42929
Black with #E42929
Text Example
Text Example
White with #E42929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42929; }
p { color: rgb(228,41,41); }
H1.HeaderClassName
{
color: #E42929;
}
.AnyTagClassName
{
color: #E42929;
}
</style>
background-color css
<style>
a { background-color: #E42929; }
a { background-color: rgb(228,41,41); }
div.DivClassName
{
background-color: #E42929;
}
.BgClassName
{
background-color: #E42929;
}
</style>
border-color css
<style>
span { border-color: #E42929; }
span { border-color: rgb(228,41,41); }
td.TdClassName
{
border-color: #E42929;
}
.TagClassName
{
border-color: #E42929;
}
</style>