#E93130

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

Shades of Cinnabar #E93130

Tints of Cinnabar #E93130

Color information

#E93130 (or 0xE93130) is unknown color: approx Cinnabar. HEX triplet: E9, 31 and 30. RGB value is (233,49,48). Sum of RGB (Red+Green+Blue) = 233+49+48=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E93130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93130 is #16CECF. Grayscale: #686868. Windows color (decimal): -1494736 or 3158505. OLE color: 3158505.

HSL color Cylindrical-coordinate representation of color #E93130: hue angle of 0.32º 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 #E93130 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB2334948-
CMYK00.790.790.09
HSL0.32º80.79%55.1%-
HSV(B)0.32º79.4%91.37%-
XYZ35.2419.734.75-
YUV103.996.46220.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.61%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 48 (19.14% from 255) = 14.55%
R=70.61%
G=14.85%
B=14.55%

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
Decimal233494800.790.790.090.3280.7955.1
HexE9313004F4F905137
Octal3516160011711711012167
Binary11101001110001110000010011111001111100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93130; }

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

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

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

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

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

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

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

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