Html Css Color HEX #EC242D Alizarin

📋 copy color: '#EC242D'

red 236 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #EC242D

Tints of Alizarin #EC242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 74.45%
G = 11.36%
B = 14.2%

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

#EC242D (or 0xEC242D) is known color: Alizarin. HEX triplet: EC, 24 and 2D. RGB value is (236,36,45). Sum of RGB (Red+Green+Blue) = 236+36+45=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC242D is #13DBD2. Grayscale: #606060. Windows color (decimal): -1301459 or 2958572. OLE color: 2958572.

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

Color convert

RGB 236 36 45 -
CMYK 0 0.85 0.81 0.07
HSL 357.3º 0.84% 0.53% -
HSV(B) 357.3º 0.85% 0.93% -
XYZ 35.7 19.28 4.32 -
YUV 96.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 236 36 45 0 0.85 0.81 0.07 357.3 0.84 0.53
Hex EC 24 2D 0 55 51 7 165 54 35
Octal 354 44 55 0 125 121 7 545 124 65
Binary 11101100 100100 101101 0 1010101 1010001 111 101100101 1010100 110101

Color Harmonies of #EC242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC242D

Black with #EC242D

Text Example


Text Example

White with #EC242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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