Html Css Color HEX #E1272B Alizarin

📋 copy color: '#E1272B'

red 225 ◦ green 39 ◦ blue 43

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

Shades of Alizarin #E1272B

Tints of Alizarin #E1272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 73.29%
G = 12.7%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1272B (or 0xE1272B) is known color: Alizarin. HEX triplet: E1, 27 and 2B. RGB value is (225,39,43). Sum of RGB (Red+Green+Blue) = 225+39+43=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1272B is #1ED8D4. Grayscale: #5F5F5F. Windows color (decimal): -2021589 or 2828257. OLE color: 2828257.

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

Color convert

RGB 225 39 43 -
CMYK 0 0.83 0.81 0.12
HSL 358.71º 0.76% 0.52% -
HSV(B) 358.71º 0.83% 0.88% -
XYZ 32.21 17.63 3.99 -
YUV 95.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 225 39 43 0 0.83 0.81 0.12 358.71 0.76 0.52
Hex E1 27 2B 0 53 51 C 167 4C 34
Octal 341 47 53 0 123 121 14 547 114 64
Binary 11100001 100111 101011 0 1010011 1010001 1100 101100111 1001100 110100

Color Harmonies of #E1272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1272B

Black with #E1272B

Text Example


Text Example

White with #E1272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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