Html Css Color HEX #E32522 Persian Red

📋 copy color: '#E32522'

red 227 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #E32522

Tints of Persian Red #E32522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 76.17%
G = 12.42%
B = 11.41%

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

#E32522 (or 0xE32522) is known color: Persian Red. HEX triplet: E3, 25 and 22. RGB value is (227,37,34). Sum of RGB (Red+Green+Blue) = 227+37+34=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E32522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32522 is #1CDADD. Grayscale: #5D5D5D. Windows color (decimal): -1891038 or 2237923. OLE color: 2237923.

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

Color convert

RGB 227 37 34 -
CMYK 0 0.84 0.85 0.11
HSL 0.93º 0.78% 0.51% -
HSV(B) 0.93º 0.85% 0.89% -
XYZ 32.63 17.77 3.22 -
YUV 93.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 227 37 34 0 0.84 0.85 0.11 0.93 0.78 0.51
Hex E3 25 22 0 54 55 B 1 4E 33
Octal 343 45 42 0 124 125 13 1 116 63
Binary 11100011 100101 100010 0 1010100 1010101 1011 1 1001110 110011

Color Harmonies of #E32522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32522

Black with #E32522

Text Example


Text Example

White with #E32522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32522; }

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

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

background-color css

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

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

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

border-color css

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

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

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