#EB2630

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

Shades of Alizarin #EB2630

Tints of Alizarin #EB2630

Color information

#EB2630 (or 0xEB2630) is unknown color: approx Alizarin. HEX triplet: EB, 26 and 30. RGB value is (235,38,48). Sum of RGB (Red+Green+Blue) = 235+38+48=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2630 is #14D9CF. Grayscale: #626262. Windows color (decimal): -1366480 or 3155691. OLE color: 3155691.

HSL color Cylindrical-coordinate representation of color #EB2630: hue angle of 356.95º 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 #EB2630 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB2353848-
CMYK00.840.800.08
HSL356.95º83.12%53.53%-
HSV(B)356.95º83.83%92.16%-
XYZ35.4919.264.64-
YUV98.0499.77225.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.21%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=73.21%
G=11.84%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235384800.840.800.08356.9583.1253.53
HexEB26300545081655336
Octal353466001241201054512366
Binary1110101110011011000001010100101000010001011001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2630; }

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

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

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

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

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

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

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

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