Html Css Color HEX #EC253E Alizarin

📋 copy color: '#EC253E'

red 236 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #EC253E

Tints of Alizarin #EC253E

RGB

 RED value IS 236 (92.58% from 255) = 70.45%

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

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

R = 70.45%
G = 11.04%
B = 18.51%

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

#EC253E (or 0xEC253E) is known color: Alizarin. HEX triplet: EC, 25 and 3E. RGB value is (236,37,62). Sum of RGB (Red+Green+Blue) = 236+37+62=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253E is #13DAC1. Grayscale: #636363. Windows color (decimal): -1301186 or 4072940. OLE color: 4072940.

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

Color convert

RGB 236 37 62 -
CMYK 0 0.84 0.74 0.07
HSL 352.46º 0.84% 0.54% -
HSV(B) 352.46º 0.84% 0.93% -
XYZ 36.12 19.5 6.42 -
YUV 99.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 236 37 62 0 0.84 0.74 0.07 352.46 0.84 0.54
Hex EC 25 3E 0 54 4A 7 160 54 36
Octal 354 45 76 0 124 112 7 540 124 66
Binary 11101100 100101 111110 0 1010100 1001010 111 101100000 1010100 110110

Color Harmonies of #EC253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC253E

Black with #EC253E

Text Example


Text Example

White with #EC253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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