Html Css Color HEX #EB1A1D Alizarin

📋 copy color: '#EB1A1D'

red 235 ◦ green 26 ◦ blue 29

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

Shades of Alizarin #EB1A1D

Tints of Alizarin #EB1A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 81.03%
G = 8.97%
B = 10%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB1A1D (or 0xEB1A1D) is known color: Alizarin. HEX triplet: EB, 1A and 1D. RGB value is (235,26,29). Sum of RGB (Red+Green+Blue) = 235+26+29=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1A1D is #14E5E2. Grayscale: #595959. Windows color (decimal): -1369571 or 1907435. OLE color: 1907435.

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

Color convert

RGB 235 26 29 -
CMYK 0 0.89 0.88 0.08
HSL 359.14º 0.84% 0.51% -
HSV(B) 359.14º 0.89% 0.92% -
XYZ 34.85 18.49 2.89 -
YUV 88.83 94.24 232.26 -
System Red Green Blue C M Y K H S L
Decimal 235 26 29 0 0.89 0.88 0.08 359.14 0.84 0.51
Hex EB 1A 1D 0 59 58 8 167 54 33
Octal 353 32 35 0 131 130 10 547 124 63
Binary 11101011 11010 11101 0 1011001 1011000 1000 101100111 1010100 110011

Color Harmonies of #EB1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A1D

Black with #EB1A1D

Text Example


Text Example

White with #EB1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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