Html Css Color HEX #EB212D Alizarin

📋 copy color: '#EB212D'

red 235 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #EB212D

Tints of Alizarin #EB212D

RGB

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

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

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

R = 75.08%
G = 10.54%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB212D (or 0xEB212D) is known color: Alizarin. HEX triplet: EB, 21 and 2D. RGB value is (235,33,45). Sum of RGB (Red+Green+Blue) = 235+33+45=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB212D is #14DED2. Grayscale: #5E5E5E. Windows color (decimal): -1367763 or 2957803. OLE color: 2957803.

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

Color convert

RGB 235 33 45 -
CMYK 0 0.86 0.81 0.08
HSL 356.44º 0.83% 0.53% -
HSV(B) 356.44º 0.86% 0.92% -
XYZ 35.28 18.94 4.28 -
YUV 94.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 235 33 45 0 0.86 0.81 0.08 356.44 0.83 0.53
Hex EB 21 2D 0 56 51 8 164 53 35
Octal 353 41 55 0 126 121 10 544 123 65
Binary 11101011 100001 101101 0 1010110 1010001 1000 101100100 1010011 110101

Color Harmonies of #EB212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB212D

Black with #EB212D

Text Example


Text Example

White with #EB212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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