#ED2A2E

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

Shades of Alizarin #ED2A2E

Tints of Alizarin #ED2A2E

Color information

#ED2A2E (or 0xED2A2E) is unknown color: approx Alizarin. HEX triplet: ED, 2A and 2E. RGB value is (237,42,46). Sum of RGB (Red+Green+Blue) = 237+42+46=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A2E is #12D5D1. Grayscale: #646464. Windows color (decimal): -1234386 or 3025645. OLE color: 3025645.

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

Color convert

RGB2374246-
CMYK00.820.810.07
HSL358.77º84.42%54.71%-
HSV(B)358.77º82.28%92.94%-
XYZ36.2519.864.51-
YUV100.7697.1225.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.92%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=72.92%
G=12.92%
B=14.15%

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
Decimal237424600.820.810.07358.7784.4254.71
HexED2A2E0525171675437
Octal35552560122121754712467
Binary111011011010101011100101001010100011111011001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2A2E; }

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

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

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

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

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

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

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

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