#ED1F24

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

Shades of Alizarin #ED1F24

Tints of Alizarin #ED1F24

Color information

#ED1F24 (or 0xED1F24) is unknown color: approx Alizarin. HEX triplet: ED, 1F and 24. RGB value is (237,31,36). Sum of RGB (Red+Green+Blue) = 237+31+36=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F24 is #12E0DB. Grayscale: #5D5D5D. Windows color (decimal): -1237212 or 2367469. OLE color: 2367469.

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

Color convert

RGB2373136-
CMYK00.870.850.07
HSL358.54º85.12%52.55%-
HSV(B)358.54º86.92%92.94%-
XYZ35.7319.113.47-
YUV93.1695.75230.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.96%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=77.96%
G=10.20%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237313600.870.850.07358.5485.1252.55
HexED1F240575571675535
Octal35537440127125754712565
Binary11101101111111001000101011110101011111011001111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1F24; }

 p { color: rgb(237,31,36); }

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

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

 a { background-color: rgb(237,31,36); }

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

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

 span { border-color: rgb(237,31,36); }

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