Html Css Color HEX #EC3842 Alizarin

📋 copy color: '#EC3842'

red 236 ◦ green 56 ◦ blue 66

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

Shades of Alizarin #EC3842

Tints of Alizarin #EC3842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 65.92%
G = 15.64%
B = 18.44%

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

#EC3842 (or 0xEC3842) is known color: Alizarin. HEX triplet: EC, 38 and 42. RGB value is (236,56,66). Sum of RGB (Red+Green+Blue) = 236+56+66=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3842 is #13C7BD. Grayscale: #6F6F6F. Windows color (decimal): -1296318 or 4339948. OLE color: 4339948.

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

Color convert

RGB 236 56 66 -
CMYK 0 0.76 0.72 0.07
HSL 356.67º 0.83% 0.57% -
HSV(B) 356.67º 0.76% 0.93% -
XYZ 36.99 21.05 7.27 -
YUV 110.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 236 56 66 0 0.76 0.72 0.07 356.67 0.83 0.57
Hex EC 38 42 0 4C 48 7 165 53 39
Octal 354 70 102 0 114 110 7 545 123 71
Binary 11101100 111000 1000010 0 1001100 1001000 111 101100101 1010011 111001

Color Harmonies of #EC3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3842

Black with #EC3842

Text Example


Text Example

White with #EC3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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