Html Css Color HEX #E32420 Persian Red

📋 copy color: '#E32420'

red 227 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #E32420

Tints of Persian Red #E32420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 76.95%
G = 12.2%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E32420 (or 0xE32420) is known color: Persian Red. HEX triplet: E3, 24 and 20. RGB value is (227,36,32). Sum of RGB (Red+Green+Blue) = 227+36+32=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E32420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32420 is #1CDBDF. Grayscale: #5C5C5C. Windows color (decimal): -1891296 or 2106595. OLE color: 2106595.

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

Color convert

RGB 227 36 32 -
CMYK 0 0.84 0.86 0.11
HSL 1.23º 0.78% 0.51% -
HSV(B) 1.23º 0.86% 0.89% -
XYZ 32.57 17.7 3.07 -
YUV 92.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 227 36 32 0 0.84 0.86 0.11 1.23 0.78 0.51
Hex E3 24 20 0 54 56 B 1 4E 33
Octal 343 44 40 0 124 126 13 1 116 63
Binary 11100011 100100 100000 0 1010100 1010110 1011 1 1001110 110011

Color Harmonies of #E32420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32420

Black with #E32420

Text Example


Text Example

White with #E32420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32420; }

 p { color: rgb(227,36,32); }

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

background-color css

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

 a { background-color: rgb(227,36,32); }

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

border-color css

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

 span { border-color: rgb(227,36,32); }

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