#e2352b

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

Shades of Cinnabar #E2352B

Tints of Cinnabar #E2352B

Color information

#E2352B (or 0xE2352B) is unknown color: approx Cinnabar. HEX triplet: E2, 35 and 2B. RGB value is (226,53,43). Sum of RGB (Red+Green+Blue) = 226+53+43=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2352B is #1DCAD4. Grayscale: #676767. Windows color (decimal): -1952469 or 2831842. OLE color: 2831842.

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

Color convert

RGB2265343-
CMYK00.770.810.11
HSL3.28º75.93%52.75%-
HSV(B)3.28º80.97%88.63%-
XYZ33.0718.894.19-
YUV103.5993.81215.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 70.19%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=70.19%
G=16.46%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226534300.770.810.113.2875.9352.75
HexE2352B04D51B34c35
Octal3426553011512113311465
Binary111000101101011010110100110110100011011111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2352b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2352b; }

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

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

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

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

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

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

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

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