#ED2233

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

Shades of Alizarin #ED2233

Tints of Alizarin #ED2233

Color information

#ED2233 (or 0xED2233) is unknown color: approx Alizarin. HEX triplet: ED, 22 and 33. RGB value is (237,34,51). Sum of RGB (Red+Green+Blue) = 237+34+51=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2233 is #12DDCC. Grayscale: #606060. Windows color (decimal): -1236429 or 3351277. OLE color: 3351277.

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

Color convert

RGB2373451-
CMYK00.860.780.07
HSL354.98º84.94%53.14%-
HSV(B)354.98º85.65%92.94%-
XYZ36.0919.394.97-
YUV96.64102.25228.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.60%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=73.60%
G=10.56%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237345100.860.780.07354.9884.9453.14
HexED22330564E71635535
Octal35542630126116754312565
Binary111011011000101100110101011010011101111011000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2233; }

 p { color: rgb(237,34,51); }

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

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

 a { background-color: rgb(237,34,51); }

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

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

 span { border-color: rgb(237,34,51); }

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