#E61F32

Color #E61F32 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E61F32

Tints of Alizarin #E61F32

Color information

#E61F32 (or 0xE61F32) is unknown color: approx Alizarin. HEX triplet: E6, 1F and 32. RGB value is (230,31,50). Sum of RGB (Red+Green+Blue) = 230+31+50=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F32 is #19E0CD. Grayscale: #5C5C5C. Windows color (decimal): -1695950 or 3284966. OLE color: 3284966.

HSL color Cylindrical-coordinate representation of color #E61F32: hue angle of 354.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61F32 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB2303150-
CMYK00.870.780.10
HSL354.27º79.92%51.18%-
HSV(B)354.27º86.52%90.2%-
XYZ33.718.034.72-
YUV92.67103.93225.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.95%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=73.95%
G=9.97%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230315000.870.780.10354.2779.9251.18
HexE61F320574EA1625033
Octal346376201271161254212063
Binary111001101111111001001010111100111010101011000101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61F32; }

 p { color: rgb(230,31,50); }

 H1.HeaderClassName
 {
   color: #E61F32;
 }
 .AnyTagClassName
 {
   color: #E61F32;
 }
</style>
background-color css

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

 a { background-color: rgb(230,31,50); }

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

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

 span { border-color: rgb(230,31,50); }

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