#E62325

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

Shades of Alizarin #E62325

Tints of Alizarin #E62325

Color information

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

HSL color Cylindrical-coordinate representation of color #E62325: hue angle of 359.38º 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 #E62325 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB2303537-
CMYK00.850.840.10
HSL359.38º79.59%51.96%-
HSV(B)359.38º84.78%90.2%-
XYZ33.5718.163.49-
YUV93.5396.1225.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230353700.850.840.10359.3879.5951.96
HexE6232505554A1675034
Octal346434501251241254712064
Binary1110011010001110010101010101101010010101011001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62325; }

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

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

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

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

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

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

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

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