#E6363F

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

Shades of Alizarin #E6363F

Tints of Alizarin #E6363F

Color information

#E6363F (or 0xE6363F) is unknown color: approx Alizarin. HEX triplet: E6, 36 and 3F. RGB value is (230,54,63). Sum of RGB (Red+Green+Blue) = 230+54+63=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6363F is #19C9C0. Grayscale: #6B6B6B. Windows color (decimal): -1690049 or 4142822. OLE color: 4142822.

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

Color convert

RGB2305463-
CMYK00.770.730.10
HSL356.93º77.88%55.69%-
HSV(B)356.93º76.52%90.2%-
XYZ34.8519.826.69-
YUV107.65102.81215.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 66.28%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 63 (25% from 255) = 18.16%
R=66.28%
G=15.56%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230546300.770.730.10356.9377.8855.69
HexE6363F04D49A1654e38
Octal346667701151111254511670
Binary1110011011011011111101001101100100110101011001011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6363F; }

 p { color: rgb(230,54,63); }

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

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

 a { background-color: rgb(230,54,63); }

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

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

 span { border-color: rgb(230,54,63); }

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