Html Css Color HEX #EC3040 Alizarin

📋 copy color: '#EC3040'

red 236 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #EC3040

Tints of Alizarin #EC3040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 67.82%
G = 13.79%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC3040 (or 0xEC3040) is known color: Alizarin. HEX triplet: EC, 30 and 40. RGB value is (236,48,64). Sum of RGB (Red+Green+Blue) = 236+48+64=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3040 is #13CFBF. Grayscale: #6A6A6A. Windows color (decimal): -1298368 or 4206828. OLE color: 4206828.

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

Color convert

RGB 236 48 64 -
CMYK 0 0.80 0.73 0.07
HSL 354.89º 0.83% 0.56% -
HSV(B) 354.89º 0.8% 0.93% -
XYZ 36.57 20.32 6.84 -
YUV 106.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 236 48 64 0 0.80 0.73 0.07 354.89 0.83 0.56
Hex EC 30 40 0 50 49 7 163 53 38
Octal 354 60 100 0 120 111 7 543 123 70
Binary 11101100 110000 1000000 0 1010000 1001001 111 101100011 1010011 111000

Color Harmonies of #EC3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3040

Black with #EC3040

Text Example


Text Example

White with #EC3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3040; }

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

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

background-color css

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

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

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

border-color css

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

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

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