#E93030

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

Shades of Cinnabar #E93030

Tints of Cinnabar #E93030

Color information

#E93030 (or 0xE93030) is unknown color: approx Cinnabar. HEX triplet: E9, 30 and 30. RGB value is (233,48,48). Sum of RGB (Red+Green+Blue) = 233+48+48=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E93030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93030 is #16CFCF. Grayscale: #676767. Windows color (decimal): -1494992 or 3158249. OLE color: 3158249.

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

Color convert

RGB2334848-
CMYK00.790.790.09
HSL80.79%55.1%-
HSV(B)79.4%91.37%-
XYZ35.1919.654.73-
YUV103.3296.79220.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.82%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=70.82%
G=14.59%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233484800.790.790.09080.7955.1
HexE9303004F4F905137
Octal3516060011711711012167
Binary11101001110000110000010011111001111100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93030; }

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

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

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

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

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

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

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

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