Html Css Color HEX #EC3036 Alizarin

📋 copy color: '#EC3036'

red 236 ◦ green 48 ◦ blue 54

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

Shades of Alizarin #EC3036

Tints of Alizarin #EC3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 69.82%
G = 14.2%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC3036 (or 0xEC3036) is known color: Alizarin. HEX triplet: EC, 30 and 36. RGB value is (236,48,54). Sum of RGB (Red+Green+Blue) = 236+48+54=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3036 is #13CFC9. Grayscale: #696969. Windows color (decimal): -1298378 or 3551468. OLE color: 3551468.

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

Color convert

RGB 236 48 54 -
CMYK 0 0.80 0.77 0.07
HSL 358.09º 0.83% 0.56% -
HSV(B) 358.09º 0.8% 0.93% -
XYZ 36.31 20.21 5.48 -
YUV 104.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 236 48 54 0 0.80 0.77 0.07 358.09 0.83 0.56
Hex EC 30 36 0 50 4D 7 166 53 38
Octal 354 60 66 0 120 115 7 546 123 70
Binary 11101100 110000 110110 0 1010000 1001101 111 101100110 1010011 111000

Color Harmonies of #EC3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3036

Black with #EC3036

Text Example


Text Example

White with #EC3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3036; }

 p { color: rgb(236,48,54); }

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

background-color css

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

 a { background-color: rgb(236,48,54); }

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

border-color css

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

 span { border-color: rgb(236,48,54); }

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