#e01f1e

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

Shades of Persian Red #E01F1E

Tints of Persian Red #E01F1E

Color information

#E01F1E (or 0xE01F1E) is unknown color: approx Persian Red. HEX triplet: E0, 1F and 1E. RGB value is (224,31,30). Sum of RGB (Red+Green+Blue) = 224+31+30=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F1E is #1FE0E1. Grayscale: #585858. Windows color (decimal): -2089186 or 1974240. OLE color: 1974240.

HSL color Cylindrical-coordinate representation of color #E01F1E: hue angle of 0.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01F1E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2243130-
CMYK00.860.870.12
HSL0.31º76.38%49.8%-
HSV(B)0.31º86.61%87.84%-
XYZ31.4616.922.84-
YUV88.5994.94224.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 78.60%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=78.60%
G=10.88%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224313000.860.870.120.3176.3849.8
HexE01F1E05657C04c32
Octal3403736012612714011462
Binary111000001111111110010101101010111110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01f1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01f1e; }

 p { color: rgb(224,31,30); }

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

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

 a { background-color: rgb(224,31,30); }

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

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

 span { border-color: rgb(224,31,30); }

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