#E92C2A

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

Shades of Cinnabar #E92C2A

Tints of Cinnabar #E92C2A

Color information

#E92C2A (or 0xE92C2A) is unknown color: approx Cinnabar. HEX triplet: E9, 2C and 2A. RGB value is (233,44,42). Sum of RGB (Red+Green+Blue) = 233+44+42=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C2A is #16D3D5. Grayscale: #646464. Windows color (decimal): -1496022 or 2764009. OLE color: 2764009.

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

Color convert

RGB2334442-
CMYK00.810.820.09
HSL0.63º81.28%53.92%-
HSV(B)0.63º81.97%91.37%-
XYZ34.9219.294.07-
YUV100.2895.12222.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.04%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=73.04%
G=13.79%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233444200.810.820.090.6381.2853.92
HexE92C2A05152915136
Octal3515452012112211112166
Binary11101001101100101010010100011010010100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92C2A; }

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

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

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

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

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

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

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

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