#ED2A2C

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

Shades of Alizarin #ED2A2C

Tints of Alizarin #ED2A2C

Color information

#ED2A2C (or 0xED2A2C) is unknown color: approx Alizarin. HEX triplet: ED, 2A and 2C. RGB value is (237,42,44). Sum of RGB (Red+Green+Blue) = 237+42+44=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A2C is #12D5D3. Grayscale: #646464. Windows color (decimal): -1234388 or 2894573. OLE color: 2894573.

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

Color convert

RGB2374244-
CMYK00.820.810.07
HSL359.38º84.42%54.71%-
HSV(B)359.38º82.28%92.94%-
XYZ36.2119.844.3-
YUV100.5396.1225.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.37%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=73.37%
G=13.00%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237424400.820.810.07359.3884.4254.71
HexED2A2C0525171675437
Octal35552540122121754712467
Binary111011011010101011000101001010100011111011001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A2C; }

 p { color: rgb(237,42,44); }

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

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

 a { background-color: rgb(237,42,44); }

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

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

 span { border-color: rgb(237,42,44); }

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