#E3443A

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

Shades of Cinnabar #E3443A

Tints of Cinnabar #E3443A

Color information

#E3443A (or 0xE3443A) is unknown color: approx Cinnabar. HEX triplet: E3, 44 and 3A. RGB value is (227,68,58). Sum of RGB (Red+Green+Blue) = 227+68+58=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3443A is #1CBBC5. Grayscale: #727272. Windows color (decimal): -1883078 or 3818723. OLE color: 3818723.

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

Color convert

RGB2276858-
CMYK00.700.740.11
HSL3.55º75.11%55.88%-
HSV(B)3.55º74.45%89.02%-
XYZ34.5120.776.19-
YUV114.496.18208.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=64.31%
G=19.26%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227685800.700.740.113.5575.1155.88
HexE3443A0464AB44b38
Octal34310472010611213411370
Binary11100011100010011101001000110100101010111001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3443A; }

 p { color: rgb(227,68,58); }

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

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

 a { background-color: rgb(227,68,58); }

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

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

 span { border-color: rgb(227,68,58); }

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