Html Css Color HEX #E5211E Persian Red

📋 copy color: '#E5211E'

red 229 ◦ green 33 ◦ blue 30

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

Shades of Persian Red #E5211E

Tints of Persian Red #E5211E

RGB

 RED value IS 229 (89.84% from 255) = 78.42%

 GREEN value IS 33 (13.28% from 255) = 11.3%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 78.42%
G = 11.3%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5211E (or 0xE5211E) is known color: Persian Red. HEX triplet: E5, 21 and 1E. RGB value is (229,33,30). Sum of RGB (Red+Green+Blue) = 229+33+30=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5211E is #1ADEE1. Grayscale: #5B5B5B. Windows color (decimal): -1760994 or 1974757. OLE color: 1974757.

HSL color Cylindrical-coordinate representation of color #E5211E: hue angle of 0.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5211E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 30 -
CMYK 0 0.86 0.87 0.10
HSL 0.9º 0.79% 0.51% -
HSV(B) 0.9º 0.87% 0.9% -
XYZ 33.09 17.84 2.93 -
YUV 91.26 93.43 226.24 -
System Red Green Blue C M Y K H S L
Decimal 229 33 30 0 0.86 0.87 0.10 0.9 0.79 0.51
Hex E5 21 1E 0 56 57 A 1 4F 33
Octal 345 41 36 0 126 127 12 1 117 63
Binary 11100101 100001 11110 0 1010110 1010111 1010 1 1001111 110011

Color Harmonies of #E5211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5211E

Black with #E5211E

Text Example


Text Example

White with #E5211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5211E; }

 p { color: rgb(229,33,30); }

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

background-color css

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

 a { background-color: rgb(229,33,30); }

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

border-color css

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

 span { border-color: rgb(229,33,30); }

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