Html Css Color HEX #ED293A Alizarin

📋 copy color: '#ED293A'

red 237 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #ED293A

Tints of Alizarin #ED293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 70.54%
G = 12.2%
B = 17.26%

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

#ED293A (or 0xED293A) is known color: Alizarin. HEX triplet: ED, 29 and 3A. RGB value is (237,41,58). Sum of RGB (Red+Green+Blue) = 237+41+58=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED293A is #12D6C5. Grayscale: #656565. Windows color (decimal): -1234630 or 3811821. OLE color: 3811821.

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

Color convert

RGB 237 41 58 -
CMYK 0 0.83 0.76 0.07
HSL 354.8º 0.84% 0.55% -
HSV(B) 354.8º 0.83% 0.93% -
XYZ 36.48 19.9 5.92 -
YUV 101.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 237 41 58 0 0.83 0.76 0.07 354.8 0.84 0.55
Hex ED 29 3A 0 53 4C 7 163 54 37
Octal 355 51 72 0 123 114 7 543 124 67
Binary 11101101 101001 111010 0 1010011 1001100 111 101100011 1010100 110111

Color Harmonies of #ED293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED293A

Black with #ED293A

Text Example


Text Example

White with #ED293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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