Html Css Color HEX #ED253D Alizarin

📋 copy color: '#ED253D'

red 237 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #ED253D

Tints of Alizarin #ED253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 70.75%
G = 11.04%
B = 18.21%

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

#ED253D (or 0xED253D) is known color: Alizarin. HEX triplet: ED, 25 and 3D. RGB value is (237,37,61). Sum of RGB (Red+Green+Blue) = 237+37+61=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED253D is #12DAC2. Grayscale: #636363. Windows color (decimal): -1235651 or 4007405. OLE color: 4007405.

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

Color convert

RGB 237 37 61 -
CMYK 0 0.84 0.74 0.07
HSL 352.8º 0.85% 0.54% -
HSV(B) 352.8º 0.84% 0.93% -
XYZ 36.43 19.66 6.29 -
YUV 99.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 237 37 61 0 0.84 0.74 0.07 352.8 0.85 0.54
Hex ED 25 3D 0 54 4A 7 161 55 36
Octal 355 45 75 0 124 112 7 541 125 66
Binary 11101101 100101 111101 0 1010100 1001010 111 101100001 1010101 110110

Color Harmonies of #ED253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED253D

Black with #ED253D

Text Example


Text Example

White with #ED253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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