Html Css Color HEX #E12633 Alizarin

📋 copy color: '#E12633'

red 225 ◦ green 38 ◦ blue 51

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

Shades of Alizarin #E12633

Tints of Alizarin #E12633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 71.66%
G = 12.1%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E12633 (or 0xE12633) is known color: Alizarin. HEX triplet: E1, 26 and 33. RGB value is (225,38,51). Sum of RGB (Red+Green+Blue) = 225+38+51=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E12633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12633 is #1ED9CC. Grayscale: #5F5F5F. Windows color (decimal): -2021837 or 3352289. OLE color: 3352289.

HSL color Cylindrical-coordinate representation of color #E12633: hue angle of 355.83º 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 #E12633 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 51 -
CMYK 0 0.83 0.77 0.12
HSL 355.83º 0.76% 0.52% -
HSV(B) 355.83º 0.83% 0.88% -
XYZ 32.34 17.63 4.83 -
YUV 95.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 225 38 51 0 0.83 0.77 0.12 355.83 0.76 0.52
Hex E1 26 33 0 53 4D C 164 4C 34
Octal 341 46 63 0 123 115 14 544 114 64
Binary 11100001 100110 110011 0 1010011 1001101 1100 101100100 1001100 110100

Color Harmonies of #E12633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12633

Black with #E12633

Text Example


Text Example

White with #E12633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12633; }

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

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

background-color css

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

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

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

border-color css

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

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

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