Html Css Color HEX #E0211F Persian Red

📋 copy color: '#E0211F'

red 224 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #E0211F

Tints of Persian Red #E0211F

RGB

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

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

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

R = 77.78%
G = 11.46%
B = 10.76%

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

#E0211F (or 0xE0211F) is known color: Persian Red. HEX triplet: E0, 21 and 1F. RGB value is (224,33,31). Sum of RGB (Red+Green+Blue) = 224+33+31=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E0211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0211F is #1FDEE0. Grayscale: #5A5A5A. Windows color (decimal): -2088673 or 2040288. OLE color: 2040288.

HSL color Cylindrical-coordinate representation of color #E0211F: hue angle of 0.62º 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 #E0211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 31 -
CMYK 0 0.85 0.86 0.12
HSL 0.62º 0.76% 0.5% -
HSV(B) 0.62º 0.86% 0.88% -
XYZ 31.53 17.03 2.92 -
YUV 89.88 94.78 223.66 -
System Red Green Blue C M Y K H S L
Decimal 224 33 31 0 0.85 0.86 0.12 0.62 0.76 0.5
Hex E0 21 1F 0 55 56 C 1 4C 32
Octal 340 41 37 0 125 126 14 1 114 62
Binary 11100000 100001 11111 0 1010101 1010110 1100 1 1001100 110010

Color Harmonies of #E0211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0211F

Black with #E0211F

Text Example


Text Example

White with #E0211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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