#E93A2A

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

Shades of Cinnabar #E93A2A

Tints of Cinnabar #E93A2A

Color information

#E93A2A (or 0xE93A2A) is unknown color: approx Cinnabar. HEX triplet: E9, 3A and 2A. RGB value is (233,58,42). Sum of RGB (Red+Green+Blue) = 233+58+42=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A2A is #16C5D5. Grayscale: #6C6C6C. Windows color (decimal): -1492438 or 2767593. OLE color: 2767593.

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

Color convert

RGB2335842-
CMYK00.750.820.09
HSL5.03º81.28%53.92%-
HSV(B)5.03º81.97%91.37%-
XYZ35.5420.524.28-
YUV108.590.48216.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.97%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=69.97%
G=17.42%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233584200.750.820.095.0381.2853.92
HexE93A2A04B52955136
Octal3517252011312211512166
Binary1110100111101010101001001011101001010011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93A2A; }

 p { color: rgb(233,58,42); }

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

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

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

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

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

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

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