#ED2636

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

Shades of Alizarin #ED2636

Tints of Alizarin #ED2636

Color information

#ED2636 (or 0xED2636) is unknown color: approx Alizarin. HEX triplet: ED, 26 and 36. RGB value is (237,38,54). Sum of RGB (Red+Green+Blue) = 237+38+54=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2636 is #12D9C9. Grayscale: #636363. Windows color (decimal): -1235402 or 3548909. OLE color: 3548909.

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

Color convert

RGB2373854-
CMYK00.840.770.07
HSL355.18º84.68%53.92%-
HSV(B)355.18º83.97%92.94%-
XYZ36.2819.665.37-
YUV99.32102.43226.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.04%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=72.04%
G=11.55%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237385400.840.770.07355.1884.6853.92
HexED26360544D71635536
Octal35546660124115754312566
Binary111011011001101101100101010010011011111011000111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2636; }

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

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

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

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

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

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

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

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