Html Css Color HEX #E52726 Persian Red

📋 copy color: '#E52726'

red 229 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #E52726

Tints of Persian Red #E52726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 74.84%
G = 12.75%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E52726 (or 0xE52726) is known color: Persian Red. HEX triplet: E5, 27 and 26. RGB value is (229,39,38). Sum of RGB (Red+Green+Blue) = 229+39+38=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E52726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52726 is #1AD8D9. Grayscale: #5F5F5F. Windows color (decimal): -1759450 or 2500581. OLE color: 2500581.

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

Color convert

RGB 229 39 38 -
CMYK 0 0.83 0.83 0.10
HSL 0.31º 0.79% 0.52% -
HSV(B) 0.31º 0.83% 0.9% -
XYZ 33.39 18.25 3.6 -
YUV 95.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 229 39 38 0 0.83 0.83 0.10 0.31 0.79 0.52
Hex E5 27 26 0 53 53 A 0 4F 34
Octal 345 47 46 0 123 123 12 0 117 64
Binary 11100101 100111 100110 0 1010011 1010011 1010 0 1001111 110100

Color Harmonies of #E52726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52726

Black with #E52726

Text Example


Text Example

White with #E52726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52726; }

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

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

background-color css

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

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

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

border-color css

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

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

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