Html Css Color HEX #EC252A Alizarin

📋 copy color: '#EC252A'

red 236 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #EC252A

Tints of Alizarin #EC252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 74.92%
G = 11.75%
B = 13.33%

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

#EC252A (or 0xEC252A) is known color: Alizarin. HEX triplet: EC, 25 and 2A. RGB value is (236,37,42). Sum of RGB (Red+Green+Blue) = 236+37+42=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC252A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC252A is #13DAD5. Grayscale: #616161. Windows color (decimal): -1301206 or 2762220. OLE color: 2762220.

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

Color convert

RGB 236 37 42 -
CMYK 0 0.84 0.82 0.07
HSL 358.49º 0.84% 0.54% -
HSV(B) 358.49º 0.84% 0.93% -
XYZ 35.67 19.32 4.04 -
YUV 97.07 96.93 227.09 -
System Red Green Blue C M Y K H S L
Decimal 236 37 42 0 0.84 0.82 0.07 358.49 0.84 0.54
Hex EC 25 2A 0 54 52 7 166 54 36
Octal 354 45 52 0 124 122 7 546 124 66
Binary 11101100 100101 101010 0 1010100 1010010 111 101100110 1010100 110110

Color Harmonies of #EC252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC252A

Black with #EC252A

Text Example


Text Example

White with #EC252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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