Html Css Color HEX #E32926 Persian Red

📋 copy color: '#E32926'

red 227 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #E32926

Tints of Persian Red #E32926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 74.18%
G = 13.4%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E32926 (or 0xE32926) is known color: Persian Red. HEX triplet: E3, 29 and 26. RGB value is (227,41,38). Sum of RGB (Red+Green+Blue) = 227+41+38=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E32926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32926 is #1CD6D9. Grayscale: #606060. Windows color (decimal): -1890010 or 2501091. OLE color: 2501091.

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

Color convert

RGB 227 41 38 -
CMYK 0 0.82 0.83 0.11
HSL 0.95º 0.77% 0.52% -
HSV(B) 0.95º 0.83% 0.89% -
XYZ 32.82 18.06 3.59 -
YUV 96.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 227 41 38 0 0.82 0.83 0.11 0.95 0.77 0.52
Hex E3 29 26 0 52 53 B 1 4D 34
Octal 343 51 46 0 122 123 13 1 115 64
Binary 11100011 101001 100110 0 1010010 1010011 1011 1 1001101 110100

Color Harmonies of #E32926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32926

Black with #E32926

Text Example


Text Example

White with #E32926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32926; }

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

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

background-color css

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

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

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

border-color css

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

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

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