Html Css Color HEX #EC3039 Alizarin

📋 copy color: '#EC3039'

red 236 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #EC3039

Tints of Alizarin #EC3039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 69.21%
G = 14.08%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3039 (or 0xEC3039) is known color: Alizarin. HEX triplet: EC, 30 and 39. RGB value is (236,48,57). Sum of RGB (Red+Green+Blue) = 236+48+57=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3039 is #13CFC6. Grayscale: #696969. Windows color (decimal): -1298375 or 3748076. OLE color: 3748076.

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

Color convert

RGB 236 48 57 -
CMYK 0 0.80 0.76 0.07
HSL 357.13º 0.83% 0.56% -
HSV(B) 357.13º 0.8% 0.93% -
XYZ 36.39 20.24 5.86 -
YUV 105.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 236 48 57 0 0.80 0.76 0.07 357.13 0.83 0.56
Hex EC 30 39 0 50 4C 7 165 53 38
Octal 354 60 71 0 120 114 7 545 123 70
Binary 11101100 110000 111001 0 1010000 1001100 111 101100101 1010011 111000

Color Harmonies of #EC3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3039

Black with #EC3039

Text Example


Text Example

White with #EC3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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