#E22C2B

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

Shades of Persian Red #E22C2B

Tints of Persian Red #E22C2B

Color information

#E22C2B (or 0xE22C2B) is unknown color: approx Persian Red. HEX triplet: E2, 2C and 2B. RGB value is (226,44,43). Sum of RGB (Red+Green+Blue) = 226+44+43=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C2B is #1DD3D4. Grayscale: #626262. Windows color (decimal): -1954773 or 2829538. OLE color: 2829538.

HSL color Cylindrical-coordinate representation of color #E22C2B: hue angle of 0.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C2B is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2264443-
CMYK00.810.810.11
HSL0.33º75.93%52.75%-
HSV(B)0.33º80.97%88.63%-
XYZ32.718.144.06-
YUV98.396.8219.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.20%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=72.20%
G=14.06%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226444300.810.810.110.3375.9352.75
HexE22C2B05151B04c35
Octal3425453012112113011465
Binary11100010101100101011010100011010001101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22C2B; }

 p { color: rgb(226,44,43); }

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

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

 a { background-color: rgb(226,44,43); }

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

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

 span { border-color: rgb(226,44,43); }

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