#EE272E

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

Shades of Alizarin #EE272E

Tints of Alizarin #EE272E

Color information

#EE272E (or 0xEE272E) is unknown color: approx Alizarin. HEX triplet: EE, 27 and 2E. RGB value is (238,39,46). Sum of RGB (Red+Green+Blue) = 238+39+46=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE272E is #11D8D1. Grayscale: #636363. Windows color (decimal): -1169618 or 3024878. OLE color: 3024878.

HSL color Cylindrical-coordinate representation of color #EE272E: hue angle of 357.89º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE272E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB2383946-
CMYK00.840.810.07
HSL357.89º85.41%54.31%-
HSV(B)357.89º83.61%93.33%-
XYZ36.4819.834.49-
YUV99.397.93226.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.68%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=73.68%
G=12.07%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238394600.840.810.07357.8985.4154.31
HexEE272E0545171665536
Octal35647560124121754612566
Binary111011101001111011100101010010100011111011001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE272E; }

 p { color: rgb(238,39,46); }

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

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

 a { background-color: rgb(238,39,46); }

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

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

 span { border-color: rgb(238,39,46); }

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