Shades of Persian Red #E6231E
Tints of Persian Red #E6231E
RGB
CMYK
RGB Variations
Color information
#E6231E (or 0xE6231E) is known color: Persian Red. HEX triplet: E6, 23 and 1E. RGB value is (230,35,30). Sum of RGB (Red+Green+Blue) = 230+35+30=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6231E is #19DCE1. Grayscale: #5C5C5C. Windows color (decimal): -1694946 or 1975270. OLE color: 1975270.
HSL color Cylindrical-coordinate representation of color #E6231E: hue angle of 1.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.10 |
| HSL | 1.5º | 0.8% | 0.51% | - |
| HSV(B) | 1.5º | 0.87% | 0.9% | - |
| XYZ | 33.47 | 18.12 | 2.96 | - |
| YUV | 92.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 30 | 0 | 0.85 | 0.87 | 0.10 | 1.5 | 0.8 | 0.51 |
| Hex | E6 | 23 | 1E | 0 | 55 | 57 | A | 2 | 50 | 33 |
| Octal | 346 | 43 | 36 | 0 | 125 | 127 | 12 | 2 | 120 | 63 |
| Binary | 11100110 | 100011 | 11110 | 0 | 1010101 | 1010111 | 1010 | 10 | 1010000 | 110011 |
Color Harmonies of #E6231E
Complementary color
Monochromatic Colors of #E6231E
Black with #E6231E
Text Example
Text Example
White with #E6231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6231E; }
p { color: rgb(230,35,30); }
H1.HeaderClassName
{
color: #E6231E;
}
.AnyTagClassName
{
color: #E6231E;
}
</style>
background-color css
<style>
a { background-color: #E6231E; }
a { background-color: rgb(230,35,30); }
div.DivClassName
{
background-color: #E6231E;
}
.BgClassName
{
background-color: #E6231E;
}
</style>
border-color css
<style>
span { border-color: #E6231E; }
span { border-color: rgb(230,35,30); }
td.TdClassName
{
border-color: #E6231E;
}
.TagClassName
{
border-color: #E6231E;
}
</style>