Html Css Color HEX #EC1E3E Alizarin

📋 copy color: '#EC1E3E'

red 236 ◦ green 30 ◦ blue 62

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

Shades of Alizarin #EC1E3E

Tints of Alizarin #EC1E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 71.95%
G = 9.15%
B = 18.9%

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

#EC1E3E (or 0xEC1E3E) is known color: Alizarin. HEX triplet: EC, 1E and 3E. RGB value is (236,30,62). Sum of RGB (Red+Green+Blue) = 236+30+62=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E3E is #13E1C1. Grayscale: #5F5F5F. Windows color (decimal): -1302978 or 4071148. OLE color: 4071148.

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

Color convert

RGB 236 30 62 -
CMYK 0 0.87 0.74 0.07
HSL 350.68º 0.84% 0.52% -
HSV(B) 350.68º 0.87% 0.93% -
XYZ 35.93 19.11 6.35 -
YUV 95.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 236 30 62 0 0.87 0.74 0.07 350.68 0.84 0.52
Hex EC 1E 3E 0 57 4A 7 15F 54 34
Octal 354 36 76 0 127 112 7 537 124 64
Binary 11101100 11110 111110 0 1010111 1001010 111 101011111 1010100 110100

Color Harmonies of #EC1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E3E

Black with #EC1E3E

Text Example


Text Example

White with #EC1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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