#EB272F

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

Shades of Alizarin #EB272F

Tints of Alizarin #EB272F

Color information

#EB272F (or 0xEB272F) is unknown color: approx Alizarin. HEX triplet: EB, 27 and 2F. RGB value is (235,39,47). Sum of RGB (Red+Green+Blue) = 235+39+47=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB272F is #14D8D0. Grayscale: #626262. Windows color (decimal): -1366225 or 3090411. OLE color: 3090411.

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

Color convert

RGB2353947-
CMYK00.830.80.08
HSL357.55º83.05%53.73%-
HSV(B)357.55º83.4%92.16%-
XYZ35.519.324.55-
YUV98.5298.93225.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.21%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=73.21%
G=12.15%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235394700.830.80.08357.5583.0553.73
HexEB272F0535081665336
Octal353475701231201054612366
Binary1110101110011110111101010011101000010001011001101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB272F; }

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

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

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

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

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

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

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

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