Html Css Color HEX #E32F3A Alizarin

📋 copy color: '#E32F3A'

red 227 ◦ green 47 ◦ blue 58

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

Shades of Alizarin #E32F3A

Tints of Alizarin #E32F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 68.37%
G = 14.16%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E32F3A (or 0xE32F3A) is known color: Alizarin. HEX triplet: E3, 2F and 3A. RGB value is (227,47,58). Sum of RGB (Red+Green+Blue) = 227+47+58=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F3A is #1CD0C5. Grayscale: #666666. Windows color (decimal): -1888454 or 3813347. OLE color: 3813347.

HSL color Cylindrical-coordinate representation of color #E32F3A: hue angle of 356.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F3A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 58 -
CMYK 0 0.79 0.74 0.11
HSL 356.33º 0.76% 0.54% -
HSV(B) 356.33º 0.79% 0.89% -
XYZ 33.46 18.67 5.84 -
YUV 102.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 227 47 58 0 0.79 0.74 0.11 356.33 0.76 0.54
Hex E3 2F 3A 0 4F 4A B 164 4C 36
Octal 343 57 72 0 117 112 13 544 114 66
Binary 11100011 101111 111010 0 1001111 1001010 1011 101100100 1001100 110110

Color Harmonies of #E32F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F3A

Black with #E32F3A

Text Example


Text Example

White with #E32F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F3A; }

 p { color: rgb(227,47,58); }

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

background-color css

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

 a { background-color: rgb(227,47,58); }

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

border-color css

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

 span { border-color: rgb(227,47,58); }

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