Html Css Color HEX #EC2438 Alizarin

📋 copy color: '#EC2438'

red 236 ◦ green 36 ◦ blue 56

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

Shades of Alizarin #EC2438

Tints of Alizarin #EC2438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 71.95%
G = 10.98%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC2438 (or 0xEC2438) is known color: Alizarin. HEX triplet: EC, 24 and 38. RGB value is (236,36,56). Sum of RGB (Red+Green+Blue) = 236+36+56=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2438 is #13DBC7. Grayscale: #626262. Windows color (decimal): -1301448 or 3679468. OLE color: 3679468.

HSL color Cylindrical-coordinate representation of color #EC2438: hue angle of 354º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2438 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 56 -
CMYK 0 0.85 0.76 0.07
HSL 354º 0.84% 0.53% -
HSV(B) 354º 0.85% 0.93% -
XYZ 35.94 19.38 5.59 -
YUV 98.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 236 36 56 0 0.85 0.76 0.07 354 0.84 0.53
Hex EC 24 38 0 55 4C 7 162 54 35
Octal 354 44 70 0 125 114 7 542 124 65
Binary 11101100 100100 111000 0 1010101 1001100 111 101100010 1010100 110101

Color Harmonies of #EC2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2438

Black with #EC2438

Text Example


Text Example

White with #EC2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2438; }

 p { color: rgb(236,36,56); }

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

background-color css

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

 a { background-color: rgb(236,36,56); }

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

border-color css

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

 span { border-color: rgb(236,36,56); }

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