#E3452B

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

Shades of Cinnabar #E3452B

Tints of Cinnabar #E3452B

Color information

#E3452B (or 0xE3452B) is unknown color: approx Cinnabar. HEX triplet: E3, 45 and 2B. RGB value is (227,69,43). Sum of RGB (Red+Green+Blue) = 227+69+43=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3452B is #1CBAD4. Grayscale: #717171. Windows color (decimal): -1882837 or 2835939. OLE color: 2835939.

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

Color convert

RGB2276943-
CMYK00.700.810.11
HSL8.48º76.67%52.94%-
HSV(B)8.48º81.06%89.02%-
XYZ34.2420.764.49-
YUV113.2888.35209.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.96%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=66.96%
G=20.35%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227694300.700.810.118.4876.6752.94
HexE3452B04651B84d35
Octal343105530106121131011565
Binary111000111000101101011010001101010001101110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3452B; }

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

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

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

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

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

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

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

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