#E24E2B

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

Shades of Cinnabar #E24E2B

Tints of Cinnabar #E24E2B

Color information

#E24E2B (or 0xE24E2B) is unknown color: approx Cinnabar. HEX triplet: E2, 4E and 2B. RGB value is (226,78,43). Sum of RGB (Red+Green+Blue) = 226+78+43=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24E2B is #1DB1D4. Grayscale: #767676. Windows color (decimal): -1946069 or 2838242. OLE color: 2838242.

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

Color convert

RGB2267843-
CMYK00.650.810.11
HSL11.48º75.93%52.75%-
HSV(B)11.48º80.97%88.63%-
XYZ34.5221.794.67-
YUV118.2685.53204.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.13%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=65.13%
G=22.48%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226784300.650.810.1111.4875.9352.75
HexE24E2B04151Bb4c35
Octal342116530101121131311465
Binary111000101001110101011010000011010001101110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24E2B; }

 p { color: rgb(226,78,43); }

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

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

 a { background-color: rgb(226,78,43); }

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

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

 span { border-color: rgb(226,78,43); }

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