#EB2F33

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

Shades of Alizarin #EB2F33

Tints of Alizarin #EB2F33

Color information

#EB2F33 (or 0xEB2F33) is unknown color: approx Alizarin. HEX triplet: EB, 2F and 33. RGB value is (235,47,51). Sum of RGB (Red+Green+Blue) = 235+47+51=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F33 is #14D0CC. Grayscale: #676767. Windows color (decimal): -1364173 or 3354603. OLE color: 3354603.

HSL color Cylindrical-coordinate representation of color #EB2F33: hue angle of 358.72º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2F33 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB2354751-
CMYK00.80.780.08
HSL358.72º82.46%55.29%-
HSV(B)358.72º80%92.16%-
XYZ35.8819.935.09-
YUV103.6798.28221.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.57%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=70.57%
G=14.11%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235475100.80.780.08358.7282.4655.29
HexEB2F330504E81675237
Octal353576301201161054712267
Binary1110101110111111001101010000100111010001011001111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F33; }

 p { color: rgb(235,47,51); }

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

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

 a { background-color: rgb(235,47,51); }

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

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

 span { border-color: rgb(235,47,51); }

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