#E12C22

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

Shades of Persian Red #E12C22

Tints of Persian Red #E12C22

Color information

#E12C22 (or 0xE12C22) is unknown color: approx Persian Red. HEX triplet: E1, 2C and 22. RGB value is (225,44,34). Sum of RGB (Red+Green+Blue) = 225+44+34=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C22 is #1ED3DD. Grayscale: #616161. Windows color (decimal): -2020318 or 2239713. OLE color: 2239713.

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

Color convert

RGB2254434-
CMYK00.800.850.12
HSL3.14º76.1%50.78%-
HSV(B)3.14º84.89%88.24%-
XYZ32.2417.923.27-
YUV96.9892.47219.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.26%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=74.26%
G=14.52%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225443400.800.850.123.1476.150.78
HexE12C2205055C34c33
Octal3415442012012514311463
Binary111000011011001000100101000010101011100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12C22; }

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

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

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

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

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

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

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

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