#E2362B

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

Shades of Cinnabar #E2362B

Tints of Cinnabar #E2362B

Color information

#E2362B (or 0xE2362B) is unknown color: approx Cinnabar. HEX triplet: E2, 36 and 2B. RGB value is (226,54,43). Sum of RGB (Red+Green+Blue) = 226+54+43=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2362B is #1DC9D4. Grayscale: #686868. Windows color (decimal): -1952213 or 2832098. OLE color: 2832098.

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

Color convert

RGB2265443-
CMYK00.760.810.11
HSL3.61º75.93%52.75%-
HSV(B)3.61º80.97%88.63%-
XYZ33.1218.984.2-
YUV104.1793.48214.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=69.97%
G=16.72%
B=13.31%

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
Decimal226544300.760.810.113.6175.9352.75
HexE2362B04C51B44c35
Octal3426653011412113411465
Binary1110001011011010101101001100101000110111001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2362B; }

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

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

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

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

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

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

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

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