Html Css Color HEX #EC3841 Alizarin

📋 copy color: '#EC3841'

red 236 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #EC3841

Tints of Alizarin #EC3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 65 (25.78% from 255) = 18.21%

R = 66.11%
G = 15.69%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3841 (or 0xEC3841) is known color: Alizarin. HEX triplet: EC, 38 and 41. RGB value is (236,56,65). Sum of RGB (Red+Green+Blue) = 236+56+65=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3841 is #13C7BE. Grayscale: #6E6E6E. Windows color (decimal): -1296319 or 4274412. OLE color: 4274412.

HSL color Cylindrical-coordinate representation of color #EC3841: hue angle of 357º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3841 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 65 -
CMYK 0 0.76 0.72 0.07
HSL 357º 0.83% 0.57% -
HSV(B) 357º 0.76% 0.93% -
XYZ 36.96 21.04 7.11 -
YUV 110.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 236 56 65 0 0.76 0.72 0.07 357 0.83 0.57
Hex EC 38 41 0 4C 48 7 165 53 39
Octal 354 70 101 0 114 110 7 545 123 71
Binary 11101100 111000 1000001 0 1001100 1001000 111 101100101 1010011 111001

Color Harmonies of #EC3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3841

Black with #EC3841

Text Example


Text Example

White with #EC3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3841; }

 p { color: rgb(236,56,65); }

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

background-color css

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

 a { background-color: rgb(236,56,65); }

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

border-color css

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

 span { border-color: rgb(236,56,65); }

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