Html Css Color HEX #E4211F Persian Red

📋 copy color: '#E4211F'

red 228 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #E4211F

Tints of Persian Red #E4211F

RGB

 RED value IS 228 (89.45% from 255) = 78.08%

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

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

R = 78.08%
G = 11.3%
B = 10.62%

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

#E4211F (or 0xE4211F) is known color: Persian Red. HEX triplet: E4, 21 and 1F. RGB value is (228,33,31). Sum of RGB (Red+Green+Blue) = 228+33+31=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E4211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4211F is #1BDEE0. Grayscale: #5B5B5B. Windows color (decimal): -1826529 or 2040292. OLE color: 2040292.

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

Color convert

RGB 228 33 31 -
CMYK 0 0.86 0.86 0.11
HSL 0.61º 0.78% 0.51% -
HSV(B) 0.61º 0.86% 0.89% -
XYZ 32.79 17.68 2.98 -
YUV 91.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 228 33 31 0 0.86 0.86 0.11 0.61 0.78 0.51
Hex E4 21 1F 0 56 56 B 1 4E 33
Octal 344 41 37 0 126 126 13 1 116 63
Binary 11100100 100001 11111 0 1010110 1010110 1011 1 1001110 110011

Color Harmonies of #E4211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4211F

Black with #E4211F

Text Example


Text Example

White with #E4211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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