Html Css Color HEX #E1262E Alizarin

📋 copy color: '#E1262E'

red 225 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #E1262E

Tints of Alizarin #E1262E

RGB

 RED value IS 225 (88.28% from 255) = 72.82%

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

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

R = 72.82%
G = 12.3%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1262E (or 0xE1262E) is known color: Alizarin. HEX triplet: E1, 26 and 2E. RGB value is (225,38,46). Sum of RGB (Red+Green+Blue) = 225+38+46=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1262E is #1ED9D1. Grayscale: #5E5E5E. Windows color (decimal): -2021842 or 3024609. OLE color: 3024609.

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

Color convert

RGB 225 38 46 -
CMYK 0 0.83 0.80 0.12
HSL 357.43º 0.76% 0.52% -
HSV(B) 357.43º 0.83% 0.88% -
XYZ 32.24 17.59 4.28 -
YUV 94.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 225 38 46 0 0.83 0.80 0.12 357.43 0.76 0.52
Hex E1 26 2E 0 53 50 C 165 4C 34
Octal 341 46 56 0 123 120 14 545 114 64
Binary 11100001 100110 101110 0 1010011 1010000 1100 101100101 1001100 110100

Color Harmonies of #E1262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1262E

Black with #E1262E

Text Example


Text Example

White with #E1262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1262E; }

 p { color: rgb(225,38,46); }

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

background-color css

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

 a { background-color: rgb(225,38,46); }

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

border-color css

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

 span { border-color: rgb(225,38,46); }

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