#EE1C1E

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

Shades of Alizarin #EE1C1E

Tints of Alizarin #EE1C1E

Color information

#EE1C1E (or 0xEE1C1E) is unknown color: approx Alizarin. HEX triplet: EE, 1C and 1E. RGB value is (238,28,30). Sum of RGB (Red+Green+Blue) = 238+28+30=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1C1E is #11E3E1. Grayscale: #5B5B5B. Windows color (decimal): -1172450 or 1973486. OLE color: 1973486.

HSL color Cylindrical-coordinate representation of color #EE1C1E: hue angle of 359.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1C1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB2382830-
CMYK00.880.870.07
HSL359.43º86.07%52.16%-
HSV(B)359.43º88.24%93.33%-
XYZ35.9119.13.02-
YUV91.0293.57232.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.41%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=80.41%
G=9.46%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238283000.880.870.07359.4386.0752.16
HexEE1C1E0585771675634
Octal35634360130127754712664
Binary1110111011100111100101100010101111111011001111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1C1E; }

 p { color: rgb(238,28,30); }

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

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

 a { background-color: rgb(238,28,30); }

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

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

 span { border-color: rgb(238,28,30); }

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