#ED2634

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

Shades of Alizarin #ED2634

Tints of Alizarin #ED2634

Color information

#ED2634 (or 0xED2634) is unknown color: approx Alizarin. HEX triplet: ED, 26 and 34. RGB value is (237,38,52). Sum of RGB (Red+Green+Blue) = 237+38+52=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2634 is #12D9CB. Grayscale: #636363. Windows color (decimal): -1235404 or 3417837. OLE color: 3417837.

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

Color convert

RGB2373852-
CMYK00.840.780.07
HSL355.78º84.68%53.92%-
HSV(B)355.78º83.97%92.94%-
XYZ36.2419.645.13-
YUV99.1101.43226.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=72.48%
G=11.62%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237385200.840.780.07355.7884.6853.92
HexED26340544E71645536
Octal35546640124116754412566
Binary111011011001101101000101010010011101111011001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2634; }

 p { color: rgb(237,38,52); }

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

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

 a { background-color: rgb(237,38,52); }

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

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

 span { border-color: rgb(237,38,52); }

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