Html Css Color HEX #E52220 Persian Red

📋 copy color: '#E52220'

red 229 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #E52220

Tints of Persian Red #E52220

RGB

 RED value IS 229 (89.84% from 255) = 77.63%

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

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 77.63%
G = 11.53%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52220 (or 0xE52220) is known color: Persian Red. HEX triplet: E5, 22 and 20. RGB value is (229,34,32). Sum of RGB (Red+Green+Blue) = 229+34+32=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E52220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52220 is #1ADDDF. Grayscale: #5C5C5C. Windows color (decimal): -1760736 or 2106085. OLE color: 2106085.

HSL color Cylindrical-coordinate representation of color #E52220: hue angle of 0.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52220 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 32 -
CMYK 0 0.85 0.86 0.10
HSL 0.61º 0.79% 0.51% -
HSV(B) 0.61º 0.86% 0.9% -
XYZ 33.15 17.91 3.08 -
YUV 92.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 229 34 32 0 0.85 0.86 0.10 0.61 0.79 0.51
Hex E5 22 20 0 55 56 A 1 4F 33
Octal 345 42 40 0 125 126 12 1 117 63
Binary 11100101 100010 100000 0 1010101 1010110 1010 1 1001111 110011

Color Harmonies of #E52220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52220

Black with #E52220

Text Example


Text Example

White with #E52220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52220; }

 p { color: rgb(229,34,32); }

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

background-color css

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

 a { background-color: rgb(229,34,32); }

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

border-color css

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

 span { border-color: rgb(229,34,32); }

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