Html Css Color HEX #E1221E Persian Red

📋 copy color: '#E1221E'

red 225 ◦ green 34 ◦ blue 30

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

Shades of Persian Red #E1221E

Tints of Persian Red #E1221E

RGB

 RED value IS 225 (88.28% from 255) = 77.85%

 GREEN value IS 34 (13.67% from 255) = 11.76%

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

R = 77.85%
G = 11.76%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1221E (or 0xE1221E) is known color: Persian Red. HEX triplet: E1, 22 and 1E. RGB value is (225,34,30). Sum of RGB (Red+Green+Blue) = 225+34+30=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1221E is #1EDDE1. Grayscale: #5A5A5A. Windows color (decimal): -2022882 or 1975009. OLE color: 1975009.

HSL color Cylindrical-coordinate representation of color #E1221E: hue angle of 1.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1221E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 30 -
CMYK 0 0.85 0.87 0.12
HSL 1.23º 0.76% 0.5% -
HSV(B) 1.23º 0.87% 0.88% -
XYZ 31.86 17.25 2.88 -
YUV 90.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 225 34 30 0 0.85 0.87 0.12 1.23 0.76 0.5
Hex E1 22 1E 0 55 57 C 1 4C 32
Octal 341 42 36 0 125 127 14 1 114 62
Binary 11100001 100010 11110 0 1010101 1010111 1100 1 1001100 110010

Color Harmonies of #E1221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1221E

Black with #E1221E

Text Example


Text Example

White with #E1221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1221E; }

 p { color: rgb(225,34,30); }

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

background-color css

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

 a { background-color: rgb(225,34,30); }

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

border-color css

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

 span { border-color: rgb(225,34,30); }

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