Html Css Color HEX #E12730 Alizarin

📋 copy color: '#E12730'

red 225 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #E12730

Tints of Alizarin #E12730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 72.12%
G = 12.5%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E12730 (or 0xE12730) is known color: Alizarin. HEX triplet: E1, 27 and 30. RGB value is (225,39,48). Sum of RGB (Red+Green+Blue) = 225+39+48=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E12730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12730 is #1ED8CF. Grayscale: #5F5F5F. Windows color (decimal): -2021584 or 3155937. OLE color: 3155937.

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

Color convert

RGB 225 39 48 -
CMYK 0 0.83 0.79 0.12
HSL 357.1º 0.76% 0.52% -
HSV(B) 357.1º 0.83% 0.88% -
XYZ 32.31 17.67 4.5 -
YUV 95.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 225 39 48 0 0.83 0.79 0.12 357.1 0.76 0.52
Hex E1 27 30 0 53 4F C 165 4C 34
Octal 341 47 60 0 123 117 14 545 114 64
Binary 11100001 100111 110000 0 1010011 1001111 1100 101100101 1001100 110100

Color Harmonies of #E12730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12730

Black with #E12730

Text Example


Text Example

White with #E12730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12730; }

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

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

background-color css

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

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

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

border-color css

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

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

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