Html Css Color HEX #EB1E2D Alizarin

📋 copy color: '#EB1E2D'

red 235 ◦ green 30 ◦ blue 45

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

Shades of Alizarin #EB1E2D

Tints of Alizarin #EB1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 75.81%
G = 9.68%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB1E2D (or 0xEB1E2D) is known color: Alizarin. HEX triplet: EB, 1E and 2D. RGB value is (235,30,45). Sum of RGB (Red+Green+Blue) = 235+30+45=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E2D is #14E1D2. Grayscale: #5D5D5D. Windows color (decimal): -1368531 or 2957035. OLE color: 2957035.

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

Color convert

RGB 235 30 45 -
CMYK 0 0.87 0.81 0.08
HSL 355.61º 0.84% 0.52% -
HSV(B) 355.61º 0.87% 0.92% -
XYZ 35.2 18.78 4.25 -
YUV 93.01 100.92 229.28 -
System Red Green Blue C M Y K H S L
Decimal 235 30 45 0 0.87 0.81 0.08 355.61 0.84 0.52
Hex EB 1E 2D 0 57 51 8 164 54 34
Octal 353 36 55 0 127 121 10 544 124 64
Binary 11101011 11110 101101 0 1010111 1010001 1000 101100100 1010100 110100

Color Harmonies of #EB1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E2D

Black with #EB1E2D

Text Example


Text Example

White with #EB1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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