#E72321

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

Shades of Persian Red #E72321

Tints of Persian Red #E72321

Color information

#E72321 (or 0xE72321) is unknown color: approx Persian Red. HEX triplet: E7, 23 and 21. RGB value is (231,35,33). Sum of RGB (Red+Green+Blue) = 231+35+33=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E72321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72321 is #18DCDE. Grayscale: #5D5D5D. Windows color (decimal): -1629407 or 2171879. OLE color: 2171879.

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

Color convert

RGB2313533-
CMYK00.850.860.09
HSL0.61º80.49%51.76%-
HSV(B)0.61º85.71%90.59%-
XYZ33.8318.33.19-
YUV93.3893.93226.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 77.26%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 33 (13.28% from 255) = 11.04%
R=77.26%
G=11.71%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231353300.850.860.090.6180.4951.76
HexE7232105556915034
Octal3474341012512611112064
Binary11100111100011100001010101011010110100111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72321; }

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

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

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

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

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

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

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

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