Shades of Persian Red #E62423
Tints of Persian Red #E62423
RGB
CMYK
RGB Variations
Color information
#E62423 (or 0xE62423) is known color: Persian Red. HEX triplet: E6, 24 and 23. RGB value is (230,36,35). Sum of RGB (Red+Green+Blue) = 230+36+35=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E62423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62423 is #19DBDC. Grayscale: #5E5E5E. Windows color (decimal): -1694685 or 2303206. OLE color: 2303206.
HSL color Cylindrical-coordinate representation of color #E62423: hue angle of 0.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62423 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 35 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.10 |
| HSL | 0.31º | 0.8% | 0.52% | - |
| HSV(B) | 0.31º | 0.85% | 0.9% | - |
| XYZ | 33.57 | 18.21 | 3.34 | - |
| YUV | 93.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 35 | 0 | 0.84 | 0.85 | 0.10 | 0.31 | 0.8 | 0.52 |
| Hex | E6 | 24 | 23 | 0 | 54 | 55 | A | 0 | 50 | 34 |
| Octal | 346 | 44 | 43 | 0 | 124 | 125 | 12 | 0 | 120 | 64 |
| Binary | 11100110 | 100100 | 100011 | 0 | 1010100 | 1010101 | 1010 | 0 | 1010000 | 110100 |
Color Harmonies of #E62423
Complementary color
Monochromatic Colors of #E62423
Black with #E62423
Text Example
Text Example
White with #E62423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62423; }
p { color: rgb(230,36,35); }
H1.HeaderClassName
{
color: #E62423;
}
.AnyTagClassName
{
color: #E62423;
}
</style>
background-color css
<style>
a { background-color: #E62423; }
a { background-color: rgb(230,36,35); }
div.DivClassName
{
background-color: #E62423;
}
.BgClassName
{
background-color: #E62423;
}
</style>
border-color css
<style>
span { border-color: #E62423; }
span { border-color: rgb(230,36,35); }
td.TdClassName
{
border-color: #E62423;
}
.TagClassName
{
border-color: #E62423;
}
</style>