Html Css Color HEX #EC273F Alizarin

📋 copy color: '#EC273F'

red 236 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #EC273F

Tints of Alizarin #EC273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 69.82%
G = 11.54%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC273F (or 0xEC273F) is known color: Alizarin. HEX triplet: EC, 27 and 3F. RGB value is (236,39,63). Sum of RGB (Red+Green+Blue) = 236+39+63=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC273F is #13D8C0. Grayscale: #646464. Windows color (decimal): -1300673 or 4138988. OLE color: 4138988.

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

Color convert

RGB 236 39 63 -
CMYK 0 0.83 0.73 0.07
HSL 352.69º 0.84% 0.54% -
HSV(B) 352.69º 0.83% 0.93% -
XYZ 36.21 19.64 6.59 -
YUV 100.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 236 39 63 0 0.83 0.73 0.07 352.69 0.84 0.54
Hex EC 27 3F 0 53 49 7 161 54 36
Octal 354 47 77 0 123 111 7 541 124 66
Binary 11101100 100111 111111 0 1010011 1001001 111 101100001 1010100 110110

Color Harmonies of #EC273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC273F

Black with #EC273F

Text Example


Text Example

White with #EC273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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