Html Css Color HEX #E7231E Persian Red

📋 copy color: '#E7231E'

red 231 ◦ green 35 ◦ blue 30

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

Shades of Persian Red #E7231E

Tints of Persian Red #E7231E

RGB

 RED value IS 231 (90.63% from 255) = 78.04%

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 78.04%
G = 11.82%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7231E (or 0xE7231E) is known color: Persian Red. HEX triplet: E7, 23 and 1E. RGB value is (231,35,30). Sum of RGB (Red+Green+Blue) = 231+35+30=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E7231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7231E is #18DCE1. Grayscale: #5D5D5D. Windows color (decimal): -1629410 or 1975271. OLE color: 1975271.

HSL color Cylindrical-coordinate representation of color #E7231E: hue angle of 1.49º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 35 30 -
CMYK 0 0.85 0.87 0.09
HSL 1.49º 0.81% 0.51% -
HSV(B) 1.49º 0.87% 0.91% -
XYZ 33.79 18.28 2.98 -
YUV 93.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 231 35 30 0 0.85 0.87 0.09 1.49 0.81 0.51
Hex E7 23 1E 0 55 57 9 1 51 33
Octal 347 43 36 0 125 127 11 1 121 63
Binary 11100111 100011 11110 0 1010101 1010111 1001 1 1010001 110011

Color Harmonies of #E7231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7231E

Black with #E7231E

Text Example


Text Example

White with #E7231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7231E; }

 p { color: rgb(231,35,30); }

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

background-color css

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

 a { background-color: rgb(231,35,30); }

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

border-color css

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

 span { border-color: rgb(231,35,30); }

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