#ED1D3E

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

Shades of Alizarin #ED1D3E

Tints of Alizarin #ED1D3E

Color information

#ED1D3E (or 0xED1D3E) is unknown color: approx Alizarin. HEX triplet: ED, 1D and 3E. RGB value is (237,29,62). Sum of RGB (Red+Green+Blue) = 237+29+62=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1D3E is #12E2C1. Grayscale: #5F5F5F. Windows color (decimal): -1237698 or 4070893. OLE color: 4070893.

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

Color convert

RGB2372962-
CMYK00.880.740.07
HSL350.48º85.25%52.16%-
HSV(B)350.48º87.76%92.94%-
XYZ36.2319.236.36-
YUV94.95109.41229.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.26%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=72.26%
G=8.84%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237296200.880.740.07350.4885.2552.16
HexED1D3E0584A715e5534
Octal35535760130112753612564
Binary11101101111011111100101100010010101111010111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1D3E; }

 p { color: rgb(237,29,62); }

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

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

 a { background-color: rgb(237,29,62); }

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

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

 span { border-color: rgb(237,29,62); }

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