#ED1E26

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

Shades of Alizarin #ED1E26

Tints of Alizarin #ED1E26

Color information

#ED1E26 (or 0xED1E26) is unknown color: approx Alizarin. HEX triplet: ED, 1E and 26. RGB value is (237,30,38). Sum of RGB (Red+Green+Blue) = 237+30+38=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E26 is #12E1D9. Grayscale: #5C5C5C. Windows color (decimal): -1237466 or 2498285. OLE color: 2498285.

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

Color convert

RGB2373038-
CMYK00.870.840.07
HSL357.68º85.19%52.35%-
HSV(B)357.68º87.34%92.94%-
XYZ35.7419.073.63-
YUV92.897.08230.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.70%
GREEN value IS 30 (12.11% from 255) = 9.84%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=77.70%
G=9.84%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237303800.870.840.07357.6885.1952.35
HexED1E260575471665534
Octal35536460127124754612564
Binary11101101111101001100101011110101001111011001101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E26; }

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

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

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

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

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

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

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

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