Html Css Color HEX #EB2A2E Alizarin

📋 copy color: '#EB2A2E'

red 235 ◦ green 42 ◦ blue 46

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

Shades of Alizarin #EB2A2E

Tints of Alizarin #EB2A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13%

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

R = 72.76%
G = 13%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB2A2E (or 0xEB2A2E) is known color: Alizarin. HEX triplet: EB, 2A and 2E. RGB value is (235,42,46). Sum of RGB (Red+Green+Blue) = 235+42+46=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A2E is #14D5D1. Grayscale: #646464. Windows color (decimal): -1365458 or 3025643. OLE color: 3025643.

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

Color convert

RGB 235 42 46 -
CMYK 0 0.82 0.80 0.08
HSL 358.76º 0.83% 0.54% -
HSV(B) 358.76º 0.82% 0.92% -
XYZ 35.58 19.52 4.48 -
YUV 100.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 235 42 46 0 0.82 0.80 0.08 358.76 0.83 0.54
Hex EB 2A 2E 0 52 50 8 167 53 36
Octal 353 52 56 0 122 120 10 547 123 66
Binary 11101011 101010 101110 0 1010010 1010000 1000 101100111 1010011 110110

Color Harmonies of #EB2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A2E

Black with #EB2A2E

Text Example


Text Example

White with #EB2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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