Html Css Color HEX #E2303A Alizarin

📋 copy color: '#E2303A'

red 226 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #E2303A

Tints of Alizarin #E2303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 68.07%
G = 14.46%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2303A (or 0xE2303A) is known color: Alizarin. HEX triplet: E2, 30 and 3A. RGB value is (226,48,58). Sum of RGB (Red+Green+Blue) = 226+48+58=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E2303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2303A is #1DCFC5. Grayscale: #666666. Windows color (decimal): -1953734 or 3813602. OLE color: 3813602.

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

Color convert

RGB 226 48 58 -
CMYK 0 0.79 0.74 0.11
HSL 356.63º 0.75% 0.54% -
HSV(B) 356.63º 0.79% 0.89% -
XYZ 33.18 18.59 5.84 -
YUV 102.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 226 48 58 0 0.79 0.74 0.11 356.63 0.75 0.54
Hex E2 30 3A 0 4F 4A B 165 4B 36
Octal 342 60 72 0 117 112 13 545 113 66
Binary 11100010 110000 111010 0 1001111 1001010 1011 101100101 1001011 110110

Color Harmonies of #E2303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2303A

Black with #E2303A

Text Example


Text Example

White with #E2303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2303A; }

 p { color: rgb(226,48,58); }

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

background-color css

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

 a { background-color: rgb(226,48,58); }

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

border-color css

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

 span { border-color: rgb(226,48,58); }

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