Html Css Color HEX #E0221F Persian Red

📋 copy color: '#E0221F'

red 224 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #E0221F

Tints of Persian Red #E0221F

RGB

 RED value IS 224 (87.89% from 255) = 77.51%

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

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

R = 77.51%
G = 11.76%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0221F (or 0xE0221F) is known color: Persian Red. HEX triplet: E0, 22 and 1F. RGB value is (224,34,31). Sum of RGB (Red+Green+Blue) = 224+34+31=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0221F is #1FDDE0. Grayscale: #5A5A5A. Windows color (decimal): -2088417 or 2040544. OLE color: 2040544.

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

Color convert

RGB 224 34 31 -
CMYK 0 0.85 0.86 0.12
HSL 0.93º 0.76% 0.5% -
HSV(B) 0.93º 0.86% 0.88% -
XYZ 31.56 17.09 2.93 -
YUV 90.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 224 34 31 0 0.85 0.86 0.12 0.93 0.76 0.5
Hex E0 22 1F 0 55 56 C 1 4C 32
Octal 340 42 37 0 125 126 14 1 114 62
Binary 11100000 100010 11111 0 1010101 1010110 1100 1 1001100 110010

Color Harmonies of #E0221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0221F

Black with #E0221F

Text Example


Text Example

White with #E0221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0221F; }

 p { color: rgb(224,34,31); }

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

background-color css

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

 a { background-color: rgb(224,34,31); }

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

border-color css

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

 span { border-color: rgb(224,34,31); }

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