Html Css Color HEX #ED253F Alizarin

📋 copy color: '#ED253F'

red 237 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #ED253F

Tints of Alizarin #ED253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 70.33%
G = 10.98%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED253F (or 0xED253F) is known color: Alizarin. HEX triplet: ED, 25 and 3F. RGB value is (237,37,63). Sum of RGB (Red+Green+Blue) = 237+37+63=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED253F is #12DAC0. Grayscale: #636363. Windows color (decimal): -1235649 or 4138477. OLE color: 4138477.

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

Color convert

RGB 237 37 63 -
CMYK 0 0.84 0.73 0.07
HSL 352.2º 0.85% 0.54% -
HSV(B) 352.2º 0.84% 0.93% -
XYZ 36.48 19.69 6.58 -
YUV 99.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 237 37 63 0 0.84 0.73 0.07 352.2 0.85 0.54
Hex ED 25 3F 0 54 49 7 160 55 36
Octal 355 45 77 0 124 111 7 540 125 66
Binary 11101101 100101 111111 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #ED253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED253F

Black with #ED253F

Text Example


Text Example

White with #ED253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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