Html Css Color HEX #E2282E Alizarin

📋 copy color: '#E2282E'

red 226 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #E2282E

Tints of Alizarin #E2282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 72.44%
G = 12.82%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2282E (or 0xE2282E) is known color: Alizarin. HEX triplet: E2, 28 and 2E. RGB value is (226,40,46). Sum of RGB (Red+Green+Blue) = 226+40+46=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E2282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2282E is #1DD7D1. Grayscale: #606060. Windows color (decimal): -1955794 or 3025122. OLE color: 3025122.

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

Color convert

RGB 226 40 46 -
CMYK 0 0.82 0.80 0.11
HSL 358.06º 0.76% 0.52% -
HSV(B) 358.06º 0.82% 0.89% -
XYZ 32.62 17.88 4.32 -
YUV 96.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 226 40 46 0 0.82 0.80 0.11 358.06 0.76 0.52
Hex E2 28 2E 0 52 50 B 166 4C 34
Octal 342 50 56 0 122 120 13 546 114 64
Binary 11100010 101000 101110 0 1010010 1010000 1011 101100110 1001100 110100

Color Harmonies of #E2282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2282E

Black with #E2282E

Text Example


Text Example

White with #E2282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2282E; }

 p { color: rgb(226,40,46); }

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

background-color css

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

 a { background-color: rgb(226,40,46); }

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

border-color css

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

 span { border-color: rgb(226,40,46); }

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