Html Css Color HEX #E2253B Alizarin

📋 copy color: '#E2253B'

red 226 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #E2253B

Tints of Alizarin #E2253B

RGB

 RED value IS 226 (88.67% from 255) = 70.19%

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 70.19%
G = 11.49%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2253B (or 0xE2253B) is known color: Alizarin. HEX triplet: E2, 25 and 3B. RGB value is (226,37,59). Sum of RGB (Red+Green+Blue) = 226+37+59=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2253B is #1DDAC4. Grayscale: #606060. Windows color (decimal): -1956549 or 3876322. OLE color: 3876322.

HSL color Cylindrical-coordinate representation of color #E2253B: hue angle of 353.02º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2253B is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 37 59 -
CMYK 0 0.84 0.74 0.11
HSL 353.02º 0.77% 0.52% -
HSV(B) 353.02º 0.84% 0.89% -
XYZ 32.82 17.81 5.85 -
YUV 96.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 226 37 59 0 0.84 0.74 0.11 353.02 0.77 0.52
Hex E2 25 3B 0 54 4A B 161 4D 34
Octal 342 45 73 0 124 112 13 541 115 64
Binary 11100010 100101 111011 0 1010100 1001010 1011 101100001 1001101 110100

Color Harmonies of #E2253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2253B

Black with #E2253B

Text Example


Text Example

White with #E2253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2253B; }

 p { color: rgb(226,37,59); }

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

background-color css

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

 a { background-color: rgb(226,37,59); }

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

border-color css

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

 span { border-color: rgb(226,37,59); }

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