#e4241e

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

Shades of Persian Red #E4241E

Tints of Persian Red #E4241E

Color information

#E4241E (or 0xE4241E) is unknown color: approx Persian Red. HEX triplet: E4, 24 and 1E. RGB value is (228,36,30). Sum of RGB (Red+Green+Blue) = 228+36+30=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E4241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4241E is #1BDBE1. Grayscale: #5C5C5C. Windows color (decimal): -1825762 or 1975524. OLE color: 1975524.

HSL color Cylindrical-coordinate representation of color #E4241E: hue angle of 1.82º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E4241E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB2283630-
CMYK00.840.870.11
HSL1.82º78.57%50.59%-
HSV(B)1.82º86.84%89.41%-
XYZ32.8617.852.94-
YUV92.7292.61224.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 77.55%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=77.55%
G=12.24%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228363000.840.870.111.8278.5750.59
HexE4241E05457B24f33
Octal3444436012412713211763
Binary11100100100100111100101010010101111011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4241e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4241e; }

 p { color: rgb(228,36,30); }

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

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

 a { background-color: rgb(228,36,30); }

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

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

 span { border-color: rgb(228,36,30); }

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