Html Css Color HEX #EC2F3C Alizarin

📋 copy color: '#EC2F3C'

red 236 ◦ green 47 ◦ blue 60

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

Shades of Alizarin #EC2F3C

Tints of Alizarin #EC2F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 68.8%
G = 13.7%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC2F3C (or 0xEC2F3C) is known color: Alizarin. HEX triplet: EC, 2F and 3C. RGB value is (236,47,60). Sum of RGB (Red+Green+Blue) = 236+47+60=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F3C is #13D0C3. Grayscale: #696969. Windows color (decimal): -1298628 or 3944428. OLE color: 3944428.

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

Color convert

RGB 236 47 60 -
CMYK 0 0.80 0.75 0.07
HSL 355.87º 0.83% 0.55% -
HSV(B) 355.87º 0.8% 0.93% -
XYZ 36.42 20.19 6.25 -
YUV 104.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 236 47 60 0 0.80 0.75 0.07 355.87 0.83 0.55
Hex EC 2F 3C 0 50 4B 7 164 53 37
Octal 354 57 74 0 120 113 7 544 123 67
Binary 11101100 101111 111100 0 1010000 1001011 111 101100100 1010011 110111

Color Harmonies of #EC2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F3C

Black with #EC2F3C

Text Example


Text Example

White with #EC2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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