Html Css Color HEX #EC3138 Alizarin

📋 copy color: '#EC3138'

red 236 ◦ green 49 ◦ blue 56

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

Shades of Alizarin #EC3138

Tints of Alizarin #EC3138

RGB

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

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

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

R = 69.21%
G = 14.37%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3138 (or 0xEC3138) is known color: Alizarin. HEX triplet: EC, 31 and 38. RGB value is (236,49,56). Sum of RGB (Red+Green+Blue) = 236+49+56=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3138 is #13CEC7. Grayscale: #696969. Windows color (decimal): -1298120 or 3682796. OLE color: 3682796.

HSL color Cylindrical-coordinate representation of color #EC3138: hue angle of 357.75º 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 #EC3138 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 56 -
CMYK 0 0.79 0.76 0.07
HSL 357.75º 0.83% 0.56% -
HSV(B) 357.75º 0.79% 0.93% -
XYZ 36.4 20.32 5.74 -
YUV 105.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 236 49 56 0 0.79 0.76 0.07 357.75 0.83 0.56
Hex EC 31 38 0 4F 4C 7 166 53 38
Octal 354 61 70 0 117 114 7 546 123 70
Binary 11101100 110001 111000 0 1001111 1001100 111 101100110 1010011 111000

Color Harmonies of #EC3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3138

Black with #EC3138

Text Example


Text Example

White with #EC3138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3138; }

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

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

background-color css

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

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

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

border-color css

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

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

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