#E92A23

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

Shades of Cinnabar #E92A23

Tints of Cinnabar #E92A23

Color information

#E92A23 (or 0xE92A23) is unknown color: approx Cinnabar. HEX triplet: E9, 2A and 23. RGB value is (233,42,35). Sum of RGB (Red+Green+Blue) = 233+42+35=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A23 is #16D5DC. Grayscale: #626262. Windows color (decimal): -1496541 or 2304745. OLE color: 2304745.

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

Color convert

RGB2334235-
CMYK00.820.850.09
HSL2.12º81.82%52.55%-
HSV(B)2.12º84.98%91.37%-
XYZ34.7419.13.45-
YUV98.3192.28224.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 75.16%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 35 (14.06% from 255) = 11.29%
R=75.16%
G=13.55%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233423500.820.850.092.1281.8252.55
HexE92A2305255925235
Octal3515243012212511212265
Binary111010011010101000110101001010101011001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A23; }

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

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

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

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

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

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

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

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