Html Css Color HEX #EC2F33 Alizarin

📋 copy color: '#EC2F33'

red 236 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #EC2F33

Tints of Alizarin #EC2F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.27%

R = 70.66%
G = 14.07%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2F33 (or 0xEC2F33) is known color: Alizarin. HEX triplet: EC, 2F and 33. RGB value is (236,47,51). Sum of RGB (Red+Green+Blue) = 236+47+51=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F33 is #13D0CC. Grayscale: #686868. Windows color (decimal): -1298637 or 3354604. OLE color: 3354604.

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

Color convert

RGB 236 47 51 -
CMYK 0 0.80 0.78 0.07
HSL 358.73º 0.83% 0.55% -
HSV(B) 358.73º 0.8% 0.93% -
XYZ 36.21 20.1 5.1 -
YUV 103.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 236 47 51 0 0.80 0.78 0.07 358.73 0.83 0.55
Hex EC 2F 33 0 50 4E 7 167 53 37
Octal 354 57 63 0 120 116 7 547 123 67
Binary 11101100 101111 110011 0 1010000 1001110 111 101100111 1010011 110111

Color Harmonies of #EC2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F33

Black with #EC2F33

Text Example


Text Example

White with #EC2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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