Html Css Color HEX #EB2136 Alizarin

📋 copy color: '#EB2136'

red 235 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #EB2136

Tints of Alizarin #EB2136

RGB

 RED value IS 235 (92.19% from 255) = 72.98%

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 72.98%
G = 10.25%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB2136 (or 0xEB2136) is known color: Alizarin. HEX triplet: EB, 21 and 36. RGB value is (235,33,54). Sum of RGB (Red+Green+Blue) = 235+33+54=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2136 is #14DEC9. Grayscale: #5F5F5F. Windows color (decimal): -1367754 or 3547627. OLE color: 3547627.

HSL color Cylindrical-coordinate representation of color #EB2136: hue angle of 353.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2136 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 54 -
CMYK 0 0.86 0.77 0.08
HSL 353.76º 0.83% 0.53% -
HSV(B) 353.76º 0.86% 0.92% -
XYZ 35.47 19.02 5.29 -
YUV 95.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 235 33 54 0 0.86 0.77 0.08 353.76 0.83 0.53
Hex EB 21 36 0 56 4D 8 162 53 35
Octal 353 41 66 0 126 115 10 542 123 65
Binary 11101011 100001 110110 0 1010110 1001101 1000 101100010 1010011 110101

Color Harmonies of #EB2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2136

Black with #EB2136

Text Example


Text Example

White with #EB2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2136; }

 p { color: rgb(235,33,54); }

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

background-color css

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

 a { background-color: rgb(235,33,54); }

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

border-color css

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

 span { border-color: rgb(235,33,54); }

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