Html Css Color HEX #ED3133 Alizarin

📋 copy color: '#ED3133'

red 237 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #ED3133

Tints of Alizarin #ED3133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 70.33%
G = 14.54%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3133 (or 0xED3133) is known color: Alizarin. HEX triplet: ED, 31 and 33. RGB value is (237,49,51). Sum of RGB (Red+Green+Blue) = 237+49+51=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3133 is #12CECC. Grayscale: #696969. Windows color (decimal): -1232589 or 3355117. OLE color: 3355117.

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

Color convert

RGB 237 49 51 -
CMYK 0 0.79 0.78 0.07
HSL 359.36º 0.84% 0.56% -
HSV(B) 359.36º 0.79% 0.93% -
XYZ 36.62 20.44 5.15 -
YUV 105.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 237 49 51 0 0.79 0.78 0.07 359.36 0.84 0.56
Hex ED 31 33 0 4F 4E 7 167 54 38
Octal 355 61 63 0 117 116 7 547 124 70
Binary 11101101 110001 110011 0 1001111 1001110 111 101100111 1010100 111000

Color Harmonies of #ED3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3133

Black with #ED3133

Text Example


Text Example

White with #ED3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3133; }

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

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

background-color css

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

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

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

border-color css

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

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

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