#E2383B

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

Shades of Alizarin #E2383B

Tints of Alizarin #E2383B

Color information

#E2383B (or 0xE2383B) is unknown color: approx Alizarin. HEX triplet: E2, 38 and 3B. RGB value is (226,56,59). Sum of RGB (Red+Green+Blue) = 226+56+59=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2383B is #1DC7C4. Grayscale: #6B6B6B. Windows color (decimal): -1951685 or 3881186. OLE color: 3881186.

HSL color Cylindrical-coordinate representation of color #E2383B: hue angle of 358.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2383B is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2265659-
CMYK00.750.740.11
HSL358.94º74.56%55.29%-
HSV(B)358.94º75.22%88.63%-
XYZ33.5719.316.1-
YUV107.17100.82212.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=66.28%
G=16.42%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226565900.750.740.11358.9474.5655.29
HexE2383B04B4AB1674b37
Octal342707301131121354711367
Binary1110001011100011101101001011100101010111011001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2383B; }

 p { color: rgb(226,56,59); }

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

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

 a { background-color: rgb(226,56,59); }

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

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

 span { border-color: rgb(226,56,59); }

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