Html Css Color HEX #EB2B2C Alizarin

📋 copy color: '#EB2B2C'

red 235 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #EB2B2C

Tints of Alizarin #EB2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.35%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 72.98%
G = 13.35%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB2B2C (or 0xEB2B2C) is known color: Alizarin. HEX triplet: EB, 2B and 2C. RGB value is (235,43,44). Sum of RGB (Red+Green+Blue) = 235+43+44=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B2C is #14D4D3. Grayscale: #646464. Windows color (decimal): -1365204 or 2894827. OLE color: 2894827.

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

Color convert

RGB 235 43 44 -
CMYK 0 0.82 0.81 0.08
HSL 359.69º 0.83% 0.55% -
HSV(B) 359.69º 0.82% 0.92% -
XYZ 35.58 19.57 4.29 -
YUV 100.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 235 43 44 0 0.82 0.81 0.08 359.69 0.83 0.55
Hex EB 2B 2C 0 52 51 8 168 53 37
Octal 353 53 54 0 122 121 10 550 123 67
Binary 11101011 101011 101100 0 1010010 1010001 1000 101101000 1010011 110111

Color Harmonies of #EB2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B2C

Black with #EB2B2C

Text Example


Text Example

White with #EB2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B2C; }

 p { color: rgb(235,43,44); }

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

background-color css

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

 a { background-color: rgb(235,43,44); }

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

border-color css

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

 span { border-color: rgb(235,43,44); }

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