Html Css Color HEX #EC3032 Alizarin

📋 copy color: '#EC3032'

red 236 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #EC3032

Tints of Alizarin #EC3032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 70.66%
G = 14.37%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3032 (or 0xEC3032) is known color: Alizarin. HEX triplet: EC, 30 and 32. RGB value is (236,48,50). Sum of RGB (Red+Green+Blue) = 236+48+50=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3032 is #13CFCD. Grayscale: #686868. Windows color (decimal): -1298382 or 3289324. OLE color: 3289324.

HSL color Cylindrical-coordinate representation of color #EC3032: hue angle of 359.36º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3032 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 50 -
CMYK 0 0.80 0.79 0.07
HSL 359.36º 0.83% 0.56% -
HSV(B) 359.36º 0.8% 0.93% -
XYZ 36.22 20.18 5 -
YUV 104.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 236 48 50 0 0.80 0.79 0.07 359.36 0.83 0.56
Hex EC 30 32 0 50 4F 7 167 53 38
Octal 354 60 62 0 120 117 7 547 123 70
Binary 11101100 110000 110010 0 1010000 1001111 111 101100111 1010011 111000

Color Harmonies of #EC3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3032

Black with #EC3032

Text Example


Text Example

White with #EC3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3032; }

 p { color: rgb(236,48,50); }

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

background-color css

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

 a { background-color: rgb(236,48,50); }

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

border-color css

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

 span { border-color: rgb(236,48,50); }

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