Html Css Color HEX #ED313E Alizarin

📋 copy color: '#ED313E'

red 237 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #ED313E

Tints of Alizarin #ED313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 68.1%
G = 14.08%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED313E (or 0xED313E) is known color: Alizarin. HEX triplet: ED, 31 and 3E. RGB value is (237,49,62). Sum of RGB (Red+Green+Blue) = 237+49+62=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED313E is #12CEC1. Grayscale: #6A6A6A. Windows color (decimal): -1232578 or 4076013. OLE color: 4076013.

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

Color convert

RGB 237 49 62 -
CMYK 0 0.79 0.74 0.07
HSL 355.85º 0.84% 0.56% -
HSV(B) 355.85º 0.79% 0.93% -
XYZ 36.89 20.55 6.58 -
YUV 106.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 237 49 62 0 0.79 0.74 0.07 355.85 0.84 0.56
Hex ED 31 3E 0 4F 4A 7 164 54 38
Octal 355 61 76 0 117 112 7 544 124 70
Binary 11101101 110001 111110 0 1001111 1001010 111 101100100 1010100 111000

Color Harmonies of #ED313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED313E

Black with #ED313E

Text Example


Text Example

White with #ED313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED313E; }

 p { color: rgb(237,49,62); }

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

background-color css

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

 a { background-color: rgb(237,49,62); }

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

border-color css

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

 span { border-color: rgb(237,49,62); }

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