#E92C2F

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

Shades of Alizarin #E92C2F

Tints of Alizarin #E92C2F

Color information

#E92C2F (or 0xE92C2F) is unknown color: approx Alizarin. HEX triplet: E9, 2C and 2F. RGB value is (233,44,47). Sum of RGB (Red+Green+Blue) = 233+44+47=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C2F is #16D3D0. Grayscale: #656565. Windows color (decimal): -1496017 or 3091689. OLE color: 3091689.

HSL color Cylindrical-coordinate representation of color #E92C2F: hue angle of 359.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB2334447-
CMYK00.810.800.09
HSL359.05º81.12%54.31%-
HSV(B)359.05º81.12%91.37%-
XYZ35.0219.334.57-
YUV100.8597.62222.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 71.91%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 47 (18.75% from 255) = 14.51%
R=71.91%
G=13.58%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233444700.810.800.09359.0581.1254.31
HexE92C2F0515091675136
Octal351545701211201154712166
Binary1110100110110010111101010001101000010011011001111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92C2F; }

 p { color: rgb(233,44,47); }

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

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

 a { background-color: rgb(233,44,47); }

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

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

 span { border-color: rgb(233,44,47); }

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