#E93D2A

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

Shades of Cinnabar #E93D2A

Tints of Cinnabar #E93D2A

Color information

#E93D2A (or 0xE93D2A) is unknown color: approx Cinnabar. HEX triplet: E9, 3D and 2A. RGB value is (233,61,42). Sum of RGB (Red+Green+Blue) = 233+61+42=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D2A is #16C2D5. Grayscale: #6E6E6E. Windows color (decimal): -1491670 or 2768361. OLE color: 2768361.

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

Color convert

RGB2336142-
CMYK00.740.820.09
HSL5.97º81.28%53.92%-
HSV(B)5.97º81.97%91.37%-
XYZ35.6920.834.33-
YUV110.2689.48215.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.35%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=69.35%
G=18.15%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233614200.740.820.095.9781.2853.92
HexE93D2A04A52965136
Octal3517552011212211612166
Binary1110100111110110101001001010101001010011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93D2A; }

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

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

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

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

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

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

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

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