Html Css Color HEX #EB1B2D Alizarin

📋 copy color: '#EB1B2D'

red 235 ◦ green 27 ◦ blue 45

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

Shades of Alizarin #EB1B2D

Tints of Alizarin #EB1B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 76.55%
G = 8.79%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB1B2D (or 0xEB1B2D) is known color: Alizarin. HEX triplet: EB, 1B and 2D. RGB value is (235,27,45). Sum of RGB (Red+Green+Blue) = 235+27+45=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1B2D is #14E4D2. Grayscale: #5B5B5B. Windows color (decimal): -1369299 or 2956267. OLE color: 2956267.

HSL color Cylindrical-coordinate representation of color #EB1B2D: hue angle of 354.81º 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 #EB1B2D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 27 45 -
CMYK 0 0.89 0.81 0.08
HSL 354.81º 0.84% 0.51% -
HSV(B) 354.81º 0.89% 0.92% -
XYZ 35.13 18.64 4.23 -
YUV 91.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 235 27 45 0 0.89 0.81 0.08 354.81 0.84 0.51
Hex EB 1B 2D 0 59 51 8 163 54 33
Octal 353 33 55 0 131 121 10 543 124 63
Binary 11101011 11011 101101 0 1011001 1010001 1000 101100011 1010100 110011

Color Harmonies of #EB1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1B2D

Black with #EB1B2D

Text Example


Text Example

White with #EB1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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