#E92A3D

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

Shades of Alizarin #E92A3D

Tints of Alizarin #E92A3D

Color information

#E92A3D (or 0xE92A3D) is unknown color: approx Alizarin. HEX triplet: E9, 2A and 3D. RGB value is (233,42,61). Sum of RGB (Red+Green+Blue) = 233+42+61=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A3D is #16D5C2. Grayscale: #656565. Windows color (decimal): -1496515 or 4008681. OLE color: 4008681.

HSL color Cylindrical-coordinate representation of color #E92A3D: hue angle of 354.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A3D is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB2334261-
CMYK00.820.740.09
HSL354.03º81.28%53.92%-
HSV(B)354.03º81.97%91.37%-
XYZ35.2719.326.28-
YUV101.28105.28221.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.35%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=69.35%
G=12.5%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233426100.820.740.09354.0381.2853.92
HexE92A3D0524A91625136
Octal351527501221121154212166
Binary1110100110101011110101010010100101010011011000101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A3D; }

 p { color: rgb(233,42,61); }

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

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

 a { background-color: rgb(233,42,61); }

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

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

 span { border-color: rgb(233,42,61); }

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