Html Css Color HEX #EC2324 Alizarin

📋 copy color: '#EC2324'

red 236 ◦ green 35 ◦ blue 36

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

Shades of Alizarin #EC2324

Tints of Alizarin #EC2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 76.87%
G = 11.4%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2324 (or 0xEC2324) is known color: Alizarin. HEX triplet: EC, 23 and 24. RGB value is (236,35,36). Sum of RGB (Red+Green+Blue) = 236+35+36=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2324 is #13DCDB. Grayscale: #5F5F5F. Windows color (decimal): -1301724 or 2368492. OLE color: 2368492.

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

Color convert

RGB 236 35 36 -
CMYK 0 0.85 0.85 0.07
HSL 359.7º 0.84% 0.53% -
HSV(B) 359.7º 0.85% 0.93% -
XYZ 35.51 19.16 3.5 -
YUV 95.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 236 35 36 0 0.85 0.85 0.07 359.7 0.84 0.53
Hex EC 23 24 0 55 55 7 168 54 35
Octal 354 43 44 0 125 125 7 550 124 65
Binary 11101100 100011 100100 0 1010101 1010101 111 101101000 1010100 110101

Color Harmonies of #EC2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2324

Black with #EC2324

Text Example


Text Example

White with #EC2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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