Html Css Color HEX #E52720 Persian Red

📋 copy color: '#E52720'

red 229 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #E52720

Tints of Persian Red #E52720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 76.33%
G = 13%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52720 (or 0xE52720) is known color: Persian Red. HEX triplet: E5, 27 and 20. RGB value is (229,39,32). Sum of RGB (Red+Green+Blue) = 229+39+32=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E52720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52720 is #1AD8DF. Grayscale: #5F5F5F. Windows color (decimal): -1759456 or 2107365. OLE color: 2107365.

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

Color convert

RGB 229 39 32 -
CMYK 0 0.83 0.86 0.10
HSL 2.13º 0.79% 0.51% -
HSV(B) 2.13º 0.86% 0.9% -
XYZ 33.3 18.21 3.13 -
YUV 95.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 229 39 32 0 0.83 0.86 0.10 2.13 0.79 0.51
Hex E5 27 20 0 53 56 A 2 4F 33
Octal 345 47 40 0 123 126 12 2 117 63
Binary 11100101 100111 100000 0 1010011 1010110 1010 10 1001111 110011

Color Harmonies of #E52720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52720

Black with #E52720

Text Example


Text Example

White with #E52720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52720; }

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

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

background-color css

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

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

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

border-color css

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

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

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