#E22B21

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

Shades of Persian Red #E22B21

Tints of Persian Red #E22B21

Color information

#E22B21 (or 0xE22B21) is unknown color: approx Persian Red. HEX triplet: E2, 2B and 21. RGB value is (226,43,33). Sum of RGB (Red+Green+Blue) = 226+43+33=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B21 is #1DD4DE. Grayscale: #606060. Windows color (decimal): -1955039 or 2173922. OLE color: 2173922.

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

Color convert

RGB2264333-
CMYK00.810.850.11
HSL3.11º76.89%50.78%-
HSV(B)3.11º85.4%88.63%-
XYZ32.518.013.2-
YUV96.5892.13220.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.83%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=74.83%
G=14.24%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226433300.810.850.113.1176.8950.78
HexE22B2105155B34d33
Octal3425341012112513311563
Binary111000101010111000010101000110101011011111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B21; }

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

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

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

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

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

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

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

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