#e01e1d

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

Shades of Persian Red #E01E1D

Tints of Persian Red #E01E1D

Color information

#E01E1D (or 0xE01E1D) is unknown color: approx Persian Red. HEX triplet: E0, 1E and 1D. RGB value is (224,30,29). Sum of RGB (Red+Green+Blue) = 224+30+29=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E1D is #1FE1E2. Grayscale: #585858. Windows color (decimal): -2089443 or 1908448. OLE color: 1908448.

HSL color Cylindrical-coordinate representation of color #E01E1D: hue angle of 0.31º degrees, saturation: 0.77, 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 #E01E1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2243029-
CMYK00.870.870.12
HSL0.31º77.08%49.61%-
HSV(B)0.31º87.05%87.84%-
XYZ31.4316.862.76-
YUV87.8994.77225.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.15%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=79.15%
G=10.60%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224302900.870.870.120.3177.0849.61
HexE01E1D05757C04d32
Octal3403635012712714011562
Binary111000001111011101010101111010111110001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01e1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01e1d; }

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

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

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

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

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

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

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

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