#E6293B

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

Shades of Alizarin #E6293B

Tints of Alizarin #E6293B

Color information

#E6293B (or 0xE6293B) is unknown color: approx Alizarin. HEX triplet: E6, 29 and 3B. RGB value is (230,41,59). Sum of RGB (Red+Green+Blue) = 230+41+59=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6293B is #19D6C4. Grayscale: #636363. Windows color (decimal): -1693381 or 3877350. OLE color: 3877350.

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

Color convert

RGB2304159-
CMYK00.820.740.10
HSL354.29º79.08%53.14%-
HSV(B)354.29º82.17%90.2%-
XYZ34.2218.725.95-
YUV99.56105.12221.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 69.70%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=69.70%
G=12.42%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230415900.820.740.10354.2979.0853.14
HexE6293B0524AA1624f35
Octal346517301221121254211765
Binary1110011010100111101101010010100101010101011000101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6293B; }

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

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

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

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

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

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

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

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