#EE272C

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

Shades of Alizarin #EE272C

Tints of Alizarin #EE272C

Color information

#EE272C (or 0xEE272C) is unknown color: approx Alizarin. HEX triplet: EE, 27 and 2C. RGB value is (238,39,44). Sum of RGB (Red+Green+Blue) = 238+39+44=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE272C is #11D8D3. Grayscale: #636363. Windows color (decimal): -1169620 or 2893806. OLE color: 2893806.

HSL color Cylindrical-coordinate representation of color #EE272C: hue angle of 358.49º 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 #EE272C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2383944-
CMYK00.840.820.07
HSL358.49º85.41%54.31%-
HSV(B)358.49º83.61%93.33%-
XYZ36.4419.814.29-
YUV99.0796.93227.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=74.14%
G=12.15%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238394400.840.820.07358.4985.4154.31
HexEE272C0545271665536
Octal35647540124122754612566
Binary111011101001111011000101010010100101111011001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE272C; }

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

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

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

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

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

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

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

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