Html Css Color HEX #EC273A Alizarin

📋 copy color: '#EC273A'

red 236 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #EC273A

Tints of Alizarin #EC273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

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

R = 70.87%
G = 11.71%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC273A (or 0xEC273A) is known color: Alizarin. HEX triplet: EC, 27 and 3A. RGB value is (236,39,58). Sum of RGB (Red+Green+Blue) = 236+39+58=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC273A is #13D8C5. Grayscale: #646464. Windows color (decimal): -1300678 or 3811308. OLE color: 3811308.

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

Color convert

RGB 236 39 58 -
CMYK 0 0.83 0.75 0.07
HSL 354.21º 0.84% 0.54% -
HSV(B) 354.21º 0.83% 0.93% -
XYZ 36.08 19.59 5.88 -
YUV 100.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 236 39 58 0 0.83 0.75 0.07 354.21 0.84 0.54
Hex EC 27 3A 0 53 4B 7 162 54 36
Octal 354 47 72 0 123 113 7 542 124 66
Binary 11101100 100111 111010 0 1010011 1001011 111 101100010 1010100 110110

Color Harmonies of #EC273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC273A

Black with #EC273A

Text Example


Text Example

White with #EC273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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