#ED2A40

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

Shades of Alizarin #ED2A40

Tints of Alizarin #ED2A40

Color information

#ED2A40 (or 0xED2A40) is unknown color: approx Alizarin. HEX triplet: ED, 2A and 40. RGB value is (237,42,64). Sum of RGB (Red+Green+Blue) = 237+42+64=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A40 is #12D5BF. Grayscale: #666666. Windows color (decimal): -1234368 or 4205293. OLE color: 4205293.

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

Color convert

RGB2374264-
CMYK00.820.730.07
HSL353.23º84.42%54.71%-
HSV(B)353.23º82.28%92.94%-
XYZ36.6820.036.78-
YUV102.81106.1223.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.10%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=69.10%
G=12.24%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237426400.820.730.07353.2384.4254.71
HexED2A400524971615437
Octal355521000122111754112467
Binary1110110110101010000000101001010010011111011000011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A40; }

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

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

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

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

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

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

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

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