#E63F42

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

Shades of Alizarin #E63F42

Tints of Alizarin #E63F42

Color information

#E63F42 (or 0xE63F42) is unknown color: approx Alizarin. HEX triplet: E6, 3F and 42. RGB value is (230,63,66). Sum of RGB (Red+Green+Blue) = 230+63+66=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F42 is #19C0BD. Grayscale: #717171. Windows color (decimal): -1687742 or 4341734. OLE color: 4341734.

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

Color convert

RGB2306366-
CMYK00.730.710.10
HSL358.92º76.96%57.45%-
HSV(B)358.92º72.61%90.2%-
XYZ35.3920.777.3-
YUV113.28101.33211.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 64.07%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=64.07%
G=17.55%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230636600.730.710.10358.9276.9657.45
HexE63F4204947A1674d39
Octal3467710201111071254711571
Binary11100110111111100001001001001100011110101011001111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63F42; }

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

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

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

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

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

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

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

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