Html Css Color HEX #EC3033 Alizarin

📋 copy color: '#EC3033'

red 236 ◦ green 48 ◦ blue 51

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

Shades of Alizarin #EC3033

Tints of Alizarin #EC3033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 70.45%
G = 14.33%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3033 (or 0xEC3033) is known color: Alizarin. HEX triplet: EC, 30 and 33. RGB value is (236,48,51). Sum of RGB (Red+Green+Blue) = 236+48+51=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3033 is #13CFCC. Grayscale: #686868. Windows color (decimal): -1298381 or 3354860. OLE color: 3354860.

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

Color convert

RGB 236 48 51 -
CMYK 0 0.80 0.78 0.07
HSL 359.04º 0.83% 0.56% -
HSV(B) 359.04º 0.8% 0.93% -
XYZ 36.25 20.19 5.12 -
YUV 104.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 236 48 51 0 0.80 0.78 0.07 359.04 0.83 0.56
Hex EC 30 33 0 50 4E 7 167 53 38
Octal 354 60 63 0 120 116 7 547 123 70
Binary 11101100 110000 110011 0 1010000 1001110 111 101100111 1010011 111000

Color Harmonies of #EC3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3033

Black with #EC3033

Text Example


Text Example

White with #EC3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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