#E2362C

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

Shades of Cinnabar #E2362C

Tints of Cinnabar #E2362C

Color information

#E2362C (or 0xE2362C) is unknown color: approx Cinnabar. HEX triplet: E2, 36 and 2C. RGB value is (226,54,44). Sum of RGB (Red+Green+Blue) = 226+54+44=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2362C is #1DC9D3. Grayscale: #686868. Windows color (decimal): -1952212 or 2897634. OLE color: 2897634.

HSL color Cylindrical-coordinate representation of color #E2362C: hue angle of 3.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2362C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2265444-
CMYK00.760.810.11
HSL3.3º75.83%52.94%-
HSV(B)3.3º80.53%88.63%-
XYZ33.1418.994.3-
YUV104.2993.98214.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.75%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=69.75%
G=16.67%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226544400.760.810.113.375.8352.94
HexE2362C04C51B34c35
Octal3426654011412113311465
Binary111000101101101011000100110010100011011111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2362C; }

 p { color: rgb(226,54,44); }

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

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

 a { background-color: rgb(226,54,44); }

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

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

 span { border-color: rgb(226,54,44); }

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