Html Css Color HEX #E52523 Persian Red

📋 copy color: '#E52523'

red 229 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #E52523

Tints of Persian Red #E52523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 76.08%
G = 12.29%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E52523 (or 0xE52523) is known color: Persian Red. HEX triplet: E5, 25 and 23. RGB value is (229,37,35). Sum of RGB (Red+Green+Blue) = 229+37+35=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E52523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52523 is #1ADADC. Grayscale: #5E5E5E. Windows color (decimal): -1759965 or 2303461. OLE color: 2303461.

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

Color convert

RGB 229 37 35 -
CMYK 0 0.84 0.85 0.10
HSL 0.62º 0.79% 0.52% -
HSV(B) 0.62º 0.85% 0.9% -
XYZ 33.28 18.1 3.33 -
YUV 94.18 94.61 224.16 -
System Red Green Blue C M Y K H S L
Decimal 229 37 35 0 0.84 0.85 0.10 0.62 0.79 0.52
Hex E5 25 23 0 54 55 A 1 4F 34
Octal 345 45 43 0 124 125 12 1 117 64
Binary 11100101 100101 100011 0 1010100 1010101 1010 1 1001111 110100

Color Harmonies of #E52523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52523

Black with #E52523

Text Example


Text Example

White with #E52523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52523; }

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

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

background-color css

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

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

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

border-color css

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

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

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