#E8201F

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

Shades of Persian Red #E8201F

Tints of Persian Red #E8201F

Color information

#E8201F (or 0xE8201F) is unknown color: approx Persian Red. HEX triplet: E8, 20 and 1F. RGB value is (232,32,31). Sum of RGB (Red+Green+Blue) = 232+32+31=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8201F is #17DFE0. Grayscale: #5B5B5B. Windows color (decimal): -1564641 or 2040040. OLE color: 2040040.

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

Color convert

RGB2323231-
CMYK00.860.870.09
HSL0.3º81.38%51.57%-
HSV(B)0.3º86.64%90.98%-
XYZ34.0418.293.03-
YUV91.6993.76228.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 78.64%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=78.64%
G=10.85%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232323100.860.870.090.381.3851.57
HexE8201F05657905134
Octal3504037012612711012164
Binary1110100010000011111010101101010111100101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8201F; }

 p { color: rgb(232,32,31); }

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

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

 a { background-color: rgb(232,32,31); }

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

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

 span { border-color: rgb(232,32,31); }

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