#ED2238

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

Shades of Alizarin #ED2238

Tints of Alizarin #ED2238

Color information

#ED2238 (or 0xED2238) is unknown color: approx Alizarin. HEX triplet: ED, 22 and 38. RGB value is (237,34,56). Sum of RGB (Red+Green+Blue) = 237+34+56=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2238 is #12DDC7. Grayscale: #616161. Windows color (decimal): -1236424 or 3678957. OLE color: 3678957.

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

Color convert

RGB2373456-
CMYK00.860.760.07
HSL353.5º84.94%53.14%-
HSV(B)353.5º85.65%92.94%-
XYZ36.2119.435.58-
YUV97.2104.75227.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 34 (13.67% from 255) = 10.40%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=72.48%
G=10.40%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237345600.860.760.07353.584.9453.14
HexED22380564C71615535
Octal35542700126114754112565
Binary111011011000101110000101011010011001111011000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2238; }

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

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

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

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

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

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

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

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