#E12B22

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

Shades of Persian Red #E12B22

Tints of Persian Red #E12B22

Color information

#E12B22 (or 0xE12B22) is unknown color: approx Persian Red. HEX triplet: E1, 2B and 22. RGB value is (225,43,34). Sum of RGB (Red+Green+Blue) = 225+43+34=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B22 is #1ED4DD. Grayscale: #606060. Windows color (decimal): -2020574 or 2239457. OLE color: 2239457.

HSL color Cylindrical-coordinate representation of color #E12B22: hue angle of 2.83º 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 #E12B22 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2254334-
CMYK00.810.850.12
HSL2.83º76.1%50.78%-
HSV(B)2.83º84.89%88.24%-
XYZ32.217.853.26-
YUV96.3992.8219.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.50%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=74.50%
G=14.24%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225433400.810.850.122.8376.150.78
HexE12B2205155C34c33
Octal3415342012112514311463
Binary111000011010111000100101000110101011100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12B22; }

 p { color: rgb(225,43,34); }

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

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

 a { background-color: rgb(225,43,34); }

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

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

 span { border-color: rgb(225,43,34); }

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