Html Css Color HEX #ED253E Alizarin

📋 copy color: '#ED253E'

red 237 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #ED253E

Tints of Alizarin #ED253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 70.54%
G = 11.01%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED253E (or 0xED253E) is known color: Alizarin. HEX triplet: ED, 25 and 3E. RGB value is (237,37,62). Sum of RGB (Red+Green+Blue) = 237+37+62=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED253E is #12DAC1. Grayscale: #636363. Windows color (decimal): -1235650 or 4072941. OLE color: 4072941.

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

Color convert

RGB 237 37 62 -
CMYK 0 0.84 0.74 0.07
HSL 352.5º 0.85% 0.54% -
HSV(B) 352.5º 0.84% 0.93% -
XYZ 36.46 19.68 6.43 -
YUV 99.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 237 37 62 0 0.84 0.74 0.07 352.5 0.85 0.54
Hex ED 25 3E 0 54 4A 7 160 55 36
Octal 355 45 76 0 124 112 7 540 125 66
Binary 11101101 100101 111110 0 1010100 1001010 111 101100000 1010101 110110

Color Harmonies of #ED253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED253E

Black with #ED253E

Text Example


Text Example

White with #ED253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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