#E3453D

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

Shades of Cinnabar #E3453D

Tints of Cinnabar #E3453D

Color information

#E3453D (or 0xE3453D) is unknown color: approx Cinnabar. HEX triplet: E3, 45 and 3D. RGB value is (227,69,61). Sum of RGB (Red+Green+Blue) = 227+69+61=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3453D is #1CBAC2. Grayscale: #737373. Windows color (decimal): -1882819 or 4015587. OLE color: 4015587.

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

Color convert

RGB2276961-
CMYK00.700.730.11
HSL2.89º74.77%56.47%-
HSV(B)2.89º73.13%89.02%-
XYZ34.6520.926.63-
YUV115.3397.35207.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.59%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=63.59%
G=19.33%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227696100.700.730.112.8974.7756.47
HexE3453D04649B34b38
Octal34310575010611113311370
Binary1110001110001011111010100011010010011011111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3453D; }

 p { color: rgb(227,69,61); }

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

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

 a { background-color: rgb(227,69,61); }

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

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

 span { border-color: rgb(227,69,61); }

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