#E93D38

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

Shades of Cinnabar #E93D38

Tints of Cinnabar #E93D38

Color information

#E93D38 (or 0xE93D38) is unknown color: approx Cinnabar. HEX triplet: E9, 3D and 38. RGB value is (233,61,56). Sum of RGB (Red+Green+Blue) = 233+61+56=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D38 is #16C2C7. Grayscale: #707070. Windows color (decimal): -1491656 or 3685865. OLE color: 3685865.

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

Color convert

RGB2336156-
CMYK00.740.760.09
HSL1.69º80.09%56.67%-
HSV(B)1.69º75.97%91.37%-
XYZ35.9920.955.89-
YUV111.8696.48214.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.57%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 56 (22.27% from 255) = 16%
R=66.57%
G=17.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233615600.740.760.091.6980.0956.67
HexE93D3804A4C925039
Octal3517570011211411212071
Binary111010011111011110000100101010011001001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93D38; }

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

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

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

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

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

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

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

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