Html Css Color HEX #EC242E Alizarin

📋 copy color: '#EC242E'

red 236 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #EC242E

Tints of Alizarin #EC242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 74.21%
G = 11.32%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC242E (or 0xEC242E) is known color: Alizarin. HEX triplet: EC, 24 and 2E. RGB value is (236,36,46). Sum of RGB (Red+Green+Blue) = 236+36+46=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC242E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC242E is #13DBD1. Grayscale: #616161. Windows color (decimal): -1301458 or 3024108. OLE color: 3024108.

HSL color Cylindrical-coordinate representation of color #EC242E: hue angle of 357º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC242E is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 46 -
CMYK 0 0.85 0.81 0.07
HSL 357º 0.84% 0.53% -
HSV(B) 357º 0.85% 0.93% -
XYZ 35.72 19.29 4.43 -
YUV 96.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 236 36 46 0 0.85 0.81 0.07 357 0.84 0.53
Hex EC 24 2E 0 55 51 7 165 54 35
Octal 354 44 56 0 125 121 7 545 124 65
Binary 11101100 100100 101110 0 1010101 1010001 111 101100101 1010100 110101

Color Harmonies of #EC242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC242E

Black with #EC242E

Text Example


Text Example

White with #EC242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC242E; }

 p { color: rgb(236,36,46); }

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

background-color css

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

 a { background-color: rgb(236,36,46); }

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

border-color css

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

 span { border-color: rgb(236,36,46); }

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