Html Css Color HEX #EC2B38 Alizarin

📋 copy color: '#EC2B38'

red 236 ◦ green 43 ◦ blue 56

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

Shades of Alizarin #EC2B38

Tints of Alizarin #EC2B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 70.45%
G = 12.84%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC2B38 (or 0xEC2B38) is known color: Alizarin. HEX triplet: EC, 2B and 38. RGB value is (236,43,56). Sum of RGB (Red+Green+Blue) = 236+43+56=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B38 is #13D4C7. Grayscale: #666666. Windows color (decimal): -1299656 or 3681260. OLE color: 3681260.

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

Color convert

RGB 236 43 56 -
CMYK 0 0.82 0.76 0.07
HSL 355.96º 0.84% 0.55% -
HSV(B) 355.96º 0.82% 0.93% -
XYZ 36.17 19.85 5.67 -
YUV 102.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 236 43 56 0 0.82 0.76 0.07 355.96 0.84 0.55
Hex EC 2B 38 0 52 4C 7 164 54 37
Octal 354 53 70 0 122 114 7 544 124 67
Binary 11101100 101011 111000 0 1010010 1001100 111 101100100 1010100 110111

Color Harmonies of #EC2B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B38

Black with #EC2B38

Text Example


Text Example

White with #EC2B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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