#E43F2C

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

Shades of Cinnabar #E43F2C

Tints of Cinnabar #E43F2C

Color information

#E43F2C (or 0xE43F2C) is unknown color: approx Cinnabar. HEX triplet: E4, 3F and 2C. RGB value is (228,63,44). Sum of RGB (Red+Green+Blue) = 228+63+44=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E43F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43F2C is #1BC0D3. Grayscale: #6E6E6E. Windows color (decimal): -1818836 or 2899940. OLE color: 2899940.

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

Color convert

RGB2286344-
CMYK00.720.810.11
HSL6.2º77.31%53.33%-
HSV(B)6.2º80.7%89.41%-
XYZ34.2320.234.48-
YUV110.1790.66212.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 68.06%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=68.06%
G=18.81%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228634400.720.810.116.277.3153.33
HexE43F2C04851B64d35
Octal3447754011012113611565
Binary1110010011111110110001001000101000110111101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E43F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E43F2C; }

 p { color: rgb(228,63,44); }

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

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

 a { background-color: rgb(228,63,44); }

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

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

 span { border-color: rgb(228,63,44); }

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