Html Css Color HEX #EC242A Alizarin

📋 copy color: '#EC242A'

red 236 ◦ green 36 ◦ blue 42

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

Shades of Alizarin #EC242A

Tints of Alizarin #EC242A

RGB

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

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

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

R = 75.16%
G = 11.46%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC242A (or 0xEC242A) is known color: Alizarin. HEX triplet: EC, 24 and 2A. RGB value is (236,36,42). Sum of RGB (Red+Green+Blue) = 236+36+42=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC242A is #13DBD5. Grayscale: #606060. Windows color (decimal): -1301462 or 2761964. OLE color: 2761964.

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

Color convert

RGB 236 36 42 -
CMYK 0 0.85 0.82 0.07
HSL 358.2º 0.84% 0.53% -
HSV(B) 358.2º 0.85% 0.93% -
XYZ 35.64 19.26 4.03 -
YUV 96.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 236 36 42 0 0.85 0.82 0.07 358.2 0.84 0.53
Hex EC 24 2A 0 55 52 7 166 54 35
Octal 354 44 52 0 125 122 7 546 124 65
Binary 11101100 100100 101010 0 1010101 1010010 111 101100110 1010100 110101

Color Harmonies of #EC242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC242A

Black with #EC242A

Text Example


Text Example

White with #EC242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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