Html Css Color HEX #EC1E3D Alizarin

📋 copy color: '#EC1E3D'

red 236 ◦ green 30 ◦ blue 61

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

Shades of Alizarin #EC1E3D

Tints of Alizarin #EC1E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 72.17%
G = 9.17%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC1E3D (or 0xEC1E3D) is known color: Alizarin. HEX triplet: EC, 1E and 3D. RGB value is (236,30,61). Sum of RGB (Red+Green+Blue) = 236+30+61=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E3D is #13E1C2. Grayscale: #5F5F5F. Windows color (decimal): -1302979 or 4005612. OLE color: 4005612.

HSL color Cylindrical-coordinate representation of color #EC1E3D: hue angle of 350.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E3D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 30 61 -
CMYK 0 0.87 0.74 0.07
HSL 350.97º 0.84% 0.52% -
HSV(B) 350.97º 0.87% 0.93% -
XYZ 35.9 19.1 6.21 -
YUV 95.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 236 30 61 0 0.87 0.74 0.07 350.97 0.84 0.52
Hex EC 1E 3D 0 57 4A 7 15F 54 34
Octal 354 36 75 0 127 112 7 537 124 64
Binary 11101100 11110 111101 0 1010111 1001010 111 101011111 1010100 110100

Color Harmonies of #EC1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E3D

Black with #EC1E3D

Text Example


Text Example

White with #EC1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E3D; }

 p { color: rgb(236,30,61); }

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

background-color css

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

 a { background-color: rgb(236,30,61); }

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

border-color css

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

 span { border-color: rgb(236,30,61); }

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