Html Css Color HEX #E2262D Alizarin

📋 copy color: '#E2262D'

red 226 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #E2262D

Tints of Alizarin #E2262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 73.14%
G = 12.3%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2262D (or 0xE2262D) is known color: Alizarin. HEX triplet: E2, 26 and 2D. RGB value is (226,38,45). Sum of RGB (Red+Green+Blue) = 226+38+45=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2262D is #1DD9D2. Grayscale: #5F5F5F. Windows color (decimal): -1956307 or 2959074. OLE color: 2959074.

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

Color convert

RGB 226 38 45 -
CMYK 0 0.83 0.80 0.11
HSL 357.77º 0.76% 0.52% -
HSV(B) 357.77º 0.83% 0.89% -
XYZ 32.53 17.74 4.19 -
YUV 95.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 226 38 45 0 0.83 0.80 0.11 357.77 0.76 0.52
Hex E2 26 2D 0 53 50 B 166 4C 34
Octal 342 46 55 0 123 120 13 546 114 64
Binary 11100010 100110 101101 0 1010011 1010000 1011 101100110 1001100 110100

Color Harmonies of #E2262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2262D

Black with #E2262D

Text Example


Text Example

White with #E2262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2262D; }

 p { color: rgb(226,38,45); }

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

background-color css

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

 a { background-color: rgb(226,38,45); }

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

border-color css

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

 span { border-color: rgb(226,38,45); }

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