Html Css Color HEX #EB1A2C Alizarin

📋 copy color: '#EB1A2C'

red 235 ◦ green 26 ◦ blue 44

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

Shades of Alizarin #EB1A2C

Tints of Alizarin #EB1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 77.05%
G = 8.52%
B = 14.43%

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

#EB1A2C (or 0xEB1A2C) is known color: Alizarin. HEX triplet: EB, 1A and 2C. RGB value is (235,26,44). Sum of RGB (Red+Green+Blue) = 235+26+44=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1A2C is #14E5D3. Grayscale: #5A5A5A. Windows color (decimal): -1369556 or 2890475. OLE color: 2890475.

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

Color convert

RGB 235 26 44 -
CMYK 0 0.89 0.81 0.08
HSL 354.83º 0.84% 0.51% -
HSV(B) 354.83º 0.89% 0.92% -
XYZ 35.08 18.58 4.12 -
YUV 90.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 235 26 44 0 0.89 0.81 0.08 354.83 0.84 0.51
Hex EB 1A 2C 0 59 51 8 163 54 33
Octal 353 32 54 0 131 121 10 543 124 63
Binary 11101011 11010 101100 0 1011001 1010001 1000 101100011 1010100 110011

Color Harmonies of #EB1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A2C

Black with #EB1A2C

Text Example


Text Example

White with #EB1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A2C; }

 p { color: rgb(235,26,44); }

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

background-color css

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

 a { background-color: rgb(235,26,44); }

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

border-color css

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

 span { border-color: rgb(235,26,44); }

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