Html Css Color HEX #E32523 Persian Red

📋 copy color: '#E32523'

red 227 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #E32523

Tints of Persian Red #E32523

RGB

 RED value IS 227 (89.06% from 255) = 75.92%

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 75.92%
G = 12.37%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E32523 (or 0xE32523) is known color: Persian Red. HEX triplet: E3, 25 and 23. RGB value is (227,37,35). Sum of RGB (Red+Green+Blue) = 227+37+35=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E32523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32523 is #1CDADC. Grayscale: #5D5D5D. Windows color (decimal): -1891037 or 2303459. OLE color: 2303459.

HSL color Cylindrical-coordinate representation of color #E32523: hue angle of 0.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32523 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 35 -
CMYK 0 0.84 0.85 0.11
HSL 0.63º 0.77% 0.51% -
HSV(B) 0.63º 0.85% 0.89% -
XYZ 32.64 17.78 3.3 -
YUV 93.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 227 37 35 0 0.84 0.85 0.11 0.63 0.77 0.51
Hex E3 25 23 0 54 55 B 1 4D 33
Octal 343 45 43 0 124 125 13 1 115 63
Binary 11100011 100101 100011 0 1010100 1010101 1011 1 1001101 110011

Color Harmonies of #E32523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32523

Black with #E32523

Text Example


Text Example

White with #E32523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32523; }

 p { color: rgb(227,37,35); }

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

background-color css

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

 a { background-color: rgb(227,37,35); }

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

border-color css

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

 span { border-color: rgb(227,37,35); }

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