Html Css Color HEX #EC253A Alizarin

📋 copy color: '#EC253A'

red 236 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #EC253A

Tints of Alizarin #EC253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 71.3%
G = 11.18%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC253A (or 0xEC253A) is known color: Alizarin. HEX triplet: EC, 25 and 3A. RGB value is (236,37,58). Sum of RGB (Red+Green+Blue) = 236+37+58=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253A is #13DAC5. Grayscale: #636363. Windows color (decimal): -1301190 or 3810796. OLE color: 3810796.

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

Color convert

RGB 236 37 58 -
CMYK 0 0.84 0.75 0.07
HSL 353.67º 0.84% 0.54% -
HSV(B) 353.67º 0.84% 0.93% -
XYZ 36.02 19.46 5.86 -
YUV 98.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 236 37 58 0 0.84 0.75 0.07 353.67 0.84 0.54
Hex EC 25 3A 0 54 4B 7 162 54 36
Octal 354 45 72 0 124 113 7 542 124 66
Binary 11101100 100101 111010 0 1010100 1001011 111 101100010 1010100 110110

Color Harmonies of #EC253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC253A

Black with #EC253A

Text Example


Text Example

White with #EC253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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