Html Css Color HEX #E22322 Persian Red

📋 copy color: '#E22322'

red 226 ◦ green 35 ◦ blue 34

#E22322
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #E22322

Tints of Persian Red #E22322

RGB

 RED value IS 226 (88.67% from 255) = 76.61%

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 76.61%
G = 11.86%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E22322 (or 0xE22322) is known color: Persian Red. HEX triplet: E2, 23 and 22. RGB value is (226,35,34). Sum of RGB (Red+Green+Blue) = 226+35+34=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E22322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22322 is #1DDCDD. Grayscale: #5C5C5C. Windows color (decimal): -1957086 or 2237410. OLE color: 2237410.

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

Color convert

RGB 226 35 34 -
CMYK 0 0.85 0.85 0.11
HSL 0.31º 0.77% 0.51% -
HSV(B) 0.31º 0.85% 0.89% -
XYZ 32.25 17.49 3.19 -
YUV 92 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 226 35 34 0 0.85 0.85 0.11 0.31 0.77 0.51
Hex E2 23 22 0 55 55 B 0 4D 33
Octal 342 43 42 0 125 125 13 0 115 63
Binary 11100010 100011 100010 0 1010101 1010101 1011 0 1001101 110011

Color Harmonies of #E22322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22322

Black with #E22322

Text Example


Text Example

White with #E22322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22322; }

 p { color: rgb(226,35,34); }

 H1.HeaderClassName
 {
   color: #E22322;
 }
 .AnyTagClassName
 {
   color: #E22322;
 }
</style>

background-color css

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

 a { background-color: rgb(226,35,34); }

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

border-color css

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

 span { border-color: rgb(226,35,34); }

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