#E4532D

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

Shades of Cinnabar #E4532D

Tints of Cinnabar #E4532D

Color information

#E4532D (or 0xE4532D) is unknown color: approx Cinnabar. HEX triplet: E4, 53 and 2D. RGB value is (228,83,45). Sum of RGB (Red+Green+Blue) = 228+83+45=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E4532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4532D is #1BACD2. Grayscale: #7A7A7A. Windows color (decimal): -1813715 or 2970596. OLE color: 2970596.

HSL color Cylindrical-coordinate representation of color #E4532D: hue angle of 12.46º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4532D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2288345-
CMYK00.640.800.11
HSL12.46º77.22%53.53%-
HSV(B)12.46º80.26%89.41%-
XYZ35.5622.875.02-
YUV122.0284.54203.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.04%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 45 (17.97% from 255) = 12.64%
R=64.04%
G=23.31%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228834500.640.800.1112.4677.2253.53
HexE4532D04050Bc4d36
Octal344123550100120131411566
Binary111001001010011101101010000001010000101111001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4532D; }

 p { color: rgb(228,83,45); }

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

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

 a { background-color: rgb(228,83,45); }

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

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

 span { border-color: rgb(228,83,45); }

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