Html Css Color HEX #E32920 Persian Red

📋 copy color: '#E32920'

red 227 ◦ green 41 ◦ blue 32

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

Shades of Persian Red #E32920

Tints of Persian Red #E32920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 75.67%
G = 13.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E32920 (or 0xE32920) is known color: Persian Red. HEX triplet: E3, 29 and 20. RGB value is (227,41,32). Sum of RGB (Red+Green+Blue) = 227+41+32=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E32920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32920 is #1CD6DF. Grayscale: #5F5F5F. Windows color (decimal): -1890016 or 2107875. OLE color: 2107875.

HSL color Cylindrical-coordinate representation of color #E32920: hue angle of 2.77º 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 #E32920 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 32 -
CMYK 0 0.82 0.86 0.11
HSL 2.77º 0.78% 0.51% -
HSV(B) 2.77º 0.86% 0.89% -
XYZ 32.73 18.02 3.12 -
YUV 95.59 92.12 221.73 -
System Red Green Blue C M Y K H S L
Decimal 227 41 32 0 0.82 0.86 0.11 2.77 0.78 0.51
Hex E3 29 20 0 52 56 B 3 4E 33
Octal 343 51 40 0 122 126 13 3 116 63
Binary 11100011 101001 100000 0 1010010 1010110 1011 11 1001110 110011

Color Harmonies of #E32920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32920

Black with #E32920

Text Example


Text Example

White with #E32920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32920; }

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

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

background-color css

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

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

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

border-color css

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

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

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