Html Css Color HEX #E22C29 Persian Red

📋 copy color: '#E22C29'

red 226 ◦ green 44 ◦ blue 41

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

Shades of Persian Red #E22C29

Tints of Persian Red #E22C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 72.67%
G = 14.15%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E22C29 (or 0xE22C29) is known color: Persian Red. HEX triplet: E2, 2C and 29. RGB value is (226,44,41). Sum of RGB (Red+Green+Blue) = 226+44+41=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C29 is #1DD3D6. Grayscale: #626262. Windows color (decimal): -1954775 or 2698466. OLE color: 2698466.

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

Color convert

RGB 226 44 41 -
CMYK 0 0.81 0.82 0.11
HSL 0.97º 0.76% 0.52% -
HSV(B) 0.97º 0.82% 0.89% -
XYZ 32.66 18.13 3.88 -
YUV 98.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 226 44 41 0 0.81 0.82 0.11 0.97 0.76 0.52
Hex E2 2C 29 0 51 52 B 1 4C 34
Octal 342 54 51 0 121 122 13 1 114 64
Binary 11100010 101100 101001 0 1010001 1010010 1011 1 1001100 110100

Color Harmonies of #E22C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22C29

Black with #E22C29

Text Example


Text Example

White with #E22C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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