Html Css Color HEX #EC3135 Alizarin

📋 copy color: '#EC3135'

red 236 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #EC3135

Tints of Alizarin #EC3135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

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

R = 69.82%
G = 14.5%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3135 (or 0xEC3135) is known color: Alizarin. HEX triplet: EC, 31 and 35. RGB value is (236,49,53). Sum of RGB (Red+Green+Blue) = 236+49+53=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3135 is #13CECA. Grayscale: #696969. Windows color (decimal): -1298123 or 3486188. OLE color: 3486188.

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

Color convert

RGB 236 49 53 -
CMYK 0 0.79 0.78 0.07
HSL 358.72º 0.83% 0.56% -
HSV(B) 358.72º 0.79% 0.93% -
XYZ 36.33 20.29 5.37 -
YUV 105.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 236 49 53 0 0.79 0.78 0.07 358.72 0.83 0.56
Hex EC 31 35 0 4F 4E 7 167 53 38
Octal 354 61 65 0 117 116 7 547 123 70
Binary 11101100 110001 110101 0 1001111 1001110 111 101100111 1010011 111000

Color Harmonies of #EC3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3135

Black with #EC3135

Text Example


Text Example

White with #EC3135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3135; }

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

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

background-color css

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

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

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

border-color css

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

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

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