#EB1E26

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

Shades of Alizarin #EB1E26

Tints of Alizarin #EB1E26

Color information

#EB1E26 (or 0xEB1E26) is unknown color: approx Alizarin. HEX triplet: EB, 1E and 26. RGB value is (235,30,38). Sum of RGB (Red+Green+Blue) = 235+30+38=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E26 is #14E1D9. Grayscale: #5C5C5C. Windows color (decimal): -1368538 or 2498283. OLE color: 2498283.

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

Color convert

RGB2353038-
CMYK00.870.840.08
HSL357.66º83.67%51.96%-
HSV(B)357.66º87.23%92.16%-
XYZ35.0818.733.6-
YUV92.2197.42229.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.56%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=77.56%
G=9.90%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235303800.870.840.08357.6683.6751.96
HexEB1E260575481665434
Octal353364601271241054612464
Binary111010111111010011001010111101010010001011001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E26; }

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

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

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

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

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

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

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

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