Html Css Color HEX #EB2129 Alizarin

📋 copy color: '#EB2129'

red 235 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #EB2129

Tints of Alizarin #EB2129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 76.05%
G = 10.68%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2129 (or 0xEB2129) is known color: Alizarin. HEX triplet: EB, 21 and 29. RGB value is (235,33,41). Sum of RGB (Red+Green+Blue) = 235+33+41=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2129 is #14DED6. Grayscale: #5E5E5E. Windows color (decimal): -1367767 or 2695659. OLE color: 2695659.

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

Color convert

RGB 235 33 41 -
CMYK 0 0.86 0.83 0.08
HSL 357.62º 0.83% 0.53% -
HSV(B) 357.62º 0.86% 0.92% -
XYZ 35.21 18.91 3.89 -
YUV 94.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 235 33 41 0 0.86 0.83 0.08 357.62 0.83 0.53
Hex EB 21 29 0 56 53 8 166 53 35
Octal 353 41 51 0 126 123 10 546 123 65
Binary 11101011 100001 101001 0 1010110 1010011 1000 101100110 1010011 110101

Color Harmonies of #EB2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2129

Black with #EB2129

Text Example


Text Example

White with #EB2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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