Html Css Color HEX #E3272A Alizarin

📋 copy color: '#E3272A'

red 227 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #E3272A

Tints of Alizarin #E3272A

RGB

 RED value IS 227 (89.06% from 255) = 73.7%

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 73.7%
G = 12.66%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3272A (or 0xE3272A) is known color: Alizarin. HEX triplet: E3, 27 and 2A. RGB value is (227,39,42). Sum of RGB (Red+Green+Blue) = 227+39+42=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3272A is #1CD8D5. Grayscale: #5F5F5F. Windows color (decimal): -1890518 or 2762723. OLE color: 2762723.

HSL color Cylindrical-coordinate representation of color #E3272A: hue angle of 359.04º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3272A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 39 42 -
CMYK 0 0.83 0.81 0.11
HSL 359.04º 0.77% 0.52% -
HSV(B) 359.04º 0.83% 0.89% -
XYZ 32.82 17.95 3.93 -
YUV 95.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 227 39 42 0 0.83 0.81 0.11 359.04 0.77 0.52
Hex E3 27 2A 0 53 51 B 167 4D 34
Octal 343 47 52 0 123 121 13 547 115 64
Binary 11100011 100111 101010 0 1010011 1010001 1011 101100111 1001101 110100

Color Harmonies of #E3272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3272A

Black with #E3272A

Text Example


Text Example

White with #E3272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3272A; }

 p { color: rgb(227,39,42); }

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

background-color css

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

 a { background-color: rgb(227,39,42); }

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

border-color css

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

 span { border-color: rgb(227,39,42); }

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