#e33c3d

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

Shades of Alizarin #E33C3D

Tints of Alizarin #E33C3D

Color information

#E33C3D (or 0xE33C3D) is unknown color: approx Alizarin. HEX triplet: E3, 3C and 3D. RGB value is (227,60,61). Sum of RGB (Red+Green+Blue) = 227+60+61=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C3D is #1CC3C2. Grayscale: #6E6E6E. Windows color (decimal): -1885123 or 4013283. OLE color: 4013283.

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

Color convert

RGB2276061-
CMYK00.740.730.11
HSL359.64º74.89%56.27%-
HSV(B)359.64º73.57%89.02%-
XYZ34.1419.96.46-
YUV110.05100.33211.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.23%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=65.23%
G=17.24%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227606100.740.730.11359.6474.8956.27
HexE33C3D04A49B1684b38
Octal343747501121111355011370
Binary1110001111110011110101001010100100110111011010001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33c3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33c3d; }

 p { color: rgb(227,60,61); }

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

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

 a { background-color: rgb(227,60,61); }

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

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

 span { border-color: rgb(227,60,61); }

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