Html Css Color HEX #EC2F31 Alizarin

📋 copy color: '#EC2F31'

red 236 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #EC2F31

Tints of Alizarin #EC2F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 71.08%
G = 14.16%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC2F31 (or 0xEC2F31) is known color: Alizarin. HEX triplet: EC, 2F and 31. RGB value is (236,47,49). Sum of RGB (Red+Green+Blue) = 236+47+49=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F31 is #13D0CE. Grayscale: #676767. Windows color (decimal): -1298639 or 3223532. OLE color: 3223532.

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

Color convert

RGB 236 47 49 -
CMYK 0 0.80 0.79 0.07
HSL 359.37º 0.83% 0.55% -
HSV(B) 359.37º 0.8% 0.93% -
XYZ 36.16 20.09 4.88 -
YUV 103.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 236 47 49 0 0.80 0.79 0.07 359.37 0.83 0.55
Hex EC 2F 31 0 50 4F 7 167 53 37
Octal 354 57 61 0 120 117 7 547 123 67
Binary 11101100 101111 110001 0 1010000 1001111 111 101100111 1010011 110111

Color Harmonies of #EC2F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F31

Black with #EC2F31

Text Example


Text Example

White with #EC2F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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