Html Css Color HEX #E3231F Persian Red

📋 copy color: '#E3231F'

red 227 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #E3231F

Tints of Persian Red #E3231F

RGB

 RED value IS 227 (89.06% from 255) = 77.47%

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 77.47%
G = 11.95%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3231F (or 0xE3231F) is known color: Persian Red. HEX triplet: E3, 23 and 1F. RGB value is (227,35,31). Sum of RGB (Red+Green+Blue) = 227+35+31=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E3231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3231F is #1CDCE0. Grayscale: #5C5C5C. Windows color (decimal): -1891553 or 2040803. OLE color: 2040803.

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

Color convert

RGB 227 35 31 -
CMYK 0 0.85 0.86 0.11
HSL 1.22º 0.78% 0.51% -
HSV(B) 1.22º 0.86% 0.89% -
XYZ 32.53 17.63 2.99 -
YUV 91.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 227 35 31 0 0.85 0.86 0.11 1.22 0.78 0.51
Hex E3 23 1F 0 55 56 B 1 4E 33
Octal 343 43 37 0 125 126 13 1 116 63
Binary 11100011 100011 11111 0 1010101 1010110 1011 1 1001110 110011

Color Harmonies of #E3231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3231F

Black with #E3231F

Text Example


Text Example

White with #E3231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3231F; }

 p { color: rgb(227,35,31); }

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

background-color css

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

 a { background-color: rgb(227,35,31); }

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

border-color css

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

 span { border-color: rgb(227,35,31); }

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