Html Css Color HEX #EC3738 Alizarin

📋 copy color: '#EC3738'

red 236 ◦ green 55 ◦ blue 56

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

Shades of Alizarin #EC3738

Tints of Alizarin #EC3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 68.01%
G = 15.85%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3738 (or 0xEC3738) is known color: Alizarin. HEX triplet: EC, 37 and 38. RGB value is (236,55,56). Sum of RGB (Red+Green+Blue) = 236+55+56=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3738 is #13C8C7. Grayscale: #6D6D6D. Windows color (decimal): -1296584 or 3684332. OLE color: 3684332.

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

Color convert

RGB 236 55 56 -
CMYK 0 0.77 0.76 0.07
HSL 359.67º 0.83% 0.57% -
HSV(B) 359.67º 0.77% 0.93% -
XYZ 36.67 20.85 5.83 -
YUV 109.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 236 55 56 0 0.77 0.76 0.07 359.67 0.83 0.57
Hex EC 37 38 0 4D 4C 7 168 53 39
Octal 354 67 70 0 115 114 7 550 123 71
Binary 11101100 110111 111000 0 1001101 1001100 111 101101000 1010011 111001

Color Harmonies of #EC3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3738

Black with #EC3738

Text Example


Text Example

White with #EC3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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