Html Css Color HEX #EC2F42 Alizarin

📋 copy color: '#EC2F42'

red 236 ◦ green 47 ◦ blue 66

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

Shades of Alizarin #EC2F42

Tints of Alizarin #EC2F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 67.62%
G = 13.47%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2F42 (or 0xEC2F42) is known color: Alizarin. HEX triplet: EC, 2F and 42. RGB value is (236,47,66). Sum of RGB (Red+Green+Blue) = 236+47+66=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F42 is #13D0BD. Grayscale: #696969. Windows color (decimal): -1298622 or 4337644. OLE color: 4337644.

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

Color convert

RGB 236 47 66 -
CMYK 0 0.80 0.72 0.07
HSL 353.97º 0.83% 0.55% -
HSV(B) 353.97º 0.8% 0.93% -
XYZ 36.59 20.26 7.14 -
YUV 105.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 236 47 66 0 0.80 0.72 0.07 353.97 0.83 0.55
Hex EC 2F 42 0 50 48 7 162 53 37
Octal 354 57 102 0 120 110 7 542 123 67
Binary 11101100 101111 1000010 0 1010000 1001000 111 101100010 1010011 110111

Color Harmonies of #EC2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F42

Black with #EC2F42

Text Example


Text Example

White with #EC2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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