#E7231F

Color #E7231F Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #E7231F

Tints of Persian Red #E7231F

Color information

#E7231F (or 0xE7231F) is unknown color: approx Persian Red. HEX triplet: E7, 23 and 1F. RGB value is (231,35,31). Sum of RGB (Red+Green+Blue) = 231+35+31=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7231F is #18DCE0. Grayscale: #5D5D5D. Windows color (decimal): -1629409 or 2040807. OLE color: 2040807.

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

Color convert

RGB2313531-
CMYK00.850.870.09
HSL1.2º80.65%51.37%-
HSV(B)1.2º86.58%90.59%-
XYZ33.818.293.04-
YUV93.1592.93226.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 77.78%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=77.78%
G=11.78%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231353100.850.870.091.280.6551.37
HexE7231F05557915133
Octal3474337012512711112163
Binary1110011110001111111010101011010111100111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7231F; }

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

 H1.HeaderClassName
 {
   color: #E7231F;
 }
 .AnyTagClassName
 {
   color: #E7231F;
 }
</style>
background-color css

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

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

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

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

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

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