#EB2C2F

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

Shades of Alizarin #EB2C2F

Tints of Alizarin #EB2C2F

Color information

#EB2C2F (or 0xEB2C2F) is unknown color: approx Alizarin. HEX triplet: EB, 2C and 2F. RGB value is (235,44,47). Sum of RGB (Red+Green+Blue) = 235+44+47=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2C2F is #14D3D0. Grayscale: #656565. Windows color (decimal): -1364945 or 3091691. OLE color: 3091691.

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

Color convert

RGB2354447-
CMYK00.810.80.08
HSL359.06º82.68%54.71%-
HSV(B)359.06º81.28%92.16%-
XYZ35.6719.674.61-
YUV101.4597.28223.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 72.09%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=72.09%
G=13.50%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235444700.810.80.08359.0682.6854.71
HexEB2C2F0515081675337
Octal353545701211201054712367
Binary1110101110110010111101010001101000010001011001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C2F; }

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

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

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

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

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

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

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

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