#E6292A

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

Shades of Alizarin #E6292A

Tints of Alizarin #E6292A

Color information

#E6292A (or 0xE6292A) is unknown color: approx Alizarin. HEX triplet: E6, 29 and 2A. RGB value is (230,41,42). Sum of RGB (Red+Green+Blue) = 230+41+42=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6292A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6292A is #19D6D5. Grayscale: #616161. Windows color (decimal): -1693398 or 2763238. OLE color: 2763238.

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

Color convert

RGB2304142-
CMYK00.820.820.10
HSL359.68º79.08%53.14%-
HSV(B)359.68º82.17%90.2%-
XYZ33.8418.583.99-
YUV97.6296.62222.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.48%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=73.48%
G=13.10%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230414200.820.820.10359.6879.0853.14
HexE6292A05252A1684f35
Octal346515201221221255011765
Binary1110011010100110101001010010101001010101011010001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6292A; }

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

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

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

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

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

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

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

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