Html Css Color HEX #EC2F3E Alizarin

📋 copy color: '#EC2F3E'

red 236 ◦ green 47 ◦ blue 62

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

Shades of Alizarin #EC2F3E

Tints of Alizarin #EC2F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 68.41%
G = 13.62%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC2F3E (or 0xEC2F3E) is known color: Alizarin. HEX triplet: EC, 2F and 3E. RGB value is (236,47,62). Sum of RGB (Red+Green+Blue) = 236+47+62=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F3E is #13D0C1. Grayscale: #696969. Windows color (decimal): -1298626 or 4075500. OLE color: 4075500.

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

Color convert

RGB 236 47 62 -
CMYK 0 0.80 0.74 0.07
HSL 355.24º 0.83% 0.55% -
HSV(B) 355.24º 0.8% 0.93% -
XYZ 36.48 20.21 6.54 -
YUV 105.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 236 47 62 0 0.80 0.74 0.07 355.24 0.83 0.55
Hex EC 2F 3E 0 50 4A 7 163 53 37
Octal 354 57 76 0 120 112 7 543 123 67
Binary 11101100 101111 111110 0 1010000 1001010 111 101100011 1010011 110111

Color Harmonies of #EC2F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F3E

Black with #EC2F3E

Text Example


Text Example

White with #EC2F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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