Html Css Color HEX #E52724 Persian Red

📋 copy color: '#E52724'

red 229 ◦ green 39 ◦ blue 36

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

Shades of Persian Red #E52724

Tints of Persian Red #E52724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 75.33%
G = 12.83%
B = 11.84%

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

#E52724 (or 0xE52724) is known color: Persian Red. HEX triplet: E5, 27 and 24. RGB value is (229,39,36). Sum of RGB (Red+Green+Blue) = 229+39+36=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E52724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52724 is #1AD8DB. Grayscale: #5F5F5F. Windows color (decimal): -1759452 or 2369509. OLE color: 2369509.

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

Color convert

RGB 229 39 36 -
CMYK 0 0.83 0.84 0.10
HSL 0.93º 0.79% 0.52% -
HSV(B) 0.93º 0.84% 0.9% -
XYZ 33.36 18.24 3.43 -
YUV 95.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 229 39 36 0 0.83 0.84 0.10 0.93 0.79 0.52
Hex E5 27 24 0 53 54 A 1 4F 34
Octal 345 47 44 0 123 124 12 1 117 64
Binary 11100101 100111 100100 0 1010011 1010100 1010 1 1001111 110100

Color Harmonies of #E52724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52724

Black with #E52724

Text Example


Text Example

White with #E52724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52724; }

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

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

background-color css

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

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

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

border-color css

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

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

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