Html Css Color HEX #ED2939 Alizarin

📋 copy color: '#ED2939'

red 237 ◦ green 41 ◦ blue 57

#ED2939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #ED2939

Tints of Alizarin #ED2939

RGB

 RED value IS 237 (92.97% from 255) = 70.75%

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 70.75%
G = 12.24%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED2939 (or 0xED2939) is known color: Alizarin. HEX triplet: ED, 29 and 39. RGB value is (237,41,57). Sum of RGB (Red+Green+Blue) = 237+41+57=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2939 is #12D6C6. Grayscale: #656565. Windows color (decimal): -1234631 or 3746285. OLE color: 3746285.

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

Color convert

RGB 237 41 57 -
CMYK 0 0.83 0.76 0.07
HSL 355.1º 0.84% 0.55% -
HSV(B) 355.1º 0.83% 0.93% -
XYZ 36.46 19.89 5.79 -
YUV 101.43 102.93 224.7 -
System Red Green Blue C M Y K H S L
Decimal 237 41 57 0 0.83 0.76 0.07 355.1 0.84 0.55
Hex ED 29 39 0 53 4C 7 163 54 37
Octal 355 51 71 0 123 114 7 543 124 67
Binary 11101101 101001 111001 0 1010011 1001100 111 101100011 1010100 110111

Color Harmonies of #ED2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2939

Black with #ED2939

Text Example


Text Example

White with #ED2939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2939; }

 p { color: rgb(237,41,57); }

 H1.HeaderClassName
 {
   color: #ED2939;
 }
 .AnyTagClassName
 {
   color: #ED2939;
 }
</style>

background-color css

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

 a { background-color: rgb(237,41,57); }

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

border-color css

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

 span { border-color: rgb(237,41,57); }

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