Html Css Color HEX #EC2E35 Alizarin

📋 copy color: '#EC2E35'

red 236 ◦ green 46 ◦ blue 53

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

Shades of Alizarin #EC2E35

Tints of Alizarin #EC2E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 70.45%
G = 13.73%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2E35 (or 0xEC2E35) is known color: Alizarin. HEX triplet: EC, 2E and 35. RGB value is (236,46,53). Sum of RGB (Red+Green+Blue) = 236+46+53=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E35 is #13D1CA. Grayscale: #676767. Windows color (decimal): -1298891 or 3485420. OLE color: 3485420.

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

Color convert

RGB 236 46 53 -
CMYK 0 0.81 0.78 0.07
HSL 357.79º 0.83% 0.55% -
HSV(B) 357.79º 0.81% 0.93% -
XYZ 36.21 20.04 5.33 -
YUV 103.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 236 46 53 0 0.81 0.78 0.07 357.79 0.83 0.55
Hex EC 2E 35 0 51 4E 7 166 53 37
Octal 354 56 65 0 121 116 7 546 123 67
Binary 11101100 101110 110101 0 1010001 1001110 111 101100110 1010011 110111

Color Harmonies of #EC2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E35

Black with #EC2E35

Text Example


Text Example

White with #EC2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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