#E92A2A

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

Shades of Cinnabar #E92A2A

Tints of Cinnabar #E92A2A

Color information

#E92A2A (or 0xE92A2A) is unknown color: approx Cinnabar. HEX triplet: E9, 2A and 2A. RGB value is (233,42,42). Sum of RGB (Red+Green+Blue) = 233+42+42=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A2A is #16D5D5. Grayscale: #636363. Windows color (decimal): -1496534 or 2763497. OLE color: 2763497.

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

Color convert

RGB2334242-
CMYK00.820.820.09
HSL81.28%53.92%-
HSV(B)81.97%91.37%-
XYZ34.8519.154.05-
YUV99.1195.78223.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.50%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=73.50%
G=13.25%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233424200.820.820.09081.2853.92
HexE92A2A05252905136
Octal3515252012212211012166
Binary11101001101010101010010100101010010100101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A2A; }

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

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

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

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

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

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

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

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