Html Css Color HEX #EC1C2E Alizarin

📋 copy color: '#EC1C2E'

red 236 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #EC1C2E

Tints of Alizarin #EC1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 76.13%
G = 9.03%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC1C2E (or 0xEC1C2E) is known color: Alizarin. HEX triplet: EC, 1C and 2E. RGB value is (236,28,46). Sum of RGB (Red+Green+Blue) = 236+28+46=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C2E is #13E3D1. Grayscale: #5C5C5C. Windows color (decimal): -1303506 or 3022060. OLE color: 3022060.

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

Color convert

RGB 236 28 46 -
CMYK 0 0.88 0.81 0.07
HSL 354.81º 0.85% 0.52% -
HSV(B) 354.81º 0.88% 0.93% -
XYZ 35.5 18.86 4.35 -
YUV 92.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 236 28 46 0 0.88 0.81 0.07 354.81 0.85 0.52
Hex EC 1C 2E 0 58 51 7 163 55 34
Octal 354 34 56 0 130 121 7 543 125 64
Binary 11101100 11100 101110 0 1011000 1010001 111 101100011 1010101 110100

Color Harmonies of #EC1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C2E

Black with #EC1C2E

Text Example


Text Example

White with #EC1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C2E; }

 p { color: rgb(236,28,46); }

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

background-color css

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

 a { background-color: rgb(236,28,46); }

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

border-color css

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

 span { border-color: rgb(236,28,46); }

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