Html Css Color HEX #EB1E3E Alizarin

📋 copy color: '#EB1E3E'

red 235 ◦ green 30 ◦ blue 62

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

Shades of Alizarin #EB1E3E

Tints of Alizarin #EB1E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 71.87%
G = 9.17%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB1E3E (or 0xEB1E3E) is known color: Alizarin. HEX triplet: EB, 1E and 3E. RGB value is (235,30,62). Sum of RGB (Red+Green+Blue) = 235+30+62=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E3E is #14E1C1. Grayscale: #5F5F5F. Windows color (decimal): -1368514 or 4071147. OLE color: 4071147.

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

Color convert

RGB 235 30 62 -
CMYK 0 0.87 0.74 0.08
HSL 350.63º 0.84% 0.52% -
HSV(B) 350.63º 0.87% 0.92% -
XYZ 35.59 18.94 6.34 -
YUV 94.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 235 30 62 0 0.87 0.74 0.08 350.63 0.84 0.52
Hex EB 1E 3E 0 57 4A 8 15F 54 34
Octal 353 36 76 0 127 112 10 537 124 64
Binary 11101011 11110 111110 0 1010111 1001010 1000 101011111 1010100 110100

Color Harmonies of #EB1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E3E

Black with #EB1E3E

Text Example


Text Example

White with #EB1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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