#E6293A

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

Shades of Alizarin #E6293A

Tints of Alizarin #E6293A

Color information

#E6293A (or 0xE6293A) is unknown color: approx Alizarin. HEX triplet: E6, 29 and 3A. RGB value is (230,41,58). Sum of RGB (Red+Green+Blue) = 230+41+58=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6293A is #19D6C5. Grayscale: #636363. Windows color (decimal): -1693382 or 3811814. OLE color: 3811814.

HSL color Cylindrical-coordinate representation of color #E6293A: hue angle of 354.6º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6293A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB2304158-
CMYK00.820.750.10
HSL354.6º79.08%53.14%-
HSV(B)354.6º82.17%90.2%-
XYZ34.1918.715.81-
YUV99.45104.62221.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 69.91%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=69.91%
G=12.46%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230415800.820.750.10354.679.0853.14
HexE6293A0524BA1634f35
Octal346517201221131254311765
Binary1110011010100111101001010010100101110101011000111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6293A; }

 p { color: rgb(230,41,58); }

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

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

 a { background-color: rgb(230,41,58); }

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

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

 span { border-color: rgb(230,41,58); }

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