#ED1C30

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

Shades of Alizarin #ED1C30

Tints of Alizarin #ED1C30

Color information

#ED1C30 (or 0xED1C30) is unknown color: approx Alizarin. HEX triplet: ED, 1C and 30. RGB value is (237,28,48). Sum of RGB (Red+Green+Blue) = 237+28+48=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1C30 is #12E3CF. Grayscale: #5C5C5C. Windows color (decimal): -1237968 or 3153133. OLE color: 3153133.

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

Color convert

RGB2372848-
CMYK00.880.800.07
HSL354.26º85.31%51.96%-
HSV(B)354.26º88.19%92.94%-
XYZ35.8719.054.58-
YUV92.77102.74230.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.72%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=75.72%
G=8.95%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237284800.880.800.07354.2685.3151.96
HexED1C300585071625534
Octal35534600130120754212564
Binary11101101111001100000101100010100001111011000101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1C30; }

 p { color: rgb(237,28,48); }

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

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

 a { background-color: rgb(237,28,48); }

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

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

 span { border-color: rgb(237,28,48); }

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