Html Css Color HEX #E52520 Persian Red

📋 copy color: '#E52520'

red 229 ◦ green 37 ◦ blue 32

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

Shades of Persian Red #E52520

Tints of Persian Red #E52520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 76.85%
G = 12.42%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52520 (or 0xE52520) is known color: Persian Red. HEX triplet: E5, 25 and 20. RGB value is (229,37,32). Sum of RGB (Red+Green+Blue) = 229+37+32=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52520 is #1ADADF. Grayscale: #5E5E5E. Windows color (decimal): -1759968 or 2106853. OLE color: 2106853.

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

Color convert

RGB 229 37 32 -
CMYK 0 0.84 0.86 0.10
HSL 1.52º 0.79% 0.51% -
HSV(B) 1.52º 0.86% 0.9% -
XYZ 33.24 18.09 3.11 -
YUV 93.84 93.11 224.41 -
System Red Green Blue C M Y K H S L
Decimal 229 37 32 0 0.84 0.86 0.10 1.52 0.79 0.51
Hex E5 25 20 0 54 56 A 2 4F 33
Octal 345 45 40 0 124 126 12 2 117 63
Binary 11100101 100101 100000 0 1010100 1010110 1010 10 1001111 110011

Color Harmonies of #E52520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52520

Black with #E52520

Text Example


Text Example

White with #E52520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52520; }

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

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

background-color css

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

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

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

border-color css

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

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

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