Html Css Color HEX #EC253F Alizarin

📋 copy color: '#EC253F'

red 236 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #EC253F

Tints of Alizarin #EC253F

RGB

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

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

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

R = 70.24%
G = 11.01%
B = 18.75%

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

#EC253F (or 0xEC253F) is known color: Alizarin. HEX triplet: EC, 25 and 3F. RGB value is (236,37,63). Sum of RGB (Red+Green+Blue) = 236+37+63=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC253F is #13DAC0. Grayscale: #636363. Windows color (decimal): -1301185 or 4138476. OLE color: 4138476.

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

Color convert

RGB 236 37 63 -
CMYK 0 0.84 0.73 0.07
HSL 352.16º 0.84% 0.54% -
HSV(B) 352.16º 0.84% 0.93% -
XYZ 36.15 19.51 6.56 -
YUV 99.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 236 37 63 0 0.84 0.73 0.07 352.16 0.84 0.54
Hex EC 25 3F 0 54 49 7 160 54 36
Octal 354 45 77 0 124 111 7 540 124 66
Binary 11101100 100101 111111 0 1010100 1001001 111 101100000 1010100 110110

Color Harmonies of #EC253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC253F

Black with #EC253F

Text Example


Text Example

White with #EC253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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