#E34238

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

Shades of Cinnabar #E34238

Tints of Cinnabar #E34238

Color information

#E34238 (or 0xE34238) is unknown color: approx Cinnabar. HEX triplet: E3, 42 and 38. RGB value is (227,66,56). Sum of RGB (Red+Green+Blue) = 227+66+56=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E34238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34238 is #1CBDC7. Grayscale: #717171. Windows color (decimal): -1883592 or 3687139. OLE color: 3687139.

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

Color convert

RGB2276656-
CMYK00.710.750.11
HSL3.51º75.33%55.49%-
HSV(B)3.51º75.33%89.02%-
XYZ34.3420.515.89-
YUV11395.84209.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.04%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=65.04%
G=18.91%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227665600.710.750.113.5175.3355.49
HexE342380474BB44b37
Octal34310270010711313411367
Binary11100011100001011100001000111100101110111001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34238; }

 p { color: rgb(227,66,56); }

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

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

 a { background-color: rgb(227,66,56); }

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

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

 span { border-color: rgb(227,66,56); }

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