Html Css Color HEX #ED313B Alizarin

📋 copy color: '#ED313B'

red 237 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #ED313B

Tints of Alizarin #ED313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 68.7%
G = 14.2%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED313B (or 0xED313B) is known color: Alizarin. HEX triplet: ED, 31 and 3B. RGB value is (237,49,59). Sum of RGB (Red+Green+Blue) = 237+49+59=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED313B is #12CEC4. Grayscale: #6A6A6A. Windows color (decimal): -1232581 or 3879405. OLE color: 3879405.

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

Color convert

RGB 237 49 59 -
CMYK 0 0.79 0.75 0.07
HSL 356.81º 0.84% 0.56% -
HSV(B) 356.81º 0.79% 0.93% -
XYZ 36.81 20.52 6.16 -
YUV 106.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 237 49 59 0 0.79 0.75 0.07 356.81 0.84 0.56
Hex ED 31 3B 0 4F 4B 7 165 54 38
Octal 355 61 73 0 117 113 7 545 124 70
Binary 11101101 110001 111011 0 1001111 1001011 111 101100101 1010100 111000

Color Harmonies of #ED313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED313B

Black with #ED313B

Text Example


Text Example

White with #ED313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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