Html Css Color HEX #E2282F Alizarin

📋 copy color: '#E2282F'

red 226 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #E2282F

Tints of Alizarin #E2282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 72.2%
G = 12.78%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2282F (or 0xE2282F) is known color: Alizarin. HEX triplet: E2, 28 and 2F. RGB value is (226,40,47). Sum of RGB (Red+Green+Blue) = 226+40+47=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E2282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2282F is #1DD7D0. Grayscale: #606060. Windows color (decimal): -1955793 or 3090658. OLE color: 3090658.

HSL color Cylindrical-coordinate representation of color #E2282F: hue angle of 357.74º 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 #E2282F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 47 -
CMYK 0 0.82 0.79 0.11
HSL 357.74º 0.76% 0.52% -
HSV(B) 357.74º 0.82% 0.89% -
XYZ 32.64 17.89 4.42 -
YUV 96.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 226 40 47 0 0.82 0.79 0.11 357.74 0.76 0.52
Hex E2 28 2F 0 52 4F B 166 4C 34
Octal 342 50 57 0 122 117 13 546 114 64
Binary 11100010 101000 101111 0 1010010 1001111 1011 101100110 1001100 110100

Color Harmonies of #E2282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2282F

Black with #E2282F

Text Example


Text Example

White with #E2282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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