Html Css Color HEX #EC313A Alizarin

📋 copy color: '#EC313A'

red 236 ◦ green 49 ◦ blue 58

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

Shades of Alizarin #EC313A

Tints of Alizarin #EC313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 68.8%
G = 14.29%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC313A (or 0xEC313A) is known color: Alizarin. HEX triplet: EC, 31 and 3A. RGB value is (236,49,58). Sum of RGB (Red+Green+Blue) = 236+49+58=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC313A is #13CEC5. Grayscale: #6A6A6A. Windows color (decimal): -1298118 or 3813868. OLE color: 3813868.

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

Color convert

RGB 236 49 58 -
CMYK 0 0.79 0.75 0.07
HSL 357.11º 0.83% 0.56% -
HSV(B) 357.11º 0.79% 0.93% -
XYZ 36.45 20.33 6.01 -
YUV 105.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 236 49 58 0 0.79 0.75 0.07 357.11 0.83 0.56
Hex EC 31 3A 0 4F 4B 7 165 53 38
Octal 354 61 72 0 117 113 7 545 123 70
Binary 11101100 110001 111010 0 1001111 1001011 111 101100101 1010011 111000

Color Harmonies of #EC313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC313A

Black with #EC313A

Text Example


Text Example

White with #EC313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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