Html Css Color HEX #EB212E Alizarin

📋 copy color: '#EB212E'

red 235 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #EB212E

Tints of Alizarin #EB212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 74.84%
G = 10.51%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB212E (or 0xEB212E) is known color: Alizarin. HEX triplet: EB, 21 and 2E. RGB value is (235,33,46). Sum of RGB (Red+Green+Blue) = 235+33+46=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB212E is #14DED1. Grayscale: #5F5F5F. Windows color (decimal): -1367762 or 3023339. OLE color: 3023339.

HSL color Cylindrical-coordinate representation of color #EB212E: hue angle of 356.14º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB212E is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 46 -
CMYK 0 0.86 0.80 0.08
HSL 356.14º 0.83% 0.53% -
HSV(B) 356.14º 0.86% 0.92% -
XYZ 35.3 18.95 4.38 -
YUV 94.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 235 33 46 0 0.86 0.80 0.08 356.14 0.83 0.53
Hex EB 21 2E 0 56 50 8 164 53 35
Octal 353 41 56 0 126 120 10 544 123 65
Binary 11101011 100001 101110 0 1010110 1010000 1000 101100100 1010011 110101

Color Harmonies of #EB212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB212E

Black with #EB212E

Text Example


Text Example

White with #EB212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB212E; }

 p { color: rgb(235,33,46); }

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

background-color css

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

 a { background-color: rgb(235,33,46); }

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

border-color css

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

 span { border-color: rgb(235,33,46); }

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