#ec3437

Color #EC3437 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EC3437

Tints of Alizarin #EC3437

Color information

#EC3437 (or 0xEC3437) is unknown color: approx Alizarin. HEX triplet: EC, 34 and 37. RGB value is (236,52,55). Sum of RGB (Red+Green+Blue) = 236+52+55=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3437 is #13CBC8. Grayscale: #6B6B6B. Windows color (decimal): -1297353 or 3618028. OLE color: 3618028.

HSL color Cylindrical-coordinate representation of color #EC3437: hue angle of 359.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3437 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB2365255-
CMYK00.780.770.07
HSL359.02º82.88%56.47%-
HSV(B)359.02º77.97%92.55%-
XYZ36.5120.565.66-
YUV107.3698.46219.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.80%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=68.80%
G=15.16%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236525500.780.770.07359.0282.8856.47
HexEC343704E4D71675338
Octal35464670116115754712370
Binary111011001101001101110100111010011011111011001111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec3437; }

 p { color: rgb(236,52,55); }

 H1.HeaderClassName
 {
   color: #ec3437;
 }
 .AnyTagClassName
 {
   color: #ec3437;
 }
</style>
background-color css

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

 a { background-color: rgb(236,52,55); }

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

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

 span { border-color: rgb(236,52,55); }

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