Html Css Color HEX #EC2A3E Alizarin

📋 copy color: '#EC2A3E'

red 236 ◦ green 42 ◦ blue 62

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

Shades of Alizarin #EC2A3E

Tints of Alizarin #EC2A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

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

R = 69.41%
G = 12.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC2A3E (or 0xEC2A3E) is known color: Alizarin. HEX triplet: EC, 2A and 3E. RGB value is (236,42,62). Sum of RGB (Red+Green+Blue) = 236+42+62=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A3E is #13D5C1. Grayscale: #666666. Windows color (decimal): -1299906 or 4074220. OLE color: 4074220.

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

Color convert

RGB 236 42 62 -
CMYK 0 0.82 0.74 0.07
HSL 353.81º 0.84% 0.55% -
HSV(B) 353.81º 0.82% 0.93% -
XYZ 36.29 19.84 6.47 -
YUV 102.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 236 42 62 0 0.82 0.74 0.07 353.81 0.84 0.55
Hex EC 2A 3E 0 52 4A 7 162 54 37
Octal 354 52 76 0 122 112 7 542 124 67
Binary 11101100 101010 111110 0 1010010 1001010 111 101100010 1010100 110111

Color Harmonies of #EC2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A3E

Black with #EC2A3E

Text Example


Text Example

White with #EC2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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