Html Css Color HEX #E52120 Persian Red

📋 copy color: '#E52120'

red 229 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #E52120

Tints of Persian Red #E52120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 77.89%
G = 11.22%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52120 (or 0xE52120) is known color: Persian Red. HEX triplet: E5, 21 and 20. RGB value is (229,33,32). Sum of RGB (Red+Green+Blue) = 229+33+32=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E52120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52120 is #1ADEDF. Grayscale: #5B5B5B. Windows color (decimal): -1760992 or 2105829. OLE color: 2105829.

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

Color convert

RGB 229 33 32 -
CMYK 0 0.86 0.86 0.10
HSL 0.3º 0.79% 0.51% -
HSV(B) 0.3º 0.86% 0.9% -
XYZ 33.12 17.85 3.07 -
YUV 91.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 229 33 32 0 0.86 0.86 0.10 0.3 0.79 0.51
Hex E5 21 20 0 56 56 A 0 4F 33
Octal 345 41 40 0 126 126 12 0 117 63
Binary 11100101 100001 100000 0 1010110 1010110 1010 0 1001111 110011

Color Harmonies of #E52120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52120

Black with #E52120

Text Example


Text Example

White with #E52120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52120; }

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

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

background-color css

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

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

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

border-color css

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

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

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