Html Css Color HEX #EB2037 Alizarin

📋 copy color: '#EB2037'

red 235 ◦ green 32 ◦ blue 55

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

Shades of Alizarin #EB2037

Tints of Alizarin #EB2037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 72.98%
G = 9.94%
B = 17.08%

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

#EB2037 (or 0xEB2037) is known color: Alizarin. HEX triplet: EB, 20 and 37. RGB value is (235,32,55). Sum of RGB (Red+Green+Blue) = 235+32+55=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2037 is #14DFC8. Grayscale: #5F5F5F. Windows color (decimal): -1368009 or 3612907. OLE color: 3612907.

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

Color convert

RGB 235 32 55 -
CMYK 0 0.86 0.77 0.08
HSL 353.2º 0.84% 0.52% -
HSV(B) 353.2º 0.86% 0.92% -
XYZ 35.47 18.97 5.41 -
YUV 95.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 235 32 55 0 0.86 0.77 0.08 353.2 0.84 0.52
Hex EB 20 37 0 56 4D 8 161 54 34
Octal 353 40 67 0 126 115 10 541 124 64
Binary 11101011 100000 110111 0 1010110 1001101 1000 101100001 1010100 110100

Color Harmonies of #EB2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2037

Black with #EB2037

Text Example


Text Example

White with #EB2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2037; }

 p { color: rgb(235,32,55); }

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

background-color css

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

 a { background-color: rgb(235,32,55); }

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

border-color css

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

 span { border-color: rgb(235,32,55); }

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