Html Css Color HEX #ED313D Alizarin

📋 copy color: '#ED313D'

red 237 ◦ green 49 ◦ blue 61

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

Shades of Alizarin #ED313D

Tints of Alizarin #ED313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 68.3%
G = 14.12%
B = 17.58%

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

#ED313D (or 0xED313D) is known color: Alizarin. HEX triplet: ED, 31 and 3D. RGB value is (237,49,61). Sum of RGB (Red+Green+Blue) = 237+49+61=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED313D is #12CEC2. Grayscale: #6A6A6A. Windows color (decimal): -1232579 or 4010477. OLE color: 4010477.

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

Color convert

RGB 237 49 61 -
CMYK 0 0.79 0.74 0.07
HSL 356.17º 0.84% 0.56% -
HSV(B) 356.17º 0.79% 0.93% -
XYZ 36.87 20.54 6.44 -
YUV 106.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 237 49 61 0 0.79 0.74 0.07 356.17 0.84 0.56
Hex ED 31 3D 0 4F 4A 7 164 54 38
Octal 355 61 75 0 117 112 7 544 124 70
Binary 11101101 110001 111101 0 1001111 1001010 111 101100100 1010100 111000

Color Harmonies of #ED313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED313D

Black with #ED313D

Text Example


Text Example

White with #ED313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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