Html Css Color HEX #E52320 Persian Red

📋 copy color: '#E52320'

red 229 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #E52320

Tints of Persian Red #E52320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 77.36%
G = 11.82%
B = 10.81%

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

#E52320 (or 0xE52320) is known color: Persian Red. HEX triplet: E5, 23 and 20. RGB value is (229,35,32). Sum of RGB (Red+Green+Blue) = 229+35+32=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E52320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52320 is #1ADCDF. Grayscale: #5C5C5C. Windows color (decimal): -1760480 or 2106341. OLE color: 2106341.

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

Color convert

RGB 229 35 32 -
CMYK 0 0.85 0.86 0.10
HSL 0.91º 0.79% 0.51% -
HSV(B) 0.91º 0.86% 0.9% -
XYZ 33.17 17.96 3.09 -
YUV 92.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 229 35 32 0 0.85 0.86 0.10 0.91 0.79 0.51
Hex E5 23 20 0 55 56 A 1 4F 33
Octal 345 43 40 0 125 126 12 1 117 63
Binary 11100101 100011 100000 0 1010101 1010110 1010 1 1001111 110011

Color Harmonies of #E52320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52320

Black with #E52320

Text Example


Text Example

White with #E52320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52320; }

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

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

background-color css

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

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

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

border-color css

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

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

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