#E92F30

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

Shades of Alizarin #E92F30

Tints of Alizarin #E92F30

Color information

#E92F30 (or 0xE92F30) is unknown color: approx Alizarin. HEX triplet: E9, 2F and 30. RGB value is (233,47,48). Sum of RGB (Red+Green+Blue) = 233+47+48=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F30 is #16D0CF. Grayscale: #666666. Windows color (decimal): -1495248 or 3157993. OLE color: 3157993.

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

Color convert

RGB2334748-
CMYK00.800.790.09
HSL359.68º80.87%54.9%-
HSV(B)359.68º79.83%91.37%-
XYZ35.1519.574.72-
YUV102.7397.12220.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 71.04%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 48 (19.14% from 255) = 14.63%
R=71.04%
G=14.33%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233474800.800.790.09359.6880.8754.9
HexE92F300504F91685137
Octal351576001201171155012167
Binary1110100110111111000001010000100111110011011010001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92F30; }

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

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

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

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

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

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

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

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