Html Css Color HEX #E12738 Alizarin

📋 copy color: '#E12738'

red 225 ◦ green 39 ◦ blue 56

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

Shades of Alizarin #E12738

Tints of Alizarin #E12738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 70.31%
G = 12.19%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E12738 (or 0xE12738) is known color: Alizarin. HEX triplet: E1, 27 and 38. RGB value is (225,39,56). Sum of RGB (Red+Green+Blue) = 225+39+56=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E12738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12738 is #1ED8C7. Grayscale: #606060. Windows color (decimal): -2021576 or 3680225. OLE color: 3680225.

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

Color convert

RGB 225 39 56 -
CMYK 0 0.83 0.75 0.12
HSL 354.52º 0.76% 0.52% -
HSV(B) 354.52º 0.83% 0.88% -
XYZ 32.49 17.74 5.45 -
YUV 96.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 225 39 56 0 0.83 0.75 0.12 354.52 0.76 0.52
Hex E1 27 38 0 53 4B C 163 4C 34
Octal 341 47 70 0 123 113 14 543 114 64
Binary 11100001 100111 111000 0 1010011 1001011 1100 101100011 1001100 110100

Color Harmonies of #E12738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12738

Black with #E12738

Text Example


Text Example

White with #E12738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12738; }

 p { color: rgb(225,39,56); }

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

background-color css

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

 a { background-color: rgb(225,39,56); }

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

border-color css

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

 span { border-color: rgb(225,39,56); }

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