#EB2632

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

Shades of Alizarin #EB2632

Tints of Alizarin #EB2632

Color information

#EB2632 (or 0xEB2632) is unknown color: approx Alizarin. HEX triplet: EB, 26 and 32. RGB value is (235,38,50). Sum of RGB (Red+Green+Blue) = 235+38+50=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2632 is #14D9CD. Grayscale: #626262. Windows color (decimal): -1366478 or 3286763. OLE color: 3286763.

HSL color Cylindrical-coordinate representation of color #EB2632: hue angle of 356.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2632 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB2353850-
CMYK00.840.790.08
HSL356.35º83.12%53.53%-
HSV(B)356.35º83.83%92.16%-
XYZ35.5319.284.87-
YUV98.27100.77225.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.76%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=72.76%
G=11.76%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235385000.840.790.08356.3583.1253.53
HexEB26320544F81645336
Octal353466201241171054412366
Binary1110101110011011001001010100100111110001011001001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2632; }

 p { color: rgb(235,38,50); }

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

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

 a { background-color: rgb(235,38,50); }

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

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

 span { border-color: rgb(235,38,50); }

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