#E12621

Color #E12621 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #E12621

Tints of Persian Red #E12621

Color information

#E12621 (or 0xE12621) is unknown color: approx Persian Red. HEX triplet: E1, 26 and 21. RGB value is (225,38,33). Sum of RGB (Red+Green+Blue) = 225+38+33=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E12621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12621 is #1ED9DE. Grayscale: #5D5D5D. Windows color (decimal): -2021855 or 2172641. OLE color: 2172641.

HSL color Cylindrical-coordinate representation of color #E12621: hue angle of 1.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E12621 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2253833-
CMYK00.830.850.12
HSL1.56º76.19%50.59%-
HSV(B)1.56º85.33%88.24%-
XYZ32.0217.53.13-
YUV93.3493.95221.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 76.01%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=76.01%
G=12.84%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225383300.830.850.121.5676.1950.59
HexE1262105355C24c33
Octal3414641012312514211463
Binary111000011001101000010101001110101011100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12621; }

 p { color: rgb(225,38,33); }

 H1.HeaderClassName
 {
   color: #E12621;
 }
 .AnyTagClassName
 {
   color: #E12621;
 }
</style>
background-color css

<style>
 a { background-color: #E12621; }

 a { background-color: rgb(225,38,33); }

 div.DivClassName
 {
   background-color: #E12621;
 }
 .BgClassName
 {
   background-color: #E12621;
 }
</style>
border-color css

<style>
 span { border-color: #E12621; }

 span { border-color: rgb(225,38,33); }

 td.TdClassName
 {
   border-color: #E12621;
 }
 .TagClassName
 {
   border-color: #E12621;
 }
</style>