#E61C2E

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

Shades of Alizarin #E61C2E

Tints of Alizarin #E61C2E

Color information

#E61C2E (or 0xE61C2E) is unknown color: approx Alizarin. HEX triplet: E6, 1C and 2E. RGB value is (230,28,46). Sum of RGB (Red+Green+Blue) = 230+28+46=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C2E is #19E3D1. Grayscale: #5A5A5A. Windows color (decimal): -1696722 or 3022054. OLE color: 3022054.

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

Color convert

RGB2302846-
CMYK00.880.80.10
HSL354.65º80.16%50.59%-
HSV(B)354.65º87.83%90.2%-
XYZ33.5417.854.26-
YUV90.45102.92227.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.66%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=75.66%
G=9.21%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.8
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230284600.880.80.10354.6580.1650.59
HexE61C2E05850A1635033
Octal346345601301201254312063
Binary111001101110010111001011000101000010101011000111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61C2E; }

 p { color: rgb(230,28,46); }

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

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

 a { background-color: rgb(230,28,46); }

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

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

 span { border-color: rgb(230,28,46); }

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