Html Css Color HEX #EC252B Alizarin

📋 copy color: '#EC252B'

red 236 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #EC252B

Tints of Alizarin #EC252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 74.68%
G = 11.71%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC252B (or 0xEC252B) is known color: Alizarin. HEX triplet: EC, 25 and 2B. RGB value is (236,37,43). Sum of RGB (Red+Green+Blue) = 236+37+43=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC252B is #13DAD4. Grayscale: #616161. Windows color (decimal): -1301205 or 2827756. OLE color: 2827756.

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

Color convert

RGB 236 37 43 -
CMYK 0 0.84 0.82 0.07
HSL 358.19º 0.84% 0.54% -
HSV(B) 358.19º 0.84% 0.93% -
XYZ 35.69 19.33 4.14 -
YUV 97.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 236 37 43 0 0.84 0.82 0.07 358.19 0.84 0.54
Hex EC 25 2B 0 54 52 7 166 54 36
Octal 354 45 53 0 124 122 7 546 124 66
Binary 11101100 100101 101011 0 1010100 1010010 111 101100110 1010100 110110

Color Harmonies of #EC252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC252B

Black with #EC252B

Text Example


Text Example

White with #EC252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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