Html Css Color HEX #E2201F Persian Red

📋 copy color: '#E2201F'

red 226 ◦ green 32 ◦ blue 31

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

Shades of Persian Red #E2201F

Tints of Persian Red #E2201F

RGB

 RED value IS 226 (88.67% from 255) = 78.2%

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 78.2%
G = 11.07%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2201F (or 0xE2201F) is known color: Persian Red. HEX triplet: E2, 20 and 1F. RGB value is (226,32,31). Sum of RGB (Red+Green+Blue) = 226+32+31=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2201F is #1DDFE0. Grayscale: #5A5A5A. Windows color (decimal): -1957857 or 2040034. OLE color: 2040034.

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

Color convert

RGB 226 32 31 -
CMYK 0 0.86 0.86 0.11
HSL 0.31º 0.77% 0.5% -
HSV(B) 0.31º 0.86% 0.89% -
XYZ 32.13 17.3 2.94 -
YUV 89.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 226 32 31 0 0.86 0.86 0.11 0.31 0.77 0.5
Hex E2 20 1F 0 56 56 B 0 4D 32
Octal 342 40 37 0 126 126 13 0 115 62
Binary 11100010 100000 11111 0 1010110 1010110 1011 0 1001101 110010

Color Harmonies of #E2201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2201F

Black with #E2201F

Text Example


Text Example

White with #E2201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2201F; }

 p { color: rgb(226,32,31); }

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

background-color css

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

 a { background-color: rgb(226,32,31); }

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

border-color css

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

 span { border-color: rgb(226,32,31); }

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