#E62523

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

Shades of Persian Red #E62523

Tints of Persian Red #E62523

Color information

#E62523 (or 0xE62523) is unknown color: approx Persian Red. HEX triplet: E6, 25 and 23. RGB value is (230,37,35). Sum of RGB (Red+Green+Blue) = 230+37+35=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E62523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62523 is #19DADC. Grayscale: #5E5E5E. Windows color (decimal): -1694429 or 2303462. OLE color: 2303462.

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

Color convert

RGB2303735-
CMYK00.840.850.10
HSL0.62º79.59%51.96%-
HSV(B)0.62º84.78%90.2%-
XYZ33.618.273.35-
YUV94.4894.44224.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 76.16%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 35 (14.06% from 255) = 11.59%
R=76.16%
G=12.25%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230373500.840.850.100.6279.5951.96
HexE6252305455A15034
Octal3464543012412512112064
Binary11100110100101100011010101001010101101011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62523; }

 p { color: rgb(230,37,35); }

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

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

 a { background-color: rgb(230,37,35); }

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

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

 span { border-color: rgb(230,37,35); }

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