Html Css Color HEX #E52725 Persian Red

📋 copy color: '#E52725'

red 229 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #E52725

Tints of Persian Red #E52725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 75.08%
G = 12.79%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E52725 (or 0xE52725) is known color: Persian Red. HEX triplet: E5, 27 and 25. RGB value is (229,39,37). Sum of RGB (Red+Green+Blue) = 229+39+37=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E52725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52725 is #1AD8DA. Grayscale: #5F5F5F. Windows color (decimal): -1759451 or 2435045. OLE color: 2435045.

HSL color Cylindrical-coordinate representation of color #E52725: 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.84%. Process color model (Four color, CMYK) of #E52725 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 39 37 -
CMYK 0 0.83 0.84 0.10
HSL 0.63º 0.79% 0.52% -
HSV(B) 0.63º 0.84% 0.9% -
XYZ 33.37 18.24 3.51 -
YUV 95.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 229 39 37 0 0.83 0.84 0.10 0.63 0.79 0.52
Hex E5 27 25 0 53 54 A 1 4F 34
Octal 345 47 45 0 123 124 12 1 117 64
Binary 11100101 100111 100101 0 1010011 1010100 1010 1 1001111 110100

Color Harmonies of #E52725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52725

Black with #E52725

Text Example


Text Example

White with #E52725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52725; }

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

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

background-color css

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

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

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

border-color css

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

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

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