Html Css Color HEX #EB1B32 Alizarin

📋 copy color: '#EB1B32'

red 235 ◦ green 27 ◦ blue 50

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

Shades of Alizarin #EB1B32

Tints of Alizarin #EB1B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 75.32%
G = 8.65%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB1B32 (or 0xEB1B32) is known color: Alizarin. HEX triplet: EB, 1B and 32. RGB value is (235,27,50). Sum of RGB (Red+Green+Blue) = 235+27+50=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1B32 is #14E4CD. Grayscale: #5B5B5B. Windows color (decimal): -1369294 or 3283947. OLE color: 3283947.

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

Color convert

RGB 235 27 50 -
CMYK 0 0.89 0.79 0.08
HSL 353.37º 0.84% 0.51% -
HSV(B) 353.37º 0.89% 0.92% -
XYZ 35.23 18.68 4.77 -
YUV 91.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 235 27 50 0 0.89 0.79 0.08 353.37 0.84 0.51
Hex EB 1B 32 0 59 4F 8 161 54 33
Octal 353 33 62 0 131 117 10 541 124 63
Binary 11101011 11011 110010 0 1011001 1001111 1000 101100001 1010100 110011

Color Harmonies of #EB1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1B32

Black with #EB1B32

Text Example


Text Example

White with #EB1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1B32; }

 p { color: rgb(235,27,50); }

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

background-color css

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

 a { background-color: rgb(235,27,50); }

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

border-color css

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

 span { border-color: rgb(235,27,50); }

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