Html Css Color HEX #ED2E3B Alizarin

📋 copy color: '#ED2E3B'

red 237 ◦ green 46 ◦ blue 59

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

Shades of Alizarin #ED2E3B

Tints of Alizarin #ED2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

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

R = 69.3%
G = 13.45%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED2E3B (or 0xED2E3B) is known color: Alizarin. HEX triplet: ED, 2E and 3B. RGB value is (237,46,59). Sum of RGB (Red+Green+Blue) = 237+46+59=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2E3B is #12D1C4. Grayscale: #686868. Windows color (decimal): -1233349 or 3878637. OLE color: 3878637.

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

Color convert

RGB 237 46 59 -
CMYK 0 0.81 0.75 0.07
HSL 355.92º 0.84% 0.55% -
HSV(B) 355.92º 0.81% 0.93% -
XYZ 36.69 20.27 6.12 -
YUV 104.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 237 46 59 0 0.81 0.75 0.07 355.92 0.84 0.55
Hex ED 2E 3B 0 51 4B 7 164 54 37
Octal 355 56 73 0 121 113 7 544 124 67
Binary 11101101 101110 111011 0 1010001 1001011 111 101100100 1010100 110111

Color Harmonies of #ED2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E3B

Black with #ED2E3B

Text Example


Text Example

White with #ED2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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