#E24C2B

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

Shades of Cinnabar #E24C2B

Tints of Cinnabar #E24C2B

Color information

#E24C2B (or 0xE24C2B) is unknown color: approx Cinnabar. HEX triplet: E2, 4C and 2B. RGB value is (226,76,43). Sum of RGB (Red+Green+Blue) = 226+76+43=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C2B is #1DB3D4. Grayscale: #757575. Windows color (decimal): -1946581 or 2837730. OLE color: 2837730.

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

Color convert

RGB2267643-
CMYK00.660.810.11
HSL10.82º75.93%52.75%-
HSV(B)10.82º80.97%88.63%-
XYZ34.3821.514.63-
YUV117.0986.2205.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.51%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 43 (17.19% from 255) = 12.46%
R=65.51%
G=22.03%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226764300.660.810.1110.8275.9352.75
HexE24C2B04251Bb4c35
Octal342114530102121131311465
Binary111000101001100101011010000101010001101110111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24C2B; }

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

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

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

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

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

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

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

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