Html Css Color HEX #EC3538 Alizarin

📋 copy color: '#EC3538'

red 236 ◦ green 53 ◦ blue 56

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

Shades of Alizarin #EC3538

Tints of Alizarin #EC3538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 68.41%
G = 15.36%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3538 (or 0xEC3538) is known color: Alizarin. HEX triplet: EC, 35 and 38. RGB value is (236,53,56). Sum of RGB (Red+Green+Blue) = 236+53+56=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3538 is #13CAC7. Grayscale: #6C6C6C. Windows color (decimal): -1297096 or 3683820. OLE color: 3683820.

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

Color convert

RGB 236 53 56 -
CMYK 0 0.78 0.76 0.07
HSL 359.02º 0.83% 0.57% -
HSV(B) 359.02º 0.78% 0.93% -
XYZ 36.58 20.66 5.8 -
YUV 108.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 236 53 56 0 0.78 0.76 0.07 359.02 0.83 0.57
Hex EC 35 38 0 4E 4C 7 167 53 39
Octal 354 65 70 0 116 114 7 547 123 71
Binary 11101100 110101 111000 0 1001110 1001100 111 101100111 1010011 111001

Color Harmonies of #EC3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3538

Black with #EC3538

Text Example


Text Example

White with #EC3538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3538; }

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

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

background-color css

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

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

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

border-color css

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

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

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